2026-03-30 00:45:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 00:45: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-30 00:45:06 [ecarstrade.nl] INFO: Starting spider ecarstrade.nl
2026-03-30 00:45:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 00:45:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 00:45:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 00:45:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 00:45:06 [scrapy.extensions.telnet] INFO: Telnet Password: 3b6bbfc5a5280cf0
2026-03-30 00:45: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-30 00:45: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.nl/task_35_2026-03-30T00_45_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-30 00:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 00:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 00:45: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-30 00:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-30 00:45: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-30 00:45:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-30 00:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 00:45:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-30 00:45:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 00:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 00:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:45:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-30 00:45: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-30 00:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-30 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-30 00:45: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-30 00:45: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-30 00:45:06 [scrapy.core.engine] INFO: Spider opened
2026-03-30 00:45:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 00:45:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-30 00:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-30 00:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-30 00:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-30 00:45:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-30 00:45:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-30 00:45:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-30 00:45:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-30 00:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-30 00:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-30 00:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-30 00:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45: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-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-30 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-30 00:45: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-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-30 00:45: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-30 00:45: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-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-30 00:45: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-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-30 00:45: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-30 00:45: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-30 00:45: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-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/app/dist/subscribe.js> (resource type: script, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21)
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/marksData.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-30 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-30 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-30 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-30 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-30 00:45: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-30 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-30 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-30 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-30 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-30 00:45: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-30 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1720447968&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=1908275351&gjid=2067595307&cid=492153956.1774831517&tid=UA-73443533-1&_gid=2111374727.1774831517&_r=1&_slc=1&z=583003214> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-30 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-30 00:45: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-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002818/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45: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-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45: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-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45: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-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002913/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002914/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002818/photo_000/260x0__r.jpg>
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1720447968&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=1908275351&gjid=2067595307&cid=492153956.1774831517&tid=UA-73443533-1&_gid=2111374727.1774831517&_r=1&_slc=1&z=583003214>
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002922/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002992/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002993/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002995/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002819/photo_000/260x0__r.jpg>
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45: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-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002820/photo_000/260x0__r.jpg>
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-30 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774831514747&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&cid=492153956.1774831517&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938466~115938468~116133314~116991816~117266401~117484252&sid=1774831517&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&_ee=1&tfd=4472> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=492153956.1774831517>m=45je63p1v871189256za200zd871189256&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~116133314~116991816~117266401~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.be/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=492153956.1774831517>m=45je63p1v871189256za200zd871189256&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~116133314~116991816~117266401~117484252&z=1534175579> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002853/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002913/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002914/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002915/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002916/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002917/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002919/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002918/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002921/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002920/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002923/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002922/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002992/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002993/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002995/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002996/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002998/photo_000/260x0__r.jpg>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-30 00:45:18 [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-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774831514747&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&cid=492153956.1774831517&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=0~115938466~115938468~116133314~116991816~117266401~117484252&sid=1774831517&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=1774830352&ep.url=%2Fsearch&ep.eventName=search&_et=3&tfd=5241> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-30 00:45:18 [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-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-30 00:45:18 [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=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1&ep.ads_data_redaction=0>m=45He63q0h2v811692034za200zd811692034xea&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116133312~117484252~117884344&apve=1&apvf=f&apvc=1&tft=1774831518266&tfd=5262> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/573.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774831514747&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&cid=492153956.1774831517&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938466~115938468~116133314~116991816~117266401~117484252&sid=1774831517&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&_ee=1&tfd=4472>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=492153956.1774831517>m=45je63p1v871189256za200zd871189256&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~116133314~116991816~117266401~117484252>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774831500000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774831514747&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&cid=492153956.1774831517&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=0~115938466~115938468~116133314~116991816~117266401~117484252&sid=1774831517&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=1774830352&ep.url=%2Fsearch&ep.eventName=search&_et=3&tfd=5241>
2026-03-30 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.be/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=492153956.1774831517>m=45je63p1v871189256za200zd871189256&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~116133314~116991816~117266401~117484252&z=1534175579>
2026-03-30 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-30 00:45:19 [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-30 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774831500000/5441429.js>
2026-03-30 00:45:19 [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=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1&ep.ads_data_redaction=0>m=45He63q0h2v811692034za200zd811692034xea&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116133312~117484252~117884344&apve=1&apvf=f&apvc=1&tft=1774831518266&tfd=5262>
2026-03-30 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-30 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=ea9cd4398b8c49baa95d6ea7d5bec5eb&traceId=ea9cd4398b8c49baa95d6ea7d5bec5eb> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-30 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-30 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-30 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=ea9cd4398b8c49baa95d6ea7d5bec5eb&traceId=ea9cd4398b8c49baa95d6ea7d5bec5eb>
2026-03-30 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-30 00:45:20 [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=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774831520120&tfd=7115> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-30 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-30 00:45:20 [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=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774831520120&tfd=7115>
2026-03-30 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774831520473&vi=de3b18bc4d9eacdb37c73c1eb8313738&nc=true&u=129379155.de3b18bc4d9eacdb37c73c1eb8313738.1774831520472.1774831520472.1774831520472.1&b=129379155.1.1774831520472&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-30 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-30 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-30 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21>
2026-03-30 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21>
2026-03-30 00:45: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=2e8faf21)
2026-03-30 00:45: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=2e8faf21)
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774831520990&vi=de3b18bc4d9eacdb37c73c1eb8313738&nc=true&u=129379155.de3b18bc4d9eacdb37c73c1eb8313738.1774831520472.1774831520472.1774831520472.1&b=129379155.1.1774831520472&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774831520473&vi=de3b18bc4d9eacdb37c73c1eb8313738&nc=true&u=129379155.de3b18bc4d9eacdb37c73c1eb8313738.1774831520472.1774831520472.1774831520472.1&b=129379155.1.1774831520472&cc=15>
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774831521223&vi=de3b18bc4d9eacdb37c73c1eb8313738&nc=true&u=129379155.de3b18bc4d9eacdb37c73c1eb8313738.1774831520472.1774831520472.1774831520472.1&b=129379155.1.1774831520472&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774831520990&vi=de3b18bc4d9eacdb37c73c1eb8313738&nc=true&u=129379155.de3b18bc4d9eacdb37c73c1eb8313738.1774831520472.1774831520472.1774831520472.1&b=129379155.1.1774831520472&cc=15>
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774831514747&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&cid=492153956.1774831517&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=3&tag_exp=0~115938466~115938468~116133314~116991816~117266401~117484252&sid=1774831517&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=748&tfd=8289> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-30 00:45:21 [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=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63q0h2v811692034za200zd811692034xea&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116133312~117484252~117884344&apve=1&apvf=f&apvc=1&tft=1774831521312&tfd=8307> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1&ep.user%20id=0&ep.event%20timestamp=1774830352&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774831521312&tfd=8308> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774831514747&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&cid=492153956.1774831517&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=3&tag_exp=0~115938466~115938468~116133314~116991816~117266401~117484252&sid=1774831517&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=748&tfd=8289>
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774831521479&vi=de3b18bc4d9eacdb37c73c1eb8313738&nc=true&u=129379155.de3b18bc4d9eacdb37c73c1eb8313738.1774831520472.1774831520472.1774831520472.1&b=129379155.1.1774831520472&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774831521223&vi=de3b18bc4d9eacdb37c73c1eb8313738&nc=true&u=129379155.de3b18bc4d9eacdb37c73c1eb8313738.1774831520472.1774831520472.1774831520472.1&b=129379155.1.1774831520472&cc=15>
2026-03-30 00:45:21 [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=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63q0h2v811692034za200zd811692034xea&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116133312~117484252~117884344&apve=1&apvf=f&apvc=1&tft=1774831521312&tfd=8307>
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1&ep.user%20id=0&ep.event%20timestamp=1774830352&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774831521312&tfd=8308>
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774831514747&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&cid=492153956.1774831517&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=4&tag_exp=0~115938466~115938468~116133314~116991816~117266401~117484252&uid=0&sid=1774831517&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774830352&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=3030&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=8595> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1&ep.user%20id=0&ep.event%20timestamp=1774830352&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774831521617&tfd=8613> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774831514747&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&cid=492153956.1774831517&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=4&tag_exp=0~115938466~115938468~116133314~116991816~117266401~117484252&uid=0&sid=1774831517&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774830352&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=3030&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=8595>
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1&ep.user%20id=0&ep.event%20timestamp=1774830352&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774831521617&tfd=8613>
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774831521479&vi=de3b18bc4d9eacdb37c73c1eb8313738&nc=true&u=129379155.de3b18bc4d9eacdb37c73c1eb8313738.1774831520472.1774831520472.1774831520472.1&b=129379155.1.1774831520472&cc=15>
2026-03-30 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-30 00:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-30 00:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-30 00:45:22 [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-30 00:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-30 00:45:23 [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-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014018/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014014/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014012/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/171/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014009/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014010/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014011/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014007/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014008/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014006/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014003/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014004/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014002/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014005/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014001/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013999/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014000/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013997/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013998/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013996/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013995/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014018/photo_000/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/es.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014014/photo_000/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014012/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/171/logo.png>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014009/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014010/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014011/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014007/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014008/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014006/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014003/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014004/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014002/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014005/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014001/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014000/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013999/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013998/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013997/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013996/photo_001/260x0__r.jpg>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/es.png>
2026-03-30 00:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013995/photo_001/260x0__r.jpg>
2026-03-30 00:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-30 00:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-30 00:45:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774831514747&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&cid=492153956.1774831517&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=5&tag_exp=0~115938466~115938468~116133314~116991816~117266401~117484252&uid=0&sid=1774831517&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774830352&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=295&tfd=13596> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-30 00:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774831514747&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&cid=492153956.1774831517&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=5&tag_exp=0~115938466~115938468~116133314~116991816~117266401~117484252&uid=0&sid=1774831517&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774830352&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=295&tfd=13596>
2026-03-30 00:45:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774831526796&vi=de3b18bc4d9eacdb37c73c1eb8313738&nc=true&u=129379155.de3b18bc4d9eacdb37c73c1eb8313738.1774831520472.1774831520472.1774831520472.1&b=129379155.1.1774831520472&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-30 00:45:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1&ep.user%20id=0&ep.event%20timestamp=1774830352&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774831526845&tfd=13841> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-30 00:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1&ep.user%20id=0&ep.event%20timestamp=1774830352&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774831526845&tfd=13841>
2026-03-30 00:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774831526796&vi=de3b18bc4d9eacdb37c73c1eb8313738&nc=true&u=129379155.de3b18bc4d9eacdb37c73c1eb8313738.1774831520472.1774831520472.1774831520472.1&b=129379155.1.1774831520472&cc=15>
2026-03-30 00:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1&ep.user%20id=0&ep.event%20timestamp=1774830352&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774831529234&tfd=16230> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-30 00:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1&ep.user%20id=0&ep.event%20timestamp=1774830352&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774831529234&tfd=16230> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-30 00:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1&ep.user%20id=0&ep.event%20timestamp=1774830352&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774831529234&tfd=16230>
2026-03-30 00:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1351420009.1774831518&dt=Search%20%7C%20eCarsTrade&auid=1353605221.1774831518&navt=n&npa=1&ep.user%20id=0&ep.event%20timestamp=1774830352&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l2l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774831529234&tfd=16230>
2026-03-30 00:45:30 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-30 00:45:30 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-30 00:45:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-30 00:45:31 [ecarstrade.nl] INFO: Cookies from Playwright: [{'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777423513, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'r2sp6m68vpinrttlhcai6uhv4e', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774860313, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836348313, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777423513, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': '8de05507-68da-41a4-9157-e62c91eb650c', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809391515, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.2111374727.1774831517', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774917916, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774831576, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.492153956.1774831517', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837903517, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.1353605221.1774831518', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782607518, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': 'ac4b8fdb-8c0b-4817-8890-df1b7ab84839', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806367518, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A7bd01150-dc78-4239-89a4-ef6243e90f36%22%2C%22%24device_id%22%3A%227bd01150-dc78-4239-89a4-ef6243e90f36%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': 1806367518, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__hstc', 'value': '129379155.de3b18bc4d9eacdb37c73c1eb8313738.1774831520472.1774831520472.1774831520472.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790383520, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': 'de3b18bc4d9eacdb37c73c1eb8313738', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790383520, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': -1, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hssc', 'value': '129379155.1.1774831520472', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774833320, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'cc_cookie', 'value': '%7B%22categories%22%3A%5B%22necessary%22%2C%22analytics%22%5D%2C%22revision%22%3A0%2C%22data%22%3Anull%2C%22consentTimestamp%22%3A%222026-03-30T00%3A45%3A21.032Z%22%2C%22consentId%22%3A%224ff0c758-4f3a-4c65-a396-3ce25f1835e7%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-30T00%3A45%3A21.032Z%22%2C%22expirationTime%22%3A1790556321032%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790556321, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"4ff0c758-4f3a-4c65-a396-3ce25f1835e7","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': 1774831823, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774831517$o1$g1$t1774831529$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837903529, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'Y_0IKnSBJEkU8CduXIYJ6BCfAUDbxJ5IYur19o97AvY-1774831521-1.0.1.1-2NZiI0ZLAjHUxU8JdaQ_Am9bP_GwGaQPqwNF.pcuoZwQovqhzp5Ug1GLFOitoltjENGF.RlkcLQvKEeXAFga9a0qwjdC4c2wkFjTNeUBI4w', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774833321, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'QiFjQhPTnFcQRCZv51huKwxxOww2L3qVX.14zXIr2CY-1774831521196-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-30 00:45:31 [ecarstrade.nl] INFO: Scrapy-formatted cookies: [{'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'r2sp6m68vpinrttlhcai6uhv4e', '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': '8de05507-68da-41a4-9157-e62c91eb650c', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.2111374727.1774831517', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.492153956.1774831517', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.1353605221.1774831518', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': 'ac4b8fdb-8c0b-4817-8890-df1b7ab84839', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A7bd01150-dc78-4239-89a4-ef6243e90f36%22%2C%22%24device_id%22%3A%227bd01150-dc78-4239-89a4-ef6243e90f36%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.de3b18bc4d9eacdb37c73c1eb8313738.1774831520472.1774831520472.1774831520472.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': 'de3b18bc4d9eacdb37c73c1eb8313738', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774831520472', '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-30T00%3A45%3A21.032Z%22%2C%22consentId%22%3A%224ff0c758-4f3a-4c65-a396-3ce25f1835e7%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-30T00%3A45%3A21.032Z%22%2C%22expirationTime%22%3A1790556321032%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"4ff0c758-4f3a-4c65-a396-3ce25f1835e7","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.s1774831517$o1$g1$t1774831529$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'Y_0IKnSBJEkU8CduXIYJ6BCfAUDbxJ5IYur19o97AvY-1774831521-1.0.1.1-2NZiI0ZLAjHUxU8JdaQ_Am9bP_GwGaQPqwNF.pcuoZwQovqhzp5Ug1GLFOitoltjENGF.RlkcLQvKEeXAFga9a0qwjdC4c2wkFjTNeUBI4w', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'QiFjQhPTnFcQRCZv51huKwxxOww2L3qVX.14zXIr2CY-1774831521196-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-30 00:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:45:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-30 00:45:31 [ecarstrade.nl] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-30 00:45:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:06 [scrapy.extensions.logstats] INFO: Crawled 1 pages (at 1 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 00:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 175MiB
2026-03-30 00:46:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page1?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search) ['zyte-api']
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000120auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000120auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000120auction111023: 2
2026-03-30 00:46:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000165auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000165auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000165auction111023: 2
2026-03-30 00:46:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000175auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000175auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000175auction111023: 2
2026-03-30 00:46:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000176auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000176auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000176auction111023: 2
2026-03-30 00:46:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000121auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000121auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000121auction111023: 2
2026-03-30 00:46:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000187auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000187auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000187auction111023: 2
2026-03-30 00:46:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000166auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000166auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000166auction111023: 2
2026-03-30 00:46:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000161auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000161auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000161auction111023: 2
2026-03-30 00:46:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000157auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000157auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000157auction111023: 2
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000189auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000189auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000189auction111023: 2
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000145auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000145auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000145auction111023: 2
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000164auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000164auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000164auction111023: 2
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000159auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000159auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000159auction111023: 2
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000123auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000123auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000123auction111023: 2
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000191auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000191auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000191auction111023: 2
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000139auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000139auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000139auction111023: 2
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000153auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000153auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000153auction111023: 2
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000163auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000163auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000163auction111023: 2
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000169auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000169auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000169auction111023: 2
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7000133auction111023
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000133auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:36 [ecarstrade.nl] INFO: Scrape type for 7000133auction111023: 2
2026-03-30 00:46:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000176> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000121> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:42 [ecarstrade.nl] INFO: Extracting details for car 7000176auction111023
2026-03-30 00:46:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d432636f-9d8b-5143-90d0-53c3c516e12e with identifier: 7000176auction111023
2026-03-30 00:46:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d432636f-9d8b-5143-90d0-53c3c516e12e with scrape type 2
2026-03-30 00:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d432636f-9d8b-5143-90d0-53c3c516e12e with scrape type 2
2026-03-30 00:46:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d432636f-9d8b-5143-90d0-53c3c516e12e, identifier: 7000176auction111023
2026-03-30 00:46:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d432636f-9d8b-5143-90d0-53c3c516e12e with identifier: 7000176auction111023
2026-03-30 00:46:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:46:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:46:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d432636f-9d8b-5143-90d0-53c3c516e12e with identifier: 7000176auction111023
2026-03-30 00:46:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d432636f-9d8b-5143-90d0-53c3c516e12e with identifier: 7000176auction111023 to the API
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:46:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000176>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': 'd432636f-9d8b-5143-90d0-53c3c516e12e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000176',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'IONIQ 5',
'odometer': 62919,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-07',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI IONIQ 5 Connect+ AWD 73kWh',
'transmission': 'automatic',
'trim': 'HYUNDAI Connect+ AWD 73kWh',
'vin': None,
'year': 2022}
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000176auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:43 [ecarstrade.nl] INFO: Saving data for 7000176auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450128.924389, 'last_price_update_time': 1774831603.349718}
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000176auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:43 [ecarstrade.nl] INFO: Extracting details for car 7000121auction111023
2026-03-30 00:46:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000187> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000166> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f8a9e15-318c-5ede-8688-052835168550 with identifier: 7000121auction111023
2026-03-30 00:46:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f8a9e15-318c-5ede-8688-052835168550 with scrape type 2
2026-03-30 00:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f8a9e15-318c-5ede-8688-052835168550 with scrape type 2
2026-03-30 00:46:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0f8a9e15-318c-5ede-8688-052835168550, identifier: 7000121auction111023
2026-03-30 00:46:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0f8a9e15-318c-5ede-8688-052835168550 with identifier: 7000121auction111023
2026-03-30 00:46:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:46:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:46:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0f8a9e15-318c-5ede-8688-052835168550 with identifier: 7000121auction111023
2026-03-30 00:46:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0f8a9e15-318c-5ede-8688-052835168550 with identifier: 7000121auction111023 to the API
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:46:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000121>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0f8a9e15-318c-5ede-8688-052835168550',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000121',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'XC40',
'odometer': 137942,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-06',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T5 Rech. RDesign',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T5 Rech. RDesign',
'vin': None,
'year': 2021}
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000121auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:43 [ecarstrade.nl] INFO: Saving data for 7000121auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450132.099123, 'last_price_update_time': 1774831603.867271}
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000121auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000120> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:43 [ecarstrade.nl] INFO: Extracting details for car 7000187auction111023
2026-03-30 00:46:43 [ecarstrade.nl] INFO: Extracting details for car 7000166auction111023
2026-03-30 00:46:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a79c389-75c1-5744-b08c-d0fc67db08be with identifier: 7000187auction111023
2026-03-30 00:46:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a79c389-75c1-5744-b08c-d0fc67db08be with scrape type 2
2026-03-30 00:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a79c389-75c1-5744-b08c-d0fc67db08be with scrape type 2
2026-03-30 00:46:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2a79c389-75c1-5744-b08c-d0fc67db08be, identifier: 7000187auction111023
2026-03-30 00:46:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb740eb2-4cdf-5988-9c88-9b245ceed8ec with identifier: 7000166auction111023
2026-03-30 00:46:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb740eb2-4cdf-5988-9c88-9b245ceed8ec with scrape type 2
2026-03-30 00:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb740eb2-4cdf-5988-9c88-9b245ceed8ec with scrape type 2
2026-03-30 00:46:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cb740eb2-4cdf-5988-9c88-9b245ceed8ec, identifier: 7000166auction111023
2026-03-30 00:46:44 [ecarstrade.nl] INFO: Extracting details for car 7000120auction111023
2026-03-30 00:46:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2a79c389-75c1-5744-b08c-d0fc67db08be with identifier: 7000187auction111023
2026-03-30 00:46:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:46:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2a79c389-75c1-5744-b08c-d0fc67db08be with identifier: 7000187auction111023
2026-03-30 00:46:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2a79c389-75c1-5744-b08c-d0fc67db08be with identifier: 7000187auction111023 to the API
2026-03-30 00:46:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:46:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000187>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '2a79c389-75c1-5744-b08c-d0fc67db08be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000187',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '420',
'odometer': 180912,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-14',
'seats_number': 4,
'seller_name': None,
'title': 'BMW 4-serie Coupé 420i High Executive',
'transmission': 'automatic',
'trim': '4-serie Coupé i High Executive',
'vin': None,
'year': 2022}
2026-03-30 00:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000187auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:44 [ecarstrade.nl] INFO: Saving data for 7000187auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450133.359748, 'last_price_update_time': 1774831604.486853}
2026-03-30 00:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000187auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cb740eb2-4cdf-5988-9c88-9b245ceed8ec with identifier: 7000166auction111023
2026-03-30 00:46:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cb740eb2-4cdf-5988-9c88-9b245ceed8ec with identifier: 7000166auction111023
2026-03-30 00:46:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cb740eb2-4cdf-5988-9c88-9b245ceed8ec with identifier: 7000166auction111023 to the API
2026-03-30 00:46:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:46:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000166>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cb740eb2-4cdf-5988-9c88-9b245ceed8ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000166',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 138074,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-klasse 250 e Bns Sol. AMG',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-klasse 250 e Bns Sol. AMG',
'vin': None,
'year': 2021}
2026-03-30 00:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000166auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:44 [ecarstrade.nl] INFO: Saving data for 7000166auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450215.197199, 'last_price_update_time': 1774831604.764594}
2026-03-30 00:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000166auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000165> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 006456a4-7603-5355-b9f2-8e095dbd8b87 with identifier: 7000120auction111023
2026-03-30 00:46:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 006456a4-7603-5355-b9f2-8e095dbd8b87 with scrape type 2
2026-03-30 00:46:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 006456a4-7603-5355-b9f2-8e095dbd8b87 with scrape type 2
2026-03-30 00:46:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 006456a4-7603-5355-b9f2-8e095dbd8b87, identifier: 7000120auction111023
2026-03-30 00:46:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000175> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 006456a4-7603-5355-b9f2-8e095dbd8b87 with identifier: 7000120auction111023
2026-03-30 00:46:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 006456a4-7603-5355-b9f2-8e095dbd8b87 with identifier: 7000120auction111023
2026-03-30 00:46:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 006456a4-7603-5355-b9f2-8e095dbd8b87 with identifier: 7000120auction111023 to the API
2026-03-30 00:46:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46: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-30 00:46:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000120>
{'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-30T08:10:00Z',
'fuel_type': 'Electric',
'id': '006456a4-7603-5355-b9f2-8e095dbd8b87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000120',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'EX30',
'odometer': 17145,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO EX30 Extended Core 69 kWh',
'transmission': 'automatic',
'trim': 'VOLVO Extended Core 69 kWh',
'vin': None,
'year': 2025}
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000120auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:45 [ecarstrade.nl] INFO: Saving data for 7000120auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450130.151188, 'last_price_update_time': 1774831605.160247}
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000120auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:45 [ecarstrade.nl] INFO: Extracting details for car 7000165auction111023
2026-03-30 00:46:45 [ecarstrade.nl] INFO: Extracting details for car 7000175auction111023
2026-03-30 00:46:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e7b9b80-c0f7-5353-bd91-76e2ff87db96 with identifier: 7000165auction111023
2026-03-30 00:46:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e7b9b80-c0f7-5353-bd91-76e2ff87db96 with scrape type 2
2026-03-30 00:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e7b9b80-c0f7-5353-bd91-76e2ff87db96 with scrape type 2
2026-03-30 00:46:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8e7b9b80-c0f7-5353-bd91-76e2ff87db96, identifier: 7000165auction111023
2026-03-30 00:46:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5419471-fdd2-526e-89e2-f51414e8902f with identifier: 7000175auction111023
2026-03-30 00:46:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5419471-fdd2-526e-89e2-f51414e8902f with scrape type 2
2026-03-30 00:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5419471-fdd2-526e-89e2-f51414e8902f with scrape type 2
2026-03-30 00:46:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d5419471-fdd2-526e-89e2-f51414e8902f, identifier: 7000175auction111023
2026-03-30 00:46:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8e7b9b80-c0f7-5353-bd91-76e2ff87db96 with identifier: 7000165auction111023
2026-03-30 00:46:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:46:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8e7b9b80-c0f7-5353-bd91-76e2ff87db96 with identifier: 7000165auction111023
2026-03-30 00:46:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8e7b9b80-c0f7-5353-bd91-76e2ff87db96 with identifier: 7000165auction111023 to the API
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46: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-30 00:46:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000165>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': '8e7b9b80-c0f7-5353-bd91-76e2ff87db96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000165',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'EQB',
'odometer': 53482,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-29',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQB 250 Business Line',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ 250 Business Line',
'vin': None,
'year': 2022}
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000165auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:45 [ecarstrade.nl] INFO: Saving data for 7000165auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450130.946288, 'last_price_update_time': 1774831605.654851}
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000165auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d5419471-fdd2-526e-89e2-f51414e8902f with identifier: 7000175auction111023
2026-03-30 00:46:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:46:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d5419471-fdd2-526e-89e2-f51414e8902f with identifier: 7000175auction111023
2026-03-30 00:46:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d5419471-fdd2-526e-89e2-f51414e8902f with identifier: 7000175auction111023 to the API
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46: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-30 00:46:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000175>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': 'd5419471-fdd2-526e-89e2-f51414e8902f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000175',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 28892,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-17',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 T-GDI PHEV C Sm',
'transmission': 'automatic',
'trim': 'HYUNDAI TUCSON 1.6 T-GDI PHEV C Sm',
'vin': None,
'year': 2022}
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000175auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:45 [ecarstrade.nl] INFO: Saving data for 7000175auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450134.383356, 'last_price_update_time': 1774831605.944821}
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000175auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000157> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:49 [ecarstrade.nl] INFO: Extracting details for car 7000157auction111023
2026-03-30 00:46:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce728eb6-4546-5751-8d9a-4d4069b72314 with identifier: 7000157auction111023
2026-03-30 00:46:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce728eb6-4546-5751-8d9a-4d4069b72314 with scrape type 2
2026-03-30 00:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce728eb6-4546-5751-8d9a-4d4069b72314 with scrape type 2
2026-03-30 00:46:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ce728eb6-4546-5751-8d9a-4d4069b72314, identifier: 7000157auction111023
2026-03-30 00:46:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ce728eb6-4546-5751-8d9a-4d4069b72314 with identifier: 7000157auction111023
2026-03-30 00:46:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:46:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ce728eb6-4546-5751-8d9a-4d4069b72314 with identifier: 7000157auction111023
2026-03-30 00:46:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ce728eb6-4546-5751-8d9a-4d4069b72314 with identifier: 7000157auction111023 to the API
2026-03-30 00:46:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:46:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000157>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'ce728eb6-4546-5751-8d9a-4d4069b72314',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000157',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 39583,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai 1.3 MHEV X N-Connect',
'transmission': 'automatic',
'trim': 'NISSAN 1.3 MHEV X N-Connect',
'vin': None,
'year': 2024}
2026-03-30 00:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000157auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:50 [ecarstrade.nl] INFO: Saving data for 7000157auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450213.907174, 'last_price_update_time': 1774831610.347719}
2026-03-30 00:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000157auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000189> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000164> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000145> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:51 [ecarstrade.nl] INFO: Extracting details for car 7000189auction111023
2026-03-30 00:46:51 [ecarstrade.nl] INFO: Extracting details for car 7000164auction111023
2026-03-30 00:46:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a with identifier: 7000189auction111023
2026-03-30 00:46:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a with scrape type 2
2026-03-30 00:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a with scrape type 2
2026-03-30 00:46:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a, identifier: 7000189auction111023
2026-03-30 00:46:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7315c631-093d-5807-b097-1ac4237a28b3 with identifier: 7000164auction111023
2026-03-30 00:46:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7315c631-093d-5807-b097-1ac4237a28b3 with scrape type 2
2026-03-30 00:46:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7315c631-093d-5807-b097-1ac4237a28b3 with scrape type 2
2026-03-30 00:46:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7315c631-093d-5807-b097-1ac4237a28b3, identifier: 7000164auction111023
2026-03-30 00:46:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a with identifier: 7000189auction111023
2026-03-30 00:46:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:46:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a with identifier: 7000189auction111023
2026-03-30 00:46:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a with identifier: 7000189auction111023 to the API
2026-03-30 00:46:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:46:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000189>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000189',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 75971,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-17',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback 30 TFSI Adv edition',
'transmission': 'automatic',
'trim': 'AUDI Sportback 30 TFSI Adv edition',
'vin': None,
'year': 2023}
2026-03-30 00:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000189auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:51 [ecarstrade.nl] INFO: Saving data for 7000189auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450213.350404, 'last_price_update_time': 1774831611.79737}
2026-03-30 00:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000189auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7315c631-093d-5807-b097-1ac4237a28b3 with identifier: 7000164auction111023
2026-03-30 00:46:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7315c631-093d-5807-b097-1ac4237a28b3 with identifier: 7000164auction111023
2026-03-30 00:46:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7315c631-093d-5807-b097-1ac4237a28b3 with identifier: 7000164auction111023 to the API
2026-03-30 00:46:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:46:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000164>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '7315c631-093d-5807-b097-1ac4237a28b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000164',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 44569,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai 1.3 MHEV X N-Connect',
'transmission': 'automatic',
'trim': 'NISSAN 1.3 MHEV X N-Connect',
'vin': None,
'year': 2024}
2026-03-30 00:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000164auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:52 [ecarstrade.nl] INFO: Saving data for 7000164auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450133.869107, 'last_price_update_time': 1774831612.077141}
2026-03-30 00:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000164auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:52 [ecarstrade.nl] INFO: Extracting details for car 7000145auction111023
2026-03-30 00:46:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca51f404-a954-5217-9ee8-560ebfbf8c0f with identifier: 7000145auction111023
2026-03-30 00:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca51f404-a954-5217-9ee8-560ebfbf8c0f with scrape type 2
2026-03-30 00:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca51f404-a954-5217-9ee8-560ebfbf8c0f with scrape type 2
2026-03-30 00:46:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ca51f404-a954-5217-9ee8-560ebfbf8c0f, identifier: 7000145auction111023
2026-03-30 00:46:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ca51f404-a954-5217-9ee8-560ebfbf8c0f with identifier: 7000145auction111023
2026-03-30 00:46:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ca51f404-a954-5217-9ee8-560ebfbf8c0f with identifier: 7000145auction111023
2026-03-30 00:46:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ca51f404-a954-5217-9ee8-560ebfbf8c0f with identifier: 7000145auction111023 to the API
2026-03-30 00:46:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46: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-30 00:46:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000145>
{'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-30T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ca51f404-a954-5217-9ee8-560ebfbf8c0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000145',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Arkana',
'odometer': 50243,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-14',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Arkana 1.6 E-T f h 145 evol',
'transmission': 'automatic',
'trim': 'RENAULT 1.6 E-T f h 145 evol',
'vin': None,
'year': 2024}
2026-03-30 00:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000145auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:52 [ecarstrade.nl] INFO: Saving data for 7000145auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450161.70941, 'last_price_update_time': 1774831612.44426}
2026-03-30 00:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000145auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000123> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:52 [ecarstrade.nl] INFO: Extracting details for car 7000123auction111023
2026-03-30 00:46:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22684f91-c58a-5a08-a770-f2f8faa5eeb1 with identifier: 7000123auction111023
2026-03-30 00:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22684f91-c58a-5a08-a770-f2f8faa5eeb1 with scrape type 2
2026-03-30 00:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22684f91-c58a-5a08-a770-f2f8faa5eeb1 with scrape type 2
2026-03-30 00:46:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 22684f91-c58a-5a08-a770-f2f8faa5eeb1, identifier: 7000123auction111023
2026-03-30 00:46:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 22684f91-c58a-5a08-a770-f2f8faa5eeb1 with identifier: 7000123auction111023
2026-03-30 00:46:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 22684f91-c58a-5a08-a770-f2f8faa5eeb1 with identifier: 7000123auction111023
2026-03-30 00:46:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 22684f91-c58a-5a08-a770-f2f8faa5eeb1 with identifier: 7000123auction111023 to the API
2026-03-30 00:46:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46: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-30 00:46:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000123>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': '22684f91-c58a-5a08-a770-f2f8faa5eeb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000123',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 92282,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 Pro 77 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 77 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000123auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:52 [ecarstrade.nl] INFO: Saving data for 7000123auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450165.784531, 'last_price_update_time': 1774831612.967085}
2026-03-30 00:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000123auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000159> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000161> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:46:53 [ecarstrade.nl] INFO: Extracting details for car 7000159auction111023
2026-03-30 00:46:53 [ecarstrade.nl] INFO: Extracting details for car 7000161auction111023
2026-03-30 00:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20255744-ae84-5014-9391-b91ae054d509 with identifier: 7000159auction111023
2026-03-30 00:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20255744-ae84-5014-9391-b91ae054d509 with scrape type 2
2026-03-30 00:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20255744-ae84-5014-9391-b91ae054d509 with scrape type 2
2026-03-30 00:46:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 20255744-ae84-5014-9391-b91ae054d509, identifier: 7000159auction111023
2026-03-30 00:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de716bfc-646a-5d02-9de4-43ab48f1647b with identifier: 7000161auction111023
2026-03-30 00:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de716bfc-646a-5d02-9de4-43ab48f1647b with scrape type 2
2026-03-30 00:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de716bfc-646a-5d02-9de4-43ab48f1647b with scrape type 2
2026-03-30 00:46:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: de716bfc-646a-5d02-9de4-43ab48f1647b, identifier: 7000161auction111023
2026-03-30 00:46:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 20255744-ae84-5014-9391-b91ae054d509 with identifier: 7000159auction111023
2026-03-30 00:46:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 20255744-ae84-5014-9391-b91ae054d509 with identifier: 7000159auction111023
2026-03-30 00:46:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 20255744-ae84-5014-9391-b91ae054d509 with identifier: 7000159auction111023 to the API
2026-03-30 00:46:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46: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-30 00:46:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000159>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '20255744-ae84-5014-9391-b91ae054d509',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000159',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 47239,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai 1.3 MHEV X N-Connect',
'transmission': 'automatic',
'trim': 'NISSAN 1.3 MHEV X N-Connect',
'vin': None,
'year': 2024}
2026-03-30 00:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000159auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:53 [ecarstrade.nl] INFO: Saving data for 7000159auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450135.901265, 'last_price_update_time': 1774831613.567333}
2026-03-30 00:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000159auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: de716bfc-646a-5d02-9de4-43ab48f1647b with identifier: 7000161auction111023
2026-03-30 00:46:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: de716bfc-646a-5d02-9de4-43ab48f1647b with identifier: 7000161auction111023
2026-03-30 00:46:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: de716bfc-646a-5d02-9de4-43ab48f1647b with identifier: 7000161auction111023 to the API
2026-03-30 00:46:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46: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-30 00:46:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000161>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'de716bfc-646a-5d02-9de4-43ab48f1647b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000161',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 34653,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai 1.3 MHEV X N-Connect',
'transmission': 'automatic',
'trim': 'NISSAN 1.3 MHEV X N-Connect',
'vin': None,
'year': 2024}
2026-03-30 00:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000161auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:53 [ecarstrade.nl] INFO: Saving data for 7000161auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450215.739498, 'last_price_update_time': 1774831613.846308}
2026-03-30 00:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000161auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000133> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:58 [ecarstrade.nl] INFO: Extracting details for car 7000133auction111023
2026-03-30 00:46:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d913b4bc-ad2c-54cd-90a0-40e39bce72a9 with identifier: 7000133auction111023
2026-03-30 00:46:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d913b4bc-ad2c-54cd-90a0-40e39bce72a9 with scrape type 2
2026-03-30 00:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d913b4bc-ad2c-54cd-90a0-40e39bce72a9 with scrape type 2
2026-03-30 00:46:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d913b4bc-ad2c-54cd-90a0-40e39bce72a9, identifier: 7000133auction111023
2026-03-30 00:46:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d913b4bc-ad2c-54cd-90a0-40e39bce72a9 with identifier: 7000133auction111023
2026-03-30 00:46:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d913b4bc-ad2c-54cd-90a0-40e39bce72a9 with identifier: 7000133auction111023
2026-03-30 00:46:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d913b4bc-ad2c-54cd-90a0-40e39bce72a9 with identifier: 7000133auction111023 to the API
2026-03-30 00:46:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:46:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000133>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'd913b4bc-ad2c-54cd-90a0-40e39bce72a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000133',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 150473,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan 1.5 TSI R-Line Bns',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.5 TSI R-Line Bns',
'vin': None,
'year': 2023}
2026-03-30 00:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000133auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:58 [ecarstrade.nl] INFO: Saving data for 7000133auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450160.353844, 'last_price_update_time': 1774831618.7288}
2026-03-30 00:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000133auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000163> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:58 [ecarstrade.nl] INFO: Extracting details for car 7000163auction111023
2026-03-30 00:46:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c81a479-f00b-5bb4-968d-de93b2b0a29b with identifier: 7000163auction111023
2026-03-30 00:46:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c81a479-f00b-5bb4-968d-de93b2b0a29b with scrape type 2
2026-03-30 00:46:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c81a479-f00b-5bb4-968d-de93b2b0a29b with scrape type 2
2026-03-30 00:46:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8c81a479-f00b-5bb4-968d-de93b2b0a29b, identifier: 7000163auction111023
2026-03-30 00:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8c81a479-f00b-5bb4-968d-de93b2b0a29b with identifier: 7000163auction111023
2026-03-30 00:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8c81a479-f00b-5bb4-968d-de93b2b0a29b with identifier: 7000163auction111023
2026-03-30 00:46:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8c81a479-f00b-5bb4-968d-de93b2b0a29b with identifier: 7000163auction111023 to the API
2026-03-30 00:46:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:46:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000163>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '8c81a479-f00b-5bb4-968d-de93b2b0a29b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000163',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 54986,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai 1.3 MHEV X N-Connect',
'transmission': 'automatic',
'trim': 'NISSAN 1.3 MHEV X N-Connect',
'vin': None,
'year': 2024}
2026-03-30 00:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000163auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:59 [ecarstrade.nl] INFO: Saving data for 7000163auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450158.438635, 'last_price_update_time': 1774831619.300219}
2026-03-30 00:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000163auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000153> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:59 [ecarstrade.nl] INFO: Extracting details for car 7000153auction111023
2026-03-30 00:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf with identifier: 7000153auction111023
2026-03-30 00:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf with scrape type 2
2026-03-30 00:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf with scrape type 2
2026-03-30 00:46:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf, identifier: 7000153auction111023
2026-03-30 00:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf with identifier: 7000153auction111023
2026-03-30 00:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf with identifier: 7000153auction111023
2026-03-30 00:46:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf with identifier: 7000153auction111023 to the API
2026-03-30 00:46:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:46:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:46:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000153>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000153',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '3008',
'odometer': 105076,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.6 HYbrid GT',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.6 HYbrid GT',
'vin': None,
'year': 2022}
2026-03-30 00:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000153auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:46:59 [ecarstrade.nl] INFO: Saving data for 7000153auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450157.513403, 'last_price_update_time': 1774831619.766072}
2026-03-30 00:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000153auction111023') HTTP/1.1" 204 0
2026-03-30 00:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000169> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:46:59 [ecarstrade.nl] INFO: Extracting details for car 7000169auction111023
2026-03-30 00:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e55b6efe-64ca-5409-a994-fbe673f54f78 with identifier: 7000169auction111023
2026-03-30 00:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e55b6efe-64ca-5409-a994-fbe673f54f78 with scrape type 2
2026-03-30 00:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e55b6efe-64ca-5409-a994-fbe673f54f78 with scrape type 2
2026-03-30 00:46:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e55b6efe-64ca-5409-a994-fbe673f54f78, identifier: 7000169auction111023
2026-03-30 00:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e55b6efe-64ca-5409-a994-fbe673f54f78 with identifier: 7000169auction111023
2026-03-30 00:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e55b6efe-64ca-5409-a994-fbe673f54f78 with identifier: 7000169auction111023
2026-03-30 00:47:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e55b6efe-64ca-5409-a994-fbe673f54f78 with identifier: 7000169auction111023 to the API
2026-03-30 00:47:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000169>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'e55b6efe-64ca-5409-a994-fbe673f54f78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000169',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mazda',
'model': '3',
'odometer': 60960,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'Mazda 3 2.0 e-SA-X Luxury',
'transmission': 'manual',
'trim': '2.0 e-SA-X Luxury',
'vin': None,
'year': 2022}
2026-03-30 00:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000169auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:00 [ecarstrade.nl] INFO: Saving data for 7000169auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450157.977544, 'last_price_update_time': 1774831620.279727}
2026-03-30 00:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000169auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000139> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:02 [ecarstrade.nl] INFO: Extracting details for car 7000139auction111023
2026-03-30 00:47:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99107e1e-8d3c-51a9-9f82-ddb904878916 with identifier: 7000139auction111023
2026-03-30 00:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99107e1e-8d3c-51a9-9f82-ddb904878916 with scrape type 2
2026-03-30 00:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99107e1e-8d3c-51a9-9f82-ddb904878916 with scrape type 2
2026-03-30 00:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 99107e1e-8d3c-51a9-9f82-ddb904878916, identifier: 7000139auction111023
2026-03-30 00:47:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 99107e1e-8d3c-51a9-9f82-ddb904878916 with identifier: 7000139auction111023
2026-03-30 00:47:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 99107e1e-8d3c-51a9-9f82-ddb904878916 with identifier: 7000139auction111023
2026-03-30 00:47:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 99107e1e-8d3c-51a9-9f82-ddb904878916 with identifier: 7000139auction111023 to the API
2026-03-30 00:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000139>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': '99107e1e-8d3c-51a9-9f82-ddb904878916',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000139',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 70921,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-20',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Stnd.RWD Plus 60 kWh',
'transmission': 'automatic',
'trim': 'Stnd.RWD Plus 60 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000139auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:03 [ecarstrade.nl] INFO: Saving data for 7000139auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450159.696938, 'last_price_update_time': 1774831623.19484}
2026-03-30 00:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000139auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:06 [scrapy.extensions.logstats] INFO: Crawled 21 pages (at 20 pages/min), scraped 19 items (at 19 items/min)
2026-03-30 00:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 203MiB
2026-03-30 00:47:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000191> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:10 [ecarstrade.nl] INFO: Extracting details for car 7000191auction111023
2026-03-30 00:47:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69492742-343b-5ebf-a9ba-7a1517a32754 with identifier: 7000191auction111023
2026-03-30 00:47:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69492742-343b-5ebf-a9ba-7a1517a32754 with scrape type 2
2026-03-30 00:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69492742-343b-5ebf-a9ba-7a1517a32754 with scrape type 2
2026-03-30 00:47:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 69492742-343b-5ebf-a9ba-7a1517a32754, identifier: 7000191auction111023
2026-03-30 00:47:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 69492742-343b-5ebf-a9ba-7a1517a32754 with identifier: 7000191auction111023
2026-03-30 00:47:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 69492742-343b-5ebf-a9ba-7a1517a32754 with identifier: 7000191auction111023
2026-03-30 00:47:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 69492742-343b-5ebf-a9ba-7a1517a32754 with identifier: 7000191auction111023 to the API
2026-03-30 00:47:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000191>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '69492742-343b-5ebf-a9ba-7a1517a32754',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000191',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 132697,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Limousine 35 TFSI S edition',
'transmission': 'automatic',
'trim': 'AUDI Limousine 35 TFSI S edition',
'vin': None,
'year': 2022}
2026-03-30 00:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000191auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:10 [ecarstrade.nl] INFO: Saving data for 7000191auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450165.243331, 'last_price_update_time': 1774831630.61098}
2026-03-30 00:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000191auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000160auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000160auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000160auction111023: 2
2026-03-30 00:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000158auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000158auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000158auction111023: 2
2026-03-30 00:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000188auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000188auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000188auction111023: 2
2026-03-30 00:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000190auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000190auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000190auction111023: 2
2026-03-30 00:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000162auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000162auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000162auction111023: 2
2026-03-30 00:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000170auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000170auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000170auction111023: 2
2026-03-30 00:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000149auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000149auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000149auction111023: 2
2026-03-30 00:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000124auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000124auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000124auction111023: 2
2026-03-30 00:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000172auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000172auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000172auction111023: 2
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000148auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000148auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000148auction111023: 2
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000171auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000171auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000171auction111023: 2
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000127auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000127auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000127auction111023: 2
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000138auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000138auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000138auction111023: 2
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000129auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000129auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000129auction111023: 2
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000134auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000134auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000134auction111023: 2
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000155auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000155auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000155auction111023: 2
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000122auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000122auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000122auction111023: 2
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000128auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000128auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000128auction111023: 2
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000136auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000136auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000136auction111023: 2
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Found listing with ID: 7000131auction111023
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000131auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:11 [ecarstrade.nl] INFO: Scrape type for 7000131auction111023: 2
2026-03-30 00:47:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000190> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:47:17 [ecarstrade.nl] INFO: Extracting details for car 7000190auction111023
2026-03-30 00:47:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8b73668-9719-5125-bc73-116a4b28f55a with identifier: 7000190auction111023
2026-03-30 00:47:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8b73668-9719-5125-bc73-116a4b28f55a with scrape type 2
2026-03-30 00:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8b73668-9719-5125-bc73-116a4b28f55a with scrape type 2
2026-03-30 00:47:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c8b73668-9719-5125-bc73-116a4b28f55a, identifier: 7000190auction111023
2026-03-30 00:47:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c8b73668-9719-5125-bc73-116a4b28f55a with identifier: 7000190auction111023
2026-03-30 00:47:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c8b73668-9719-5125-bc73-116a4b28f55a with identifier: 7000190auction111023
2026-03-30 00:47:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c8b73668-9719-5125-bc73-116a4b28f55a with identifier: 7000190auction111023 to the API
2026-03-30 00:47:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000190>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'c8b73668-9719-5125-bc73-116a4b28f55a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000190',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A4',
'odometer': 171500,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-19',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 LIMOUSINE 35 TFSI S edition',
'transmission': 'automatic',
'trim': 'AUDI LIMOUSINE 35 TFSI S edition',
'vin': None,
'year': 2022}
2026-03-30 00:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000190auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:17 [ecarstrade.nl] INFO: Saving data for 7000190auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450163.166353, 'last_price_update_time': 1774831637.98516}
2026-03-30 00:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000190auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000162> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000158> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000160> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:18 [ecarstrade.nl] INFO: Extracting details for car 7000162auction111023
2026-03-30 00:47:18 [ecarstrade.nl] INFO: Extracting details for car 7000158auction111023
2026-03-30 00:47:18 [ecarstrade.nl] INFO: Extracting details for car 7000160auction111023
2026-03-30 00:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000170> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000149> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d7b77e2-9bdd-5e0b-84f3-deac3d38f156 with identifier: 7000162auction111023
2026-03-30 00:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d7b77e2-9bdd-5e0b-84f3-deac3d38f156 with scrape type 2
2026-03-30 00:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d7b77e2-9bdd-5e0b-84f3-deac3d38f156 with scrape type 2
2026-03-30 00:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7d7b77e2-9bdd-5e0b-84f3-deac3d38f156, identifier: 7000162auction111023
2026-03-30 00:47:18 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3de61083-aa50-580a-90dd-36079b2558a1 with identifier: 7000158auction111023
2026-03-30 00:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3de61083-aa50-580a-90dd-36079b2558a1 with scrape type 2
2026-03-30 00:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3de61083-aa50-580a-90dd-36079b2558a1 with scrape type 2
2026-03-30 00:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3de61083-aa50-580a-90dd-36079b2558a1, identifier: 7000158auction111023
2026-03-30 00:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca9ff720-a071-5953-ab75-3fe470a843af with identifier: 7000160auction111023
2026-03-30 00:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca9ff720-a071-5953-ab75-3fe470a843af with scrape type 2
2026-03-30 00:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca9ff720-a071-5953-ab75-3fe470a843af with scrape type 2
2026-03-30 00:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ca9ff720-a071-5953-ab75-3fe470a843af, identifier: 7000160auction111023
2026-03-30 00:47:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7d7b77e2-9bdd-5e0b-84f3-deac3d38f156 with identifier: 7000162auction111023
2026-03-30 00:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7d7b77e2-9bdd-5e0b-84f3-deac3d38f156 with identifier: 7000162auction111023
2026-03-30 00:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7d7b77e2-9bdd-5e0b-84f3-deac3d38f156 with identifier: 7000162auction111023 to the API
2026-03-30 00:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000162>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7d7b77e2-9bdd-5e0b-84f3-deac3d38f156',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000162',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'Juke',
'odometer': 49562,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN JUKE 1.6 Hyb. N-Connecta',
'transmission': 'automatic',
'trim': 'NISSAN JUKE 1.6 Hyb. N-Connecta',
'vin': None,
'year': 2024}
2026-03-30 00:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000162auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:18 [ecarstrade.nl] INFO: Saving data for 7000162auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450162.674307, 'last_price_update_time': 1774831638.846209}
2026-03-30 00:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000162auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3de61083-aa50-580a-90dd-36079b2558a1 with identifier: 7000158auction111023
2026-03-30 00:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3de61083-aa50-580a-90dd-36079b2558a1 with identifier: 7000158auction111023
2026-03-30 00:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3de61083-aa50-580a-90dd-36079b2558a1 with identifier: 7000158auction111023 to the API
2026-03-30 00:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000158>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '3de61083-aa50-580a-90dd-36079b2558a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000158',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 68903,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-07',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai 1.3 MHEV X N-Connect',
'transmission': 'automatic',
'trim': 'NISSAN 1.3 MHEV X N-Connect',
'vin': None,
'year': 2024}
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000158auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:19 [ecarstrade.nl] INFO: Saving data for 7000158auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450160.711498, 'last_price_update_time': 1774831639.137169}
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000158auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ca9ff720-a071-5953-ab75-3fe470a843af with identifier: 7000160auction111023
2026-03-30 00:47:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ca9ff720-a071-5953-ab75-3fe470a843af with identifier: 7000160auction111023
2026-03-30 00:47:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ca9ff720-a071-5953-ab75-3fe470a843af with identifier: 7000160auction111023 to the API
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000160>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'ca9ff720-a071-5953-ab75-3fe470a843af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000160',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 59276,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai 1.3 MHEV X N-Connect',
'transmission': 'automatic',
'trim': 'NISSAN 1.3 MHEV X N-Connect',
'vin': None,
'year': 2024}
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000160auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:19 [ecarstrade.nl] INFO: Saving data for 7000160auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450158.949556, 'last_price_update_time': 1774831639.450273}
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000160auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:19 [ecarstrade.nl] INFO: Extracting details for car 7000170auction111023
2026-03-30 00:47:19 [ecarstrade.nl] INFO: Extracting details for car 7000149auction111023
2026-03-30 00:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7000126auction111023
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000126auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:19 [ecarstrade.nl] INFO: Scrape type for 7000126auction111023: 2
2026-03-30 00:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000188> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7000156auction111023
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000156auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:19 [ecarstrade.nl] INFO: Scrape type for 7000156auction111023: 2
2026-03-30 00:47:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b29297bd-9663-5ca3-ad36-12dbfdddddd1 with identifier: 7000170auction111023
2026-03-30 00:47:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b29297bd-9663-5ca3-ad36-12dbfdddddd1 with scrape type 2
2026-03-30 00:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b29297bd-9663-5ca3-ad36-12dbfdddddd1 with scrape type 2
2026-03-30 00:47:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b29297bd-9663-5ca3-ad36-12dbfdddddd1, identifier: 7000170auction111023
2026-03-30 00:47:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d252ab2-e400-537b-9df1-7ef91fbc79d7 with identifier: 7000149auction111023
2026-03-30 00:47:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d252ab2-e400-537b-9df1-7ef91fbc79d7 with scrape type 2
2026-03-30 00:47:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d252ab2-e400-537b-9df1-7ef91fbc79d7 with scrape type 2
2026-03-30 00:47:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4d252ab2-e400-537b-9df1-7ef91fbc79d7, identifier: 7000149auction111023
2026-03-30 00:47:19 [ecarstrade.nl] INFO: Extracting details for car 7000188auction111023
2026-03-30 00:47:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b29297bd-9663-5ca3-ad36-12dbfdddddd1 with identifier: 7000170auction111023
2026-03-30 00:47:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b29297bd-9663-5ca3-ad36-12dbfdddddd1 with identifier: 7000170auction111023
2026-03-30 00:47:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b29297bd-9663-5ca3-ad36-12dbfdddddd1 with identifier: 7000170auction111023 to the API
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000170>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'b29297bd-9663-5ca3-ad36-12dbfdddddd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000170',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 39836,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-13',
'seats_number': 5,
'seller_name': None,
'title': 'KIA ceed sportswagon 1.0 T-GDi ExecLine',
'transmission': 'manual',
'trim': 'KIA ceed sportswagon 1.0 T-GDi ExecLine',
'vin': None,
'year': 2024}
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000170auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Saving data for 7000170auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450145.895233, 'last_price_update_time': 1774831640.024661}
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000170auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4d252ab2-e400-537b-9df1-7ef91fbc79d7 with identifier: 7000149auction111023
2026-03-30 00:47:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4d252ab2-e400-537b-9df1-7ef91fbc79d7 with identifier: 7000149auction111023
2026-03-30 00:47:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4d252ab2-e400-537b-9df1-7ef91fbc79d7 with identifier: 7000149auction111023 to the API
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000149>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4d252ab2-e400-537b-9df1-7ef91fbc79d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000149',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Arkana',
'odometer': 91098,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Arkana 1.6 E-T H 145 Intens',
'transmission': 'automatic',
'trim': 'RENAULT 1.6 E-T H 145 Intens',
'vin': None,
'year': 2022}
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000149auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Saving data for 7000149auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450162.189398, 'last_price_update_time': 1774831640.310325}
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000149auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Found listing with ID: 7000135auction111023
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000135auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Scrape type for 7000135auction111023: 2
2026-03-30 00:47:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8 with identifier: 7000188auction111023
2026-03-30 00:47:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8 with scrape type 2
2026-03-30 00:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8 with scrape type 2
2026-03-30 00:47:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8, identifier: 7000188auction111023
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Found listing with ID: 7000154auction111023
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000154auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Scrape type for 7000154auction111023: 2
2026-03-30 00:47:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8 with identifier: 7000188auction111023
2026-03-30 00:47:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8 with identifier: 7000188auction111023
2026-03-30 00:47:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8 with identifier: 7000188auction111023 to the API
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000188>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': '9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000188',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 183950,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-15',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q4 e-tron 40 L ed AdvPl 77 kWh',
'transmission': 'automatic',
'trim': 'AUDI 40 L ed AdvPl 77 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000188auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Saving data for 7000188auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450161.16863, 'last_price_update_time': 1774831640.753088}
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000188auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Found listing with ID: 7000140auction111023
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000140auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Scrape type for 7000140auction111023: 2
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Found listing with ID: 7000125auction111023
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000125auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Scrape type for 7000125auction111023: 2
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Found listing with ID: 7000132auction111023
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000132auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Scrape type for 7000132auction111023: 2
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Found listing with ID: 7000173auction111023
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000173auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Scrape type for 7000173auction111023: 2
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Found listing with ID: 7000141auction111023
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000141auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Scrape type for 7000141auction111023: 2
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Found listing with ID: 7000152auction111023
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000152auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Scrape type for 7000152auction111023: 2
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Found listing with ID: 7000167auction111023
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000167auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Scrape type for 7000167auction111023: 2
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Found listing with ID: 7000142auction111023
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000142auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Scrape type for 7000142auction111023: 2
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Found listing with ID: 7000178auction111023
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000178auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Scrape type for 7000178auction111023: 2
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Found listing with ID: 7000174auction111023
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000174auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Scrape type for 7000174auction111023: 0
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Found listing with ID: 7000143auction111023
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000143auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Scrape type for 7000143auction111023: 0
2026-03-30 00:47:20 [ecarstrade.nl] INFO: Found listing with ID: 7000144auction111023
2026-03-30 00:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000144auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:21 [ecarstrade.nl] INFO: Scrape type for 7000144auction111023: 0
2026-03-30 00:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7000130auction111023
2026-03-30 00:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000130auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:21 [ecarstrade.nl] INFO: Scrape type for 7000130auction111023: 2
2026-03-30 00:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7000150auction111023
2026-03-30 00:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000150auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:21 [ecarstrade.nl] INFO: Scrape type for 7000150auction111023: 2
2026-03-30 00:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7000168auction111023
2026-03-30 00:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000168auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:21 [ecarstrade.nl] INFO: Scrape type for 7000168auction111023: 2
2026-03-30 00:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7000177auction111023
2026-03-30 00:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000177auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:21 [ecarstrade.nl] INFO: Scrape type for 7000177auction111023: 2
2026-03-30 00:47:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000124> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:24 [ecarstrade.nl] INFO: Extracting details for car 7000124auction111023
2026-03-30 00:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abd969f1-e7f5-57be-9d79-495177727c80 with identifier: 7000124auction111023
2026-03-30 00:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abd969f1-e7f5-57be-9d79-495177727c80 with scrape type 2
2026-03-30 00:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abd969f1-e7f5-57be-9d79-495177727c80 with scrape type 2
2026-03-30 00:47:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: abd969f1-e7f5-57be-9d79-495177727c80, identifier: 7000124auction111023
2026-03-30 00:47:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: abd969f1-e7f5-57be-9d79-495177727c80 with identifier: 7000124auction111023
2026-03-30 00:47:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:47:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: abd969f1-e7f5-57be-9d79-495177727c80 with identifier: 7000124auction111023
2026-03-30 00:47:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: abd969f1-e7f5-57be-9d79-495177727c80 with identifier: 7000124auction111023 to the API
2026-03-30 00:47:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47: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-30 00:47:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000124>
{'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-30T08:10:00Z',
'fuel_type': 'Diesel',
'id': 'abd969f1-e7f5-57be-9d79-495177727c80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000124',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 180680,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-25',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Passat Variant 2.0 TDI Business',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 2.0 TDI Business',
'vin': None,
'year': 2023}
2026-03-30 00:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000124auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:24 [ecarstrade.nl] INFO: Saving data for 7000124auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450147.093074, 'last_price_update_time': 1774831644.882547}
2026-03-30 00:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000124auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000171> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:25 [ecarstrade.nl] INFO: Extracting details for car 7000171auction111023
2026-03-30 00:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2979197-48b1-55f8-918e-3929dc8809fc with identifier: 7000171auction111023
2026-03-30 00:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2979197-48b1-55f8-918e-3929dc8809fc with scrape type 2
2026-03-30 00:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2979197-48b1-55f8-918e-3929dc8809fc with scrape type 2
2026-03-30 00:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e2979197-48b1-55f8-918e-3929dc8809fc, identifier: 7000171auction111023
2026-03-30 00:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e2979197-48b1-55f8-918e-3929dc8809fc with identifier: 7000171auction111023
2026-03-30 00:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e2979197-48b1-55f8-918e-3929dc8809fc with identifier: 7000171auction111023
2026-03-30 00:47:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e2979197-48b1-55f8-918e-3929dc8809fc with identifier: 7000171auction111023 to the API
2026-03-30 00:47:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000171>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'e2979197-48b1-55f8-918e-3929dc8809fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000171',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 66862,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-13',
'seats_number': 5,
'seller_name': None,
'title': 'KIA ceed sportswagon 1.0 T-GDi ExecLine',
'transmission': 'manual',
'trim': 'KIA ceed sportswagon 1.0 T-GDi ExecLine',
'vin': None,
'year': 2024}
2026-03-30 00:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000171auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:25 [ecarstrade.nl] INFO: Saving data for 7000171auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450146.541948, 'last_price_update_time': 1774831645.595439}
2026-03-30 00:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000171auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000148> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:25 [ecarstrade.nl] INFO: Extracting details for car 7000148auction111023
2026-03-30 00:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b with identifier: 7000148auction111023
2026-03-30 00:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b with scrape type 2
2026-03-30 00:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b with scrape type 2
2026-03-30 00:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b, identifier: 7000148auction111023
2026-03-30 00:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b with identifier: 7000148auction111023
2026-03-30 00:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b with identifier: 7000148auction111023
2026-03-30 00:47:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b with identifier: 7000148auction111023 to the API
2026-03-30 00:47:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000148>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000148',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Captur',
'odometer': 50401,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-07',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur 1.6 ET fh 145 techno',
'transmission': 'automatic',
'trim': 'RENAULT 1.6 ET fh 145 techno',
'vin': None,
'year': 2023}
2026-03-30 00:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000148auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:26 [ecarstrade.nl] INFO: Saving data for 7000148auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450144.935885, 'last_price_update_time': 1774831646.092568}
2026-03-30 00:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000148auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000172> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:26 [ecarstrade.nl] INFO: Extracting details for car 7000172auction111023
2026-03-30 00:47:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c080d0cf-fe11-5e67-aeb1-45e7ca265eb6 with identifier: 7000172auction111023
2026-03-30 00:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c080d0cf-fe11-5e67-aeb1-45e7ca265eb6 with scrape type 2
2026-03-30 00:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c080d0cf-fe11-5e67-aeb1-45e7ca265eb6 with scrape type 2
2026-03-30 00:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c080d0cf-fe11-5e67-aeb1-45e7ca265eb6, identifier: 7000172auction111023
2026-03-30 00:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c080d0cf-fe11-5e67-aeb1-45e7ca265eb6 with identifier: 7000172auction111023
2026-03-30 00:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c080d0cf-fe11-5e67-aeb1-45e7ca265eb6 with identifier: 7000172auction111023
2026-03-30 00:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c080d0cf-fe11-5e67-aeb1-45e7ca265eb6 with identifier: 7000172auction111023 to the API
2026-03-30 00:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000172>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'c080d0cf-fe11-5e67-aeb1-45e7ca265eb6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000172',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 50151,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'KIA ceed sportswagon 1.0 T-GDi ExecLine',
'transmission': 'manual',
'trim': 'KIA ceed sportswagon 1.0 T-GDi ExecLine',
'vin': None,
'year': 2024}
2026-03-30 00:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000172auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:26 [ecarstrade.nl] INFO: Saving data for 7000172auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450144.473273, 'last_price_update_time': 1774831646.721762}
2026-03-30 00:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000172auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000127> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000134> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:26 [ecarstrade.nl] INFO: Extracting details for car 7000127auction111023
2026-03-30 00:47:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df7102c7-c849-5516-8df3-aeb70d640a07 with identifier: 7000127auction111023
2026-03-30 00:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df7102c7-c849-5516-8df3-aeb70d640a07 with scrape type 2
2026-03-30 00:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df7102c7-c849-5516-8df3-aeb70d640a07 with scrape type 2
2026-03-30 00:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: df7102c7-c849-5516-8df3-aeb70d640a07, identifier: 7000127auction111023
2026-03-30 00:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: df7102c7-c849-5516-8df3-aeb70d640a07 with identifier: 7000127auction111023
2026-03-30 00:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: df7102c7-c849-5516-8df3-aeb70d640a07 with identifier: 7000127auction111023
2026-03-30 00:47:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: df7102c7-c849-5516-8df3-aeb70d640a07 with identifier: 7000127auction111023 to the API
2026-03-30 00:47:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000127>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': 'df7102c7-c849-5516-8df3-aeb70d640a07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000127',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 37114,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000127auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:27 [ecarstrade.nl] INFO: Saving data for 7000127auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450134.860564, 'last_price_update_time': 1774831647.208664}
2026-03-30 00:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000127auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:27 [ecarstrade.nl] INFO: Extracting details for car 7000134auction111023
2026-03-30 00:47:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdbfd6ff-f72e-5d23-abb0-ff331042cb1a with identifier: 7000134auction111023
2026-03-30 00:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdbfd6ff-f72e-5d23-abb0-ff331042cb1a with scrape type 2
2026-03-30 00:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdbfd6ff-f72e-5d23-abb0-ff331042cb1a with scrape type 2
2026-03-30 00:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cdbfd6ff-f72e-5d23-abb0-ff331042cb1a, identifier: 7000134auction111023
2026-03-30 00:47:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cdbfd6ff-f72e-5d23-abb0-ff331042cb1a with identifier: 7000134auction111023
2026-03-30 00:47:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cdbfd6ff-f72e-5d23-abb0-ff331042cb1a with identifier: 7000134auction111023
2026-03-30 00:47:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cdbfd6ff-f72e-5d23-abb0-ff331042cb1a with identifier: 7000134auction111023 to the API
2026-03-30 00:47:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000134>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': 'cdbfd6ff-f72e-5d23-abb0-ff331042cb1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000134',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 40186,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000134auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:27 [ecarstrade.nl] INFO: Saving data for 7000134auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450186.065981, 'last_price_update_time': 1774831647.597594}
2026-03-30 00:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000134auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000138> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:27 [ecarstrade.nl] INFO: Extracting details for car 7000138auction111023
2026-03-30 00:47:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb with identifier: 7000138auction111023
2026-03-30 00:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb with scrape type 2
2026-03-30 00:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb with scrape type 2
2026-03-30 00:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb, identifier: 7000138auction111023
2026-03-30 00:47:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb with identifier: 7000138auction111023
2026-03-30 00:47:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb with identifier: 7000138auction111023
2026-03-30 00:47:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb with identifier: 7000138auction111023 to the API
2026-03-30 00:47:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000138>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': '968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000138',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 143250,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Stnd.RWD Plus 60 kWh',
'transmission': 'automatic',
'trim': 'Stnd.RWD Plus 60 kWh',
'vin': None,
'year': 2020}
2026-03-30 00:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000138auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:28 [ecarstrade.nl] INFO: Saving data for 7000138auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450212.895073, 'last_price_update_time': 1774831648.122588}
2026-03-30 00:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000138auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000131> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:31 [ecarstrade.nl] INFO: Extracting details for car 7000131auction111023
2026-03-30 00:47:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5aa6789-f475-53b2-a422-694dc07a77b2 with identifier: 7000131auction111023
2026-03-30 00:47:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5aa6789-f475-53b2-a422-694dc07a77b2 with scrape type 2
2026-03-30 00:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5aa6789-f475-53b2-a422-694dc07a77b2 with scrape type 2
2026-03-30 00:47:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d5aa6789-f475-53b2-a422-694dc07a77b2, identifier: 7000131auction111023
2026-03-30 00:47:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d5aa6789-f475-53b2-a422-694dc07a77b2 with identifier: 7000131auction111023
2026-03-30 00:47:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d5aa6789-f475-53b2-a422-694dc07a77b2 with identifier: 7000131auction111023
2026-03-30 00:47:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d5aa6789-f475-53b2-a422-694dc07a77b2 with identifier: 7000131auction111023 to the API
2026-03-30 00:47:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47: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-30 00:47:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000131>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': 'd5aa6789-f475-53b2-a422-694dc07a77b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000131',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 61731,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000131auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:32 [ecarstrade.nl] INFO: Saving data for 7000131auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450214.691793, 'last_price_update_time': 1774831652.016046}
2026-03-30 00:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000131auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000136> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:32 [ecarstrade.nl] INFO: Extracting details for car 7000136auction111023
2026-03-30 00:47:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dad89b4-9045-5738-a1f5-2f41d39e3fa8 with identifier: 7000136auction111023
2026-03-30 00:47:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dad89b4-9045-5738-a1f5-2f41d39e3fa8 with scrape type 2
2026-03-30 00:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dad89b4-9045-5738-a1f5-2f41d39e3fa8 with scrape type 2
2026-03-30 00:47:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4dad89b4-9045-5738-a1f5-2f41d39e3fa8, identifier: 7000136auction111023
2026-03-30 00:47:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4dad89b4-9045-5738-a1f5-2f41d39e3fa8 with identifier: 7000136auction111023
2026-03-30 00:47:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4dad89b4-9045-5738-a1f5-2f41d39e3fa8 with identifier: 7000136auction111023
2026-03-30 00:47:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4dad89b4-9045-5738-a1f5-2f41d39e3fa8 with identifier: 7000136auction111023 to the API
2026-03-30 00:47:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000136>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4dad89b4-9045-5738-a1f5-2f41d39e3fa8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000136',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 90941,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-11',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA COROLLA 1.8 Hybrid Bns Plus',
'transmission': 'automatic',
'trim': 'TOYOTA COROLLA 1.8 Hybrid Bns Plus',
'vin': None,
'year': 2021}
2026-03-30 00:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000136auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:32 [ecarstrade.nl] INFO: Saving data for 7000136auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450183.041306, 'last_price_update_time': 1774831652.64748}
2026-03-30 00:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000136auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7000137auction111023
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000137auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7000137auction111023: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7000151auction111023
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000151auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7000151auction111023: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7000179auction111023
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000179auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7000179auction111023: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7000181auction111023
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000181auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7000181auction111023: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7000180auction111023
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000180auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7000180auction111023: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7000146auction111023
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000146auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7000146auction111023: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7000147auction111023
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000147auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7000147auction111023: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7000182auction111023
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000182auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7000182auction111023: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7000184auction111023
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000184auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7000184auction111023: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7000186auction111023
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000186auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7000186auction111023: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7005149auction111084
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005149auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7005149auction111084: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7005206auction111084
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005206auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7005206auction111084: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7005207auction111084
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005207auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7005207auction111084: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7005205auction111084
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005205auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7005205auction111084: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7005203auction111084
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005203auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7005203auction111084: 2
2026-03-30 00:47:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000155> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7005148auction111084
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005148auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7005148auction111084: 2
2026-03-30 00:47:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7005204auction111084
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005204auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7005204auction111084: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7005166auction111084
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005166auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7005166auction111084: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7005208auction111084
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005208auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7005208auction111084: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Found listing with ID: 7005192auction111084
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005192auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Scrape type for 7005192auction111084: 2
2026-03-30 00:47:33 [ecarstrade.nl] INFO: Extracting details for car 7000155auction111023
2026-03-30 00:47:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa04fd92-1fd7-5073-8a06-4054acc7c89f with identifier: 7000155auction111023
2026-03-30 00:47:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa04fd92-1fd7-5073-8a06-4054acc7c89f with scrape type 2
2026-03-30 00:47:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa04fd92-1fd7-5073-8a06-4054acc7c89f with scrape type 2
2026-03-30 00:47:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fa04fd92-1fd7-5073-8a06-4054acc7c89f, identifier: 7000155auction111023
2026-03-30 00:47:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fa04fd92-1fd7-5073-8a06-4054acc7c89f with identifier: 7000155auction111023
2026-03-30 00:47:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:47:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fa04fd92-1fd7-5073-8a06-4054acc7c89f with identifier: 7000155auction111023
2026-03-30 00:47:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fa04fd92-1fd7-5073-8a06-4054acc7c89f with identifier: 7000155auction111023 to the API
2026-03-30 00:47:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000155>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': 'fa04fd92-1fd7-5073-8a06-4054acc7c89f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000155',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 37158,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-208 EV Active 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT EV Active 50 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000155auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:34 [ecarstrade.nl] INFO: Saving data for 7000155auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450183.884707, 'last_price_update_time': 1774831654.35383}
2026-03-30 00:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000155auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000126> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:35 [ecarstrade.nl] INFO: Extracting details for car 7000126auction111023
2026-03-30 00:47:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a92f80f-6436-5eaa-935e-a39591ca5c58 with identifier: 7000126auction111023
2026-03-30 00:47:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a92f80f-6436-5eaa-935e-a39591ca5c58 with scrape type 2
2026-03-30 00:47:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a92f80f-6436-5eaa-935e-a39591ca5c58 with scrape type 2
2026-03-30 00:47:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2a92f80f-6436-5eaa-935e-a39591ca5c58, identifier: 7000126auction111023
2026-03-30 00:47:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2a92f80f-6436-5eaa-935e-a39591ca5c58 with identifier: 7000126auction111023
2026-03-30 00:47:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2a92f80f-6436-5eaa-935e-a39591ca5c58 with identifier: 7000126auction111023
2026-03-30 00:47:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2a92f80f-6436-5eaa-935e-a39591ca5c58 with identifier: 7000126auction111023 to the API
2026-03-30 00:47:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47: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-30 00:47:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000126>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': '2a92f80f-6436-5eaa-935e-a39591ca5c58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000126',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 65903,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000126auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:35 [ecarstrade.nl] INFO: Saving data for 7000126auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450182.667816, 'last_price_update_time': 1774831655.469895}
2026-03-30 00:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000126auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000156> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:38 [ecarstrade.nl] INFO: Extracting details for car 7000156auction111023
2026-03-30 00:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56eae58f-0ede-5205-adcd-14759a3a19b6 with identifier: 7000156auction111023
2026-03-30 00:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56eae58f-0ede-5205-adcd-14759a3a19b6 with scrape type 2
2026-03-30 00:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56eae58f-0ede-5205-adcd-14759a3a19b6 with scrape type 2
2026-03-30 00:47:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 56eae58f-0ede-5205-adcd-14759a3a19b6, identifier: 7000156auction111023
2026-03-30 00:47:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 56eae58f-0ede-5205-adcd-14759a3a19b6 with identifier: 7000156auction111023
2026-03-30 00:47:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 56eae58f-0ede-5205-adcd-14759a3a19b6 with identifier: 7000156auction111023
2026-03-30 00:47:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 56eae58f-0ede-5205-adcd-14759a3a19b6 with identifier: 7000156auction111023 to the API
2026-03-30 00:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000156>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': '56eae58f-0ede-5205-adcd-14759a3a19b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000156',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 52816,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-11',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-208 EV Allure Pck 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT EV Allure Pck 50 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000156auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:39 [ecarstrade.nl] INFO: Saving data for 7000156auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450185.521216, 'last_price_update_time': 1774831659.11262}
2026-03-30 00:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000156auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000177> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:39 [ecarstrade.nl] INFO: Extracting details for car 7000177auction111023
2026-03-30 00:47:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 667128a7-6c42-528d-b654-0b59d534cf1e with identifier: 7000177auction111023
2026-03-30 00:47:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 667128a7-6c42-528d-b654-0b59d534cf1e with scrape type 2
2026-03-30 00:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 667128a7-6c42-528d-b654-0b59d534cf1e with scrape type 2
2026-03-30 00:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 667128a7-6c42-528d-b654-0b59d534cf1e, identifier: 7000177auction111023
2026-03-30 00:47:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 667128a7-6c42-528d-b654-0b59d534cf1e with identifier: 7000177auction111023
2026-03-30 00:47:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 667128a7-6c42-528d-b654-0b59d534cf1e with identifier: 7000177auction111023
2026-03-30 00:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 667128a7-6c42-528d-b654-0b59d534cf1e with identifier: 7000177auction111023 to the API
2026-03-30 00:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000177>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Diesel',
'id': '667128a7-6c42-528d-b654-0b59d534cf1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000177',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 97037,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 2.0 EcoBl. ST L.XBns',
'transmission': 'automatic',
'trim': 'FORD Wagon 2.0 EcoBl. ST L.XBns',
'vin': None,
'year': 2021}
2026-03-30 00:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000177auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:39 [ecarstrade.nl] INFO: Saving data for 7000177auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450206.133926, 'last_price_update_time': 1774831659.611422}
2026-03-30 00:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000177auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000150> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:40 [ecarstrade.nl] INFO: Extracting details for car 7000150auction111023
2026-03-30 00:47:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62e0f2e3-7dce-56af-b7a8-778c71f5472c with identifier: 7000150auction111023
2026-03-30 00:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62e0f2e3-7dce-56af-b7a8-778c71f5472c with scrape type 2
2026-03-30 00:47:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62e0f2e3-7dce-56af-b7a8-778c71f5472c with scrape type 2
2026-03-30 00:47:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 62e0f2e3-7dce-56af-b7a8-778c71f5472c, identifier: 7000150auction111023
2026-03-30 00:47:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 62e0f2e3-7dce-56af-b7a8-778c71f5472c with identifier: 7000150auction111023
2026-03-30 00:47:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 62e0f2e3-7dce-56af-b7a8-778c71f5472c with identifier: 7000150auction111023
2026-03-30 00:47:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 62e0f2e3-7dce-56af-b7a8-778c71f5472c with identifier: 7000150auction111023 to the API
2026-03-30 00:47:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000150>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '62e0f2e3-7dce-56af-b7a8-778c71f5472c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000150',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Captur',
'odometer': 59691,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur 1.0 TCe Zen',
'transmission': 'manual',
'trim': 'RENAULT 1.0 TCe Zen',
'vin': None,
'year': 2022}
2026-03-30 00:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000150auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:41 [ecarstrade.nl] INFO: Saving data for 7000150auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450207.920424, 'last_price_update_time': 1774831661.33022}
2026-03-30 00:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000150auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000122> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000168> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:41 [ecarstrade.nl] INFO: Extracting details for car 7000122auction111023
2026-03-30 00:47:41 [ecarstrade.nl] INFO: Extracting details for car 7000168auction111023
2026-03-30 00:47:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33e45fff-3017-544e-a6a3-66d66f401e6a with identifier: 7000122auction111023
2026-03-30 00:47:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33e45fff-3017-544e-a6a3-66d66f401e6a with scrape type 2
2026-03-30 00:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33e45fff-3017-544e-a6a3-66d66f401e6a with scrape type 2
2026-03-30 00:47:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 33e45fff-3017-544e-a6a3-66d66f401e6a, identifier: 7000122auction111023
2026-03-30 00:47:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca338d58-2e03-5480-a8f8-a9ef9217d561 with identifier: 7000168auction111023
2026-03-30 00:47:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca338d58-2e03-5480-a8f8-a9ef9217d561 with scrape type 2
2026-03-30 00:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca338d58-2e03-5480-a8f8-a9ef9217d561 with scrape type 2
2026-03-30 00:47:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ca338d58-2e03-5480-a8f8-a9ef9217d561, identifier: 7000168auction111023
2026-03-30 00:47:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 33e45fff-3017-544e-a6a3-66d66f401e6a with identifier: 7000122auction111023
2026-03-30 00:47:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 33e45fff-3017-544e-a6a3-66d66f401e6a with identifier: 7000122auction111023
2026-03-30 00:47:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 33e45fff-3017-544e-a6a3-66d66f401e6a with identifier: 7000122auction111023 to the API
2026-03-30 00:47:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000122>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': '33e45fff-3017-544e-a6a3-66d66f401e6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000122',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 43969,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000122auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:41 [ecarstrade.nl] INFO: Saving data for 7000122auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450181.518056, 'last_price_update_time': 1774831661.919134}
2026-03-30 00:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000122auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ca338d58-2e03-5480-a8f8-a9ef9217d561 with identifier: 7000168auction111023
2026-03-30 00:47:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ca338d58-2e03-5480-a8f8-a9ef9217d561 with identifier: 7000168auction111023
2026-03-30 00:47:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ca338d58-2e03-5480-a8f8-a9ef9217d561 with identifier: 7000168auction111023 to the API
2026-03-30 00:47:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000168>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'ca338d58-2e03-5480-a8f8-a9ef9217d561',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000168',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mazda',
'model': 'CX-30',
'odometer': 217108,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-19',
'seats_number': 5,
'seller_name': None,
'title': 'Mazda CX-30 2.0 eSA-X Comfort',
'transmission': 'manual',
'trim': '2.0 eSA-X Comfort',
'vin': None,
'year': 2021}
2026-03-30 00:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000168auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:42 [ecarstrade.nl] INFO: Saving data for 7000168auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450204.255916, 'last_price_update_time': 1774831662.209667}
2026-03-30 00:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000168auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000178> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:45 [ecarstrade.nl] INFO: Extracting details for car 7000178auction111023
2026-03-30 00:47:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 622e8603-df0f-5c19-acab-a51d889faaea with identifier: 7000178auction111023
2026-03-30 00:47:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 622e8603-df0f-5c19-acab-a51d889faaea with scrape type 2
2026-03-30 00:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 622e8603-df0f-5c19-acab-a51d889faaea with scrape type 2
2026-03-30 00:47:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 622e8603-df0f-5c19-acab-a51d889faaea, identifier: 7000178auction111023
2026-03-30 00:47:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 622e8603-df0f-5c19-acab-a51d889faaea with identifier: 7000178auction111023
2026-03-30 00:47:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 622e8603-df0f-5c19-acab-a51d889faaea with identifier: 7000178auction111023
2026-03-30 00:47:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 622e8603-df0f-5c19-acab-a51d889faaea with identifier: 7000178auction111023 to the API
2026-03-30 00:47:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47: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-30 00:47:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000178>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '622e8603-df0f-5c19-acab-a51d889faaea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000178',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 148285,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-14',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Mondeo Wagon 2.0 IVCT HEV Titan.',
'transmission': 'automatic',
'trim': 'FORD Wagon 2.0 IVCT HEV Titan.',
'vin': None,
'year': 2022}
2026-03-30 00:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000178auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:46 [ecarstrade.nl] INFO: Saving data for 7000178auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450252.901498, 'last_price_update_time': 1774831666.618158}
2026-03-30 00:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000178auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000142> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000130> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:46 [ecarstrade.nl] INFO: Extracting details for car 7000142auction111023
2026-03-30 00:47:46 [ecarstrade.nl] INFO: Extracting details for car 7000130auction111023
2026-03-30 00:47:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8345d45a-e1a3-5662-a55a-1940f689b3a2 with identifier: 7000142auction111023
2026-03-30 00:47:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8345d45a-e1a3-5662-a55a-1940f689b3a2 with scrape type 2
2026-03-30 00:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8345d45a-e1a3-5662-a55a-1940f689b3a2 with scrape type 2
2026-03-30 00:47:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8345d45a-e1a3-5662-a55a-1940f689b3a2, identifier: 7000142auction111023
2026-03-30 00:47:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daec3c23-a24e-5a7c-9873-5773d8b83276 with identifier: 7000130auction111023
2026-03-30 00:47:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daec3c23-a24e-5a7c-9873-5773d8b83276 with scrape type 2
2026-03-30 00:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daec3c23-a24e-5a7c-9873-5773d8b83276 with scrape type 2
2026-03-30 00:47:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: daec3c23-a24e-5a7c-9873-5773d8b83276, identifier: 7000130auction111023
2026-03-30 00:47:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8345d45a-e1a3-5662-a55a-1940f689b3a2 with identifier: 7000142auction111023
2026-03-30 00:47:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8345d45a-e1a3-5662-a55a-1940f689b3a2 with identifier: 7000142auction111023
2026-03-30 00:47:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8345d45a-e1a3-5662-a55a-1940f689b3a2 with identifier: 7000142auction111023 to the API
2026-03-30 00:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000142>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '8345d45a-e1a3-5662-a55a-1940f689b3a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000142',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 202483,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Karoq 1.5 TSI Sportl. Bus.',
'transmission': 'manual',
'trim': 'SKODA 1.5 TSI Sportl. Bus.',
'vin': None,
'year': 2021}
2026-03-30 00:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000142auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:47 [ecarstrade.nl] INFO: Saving data for 7000142auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450212.130658, 'last_price_update_time': 1774831667.236848}
2026-03-30 00:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000142auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: daec3c23-a24e-5a7c-9873-5773d8b83276 with identifier: 7000130auction111023
2026-03-30 00:47:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: daec3c23-a24e-5a7c-9873-5773d8b83276 with identifier: 7000130auction111023
2026-03-30 00:47:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: daec3c23-a24e-5a7c-9873-5773d8b83276 with identifier: 7000130auction111023 to the API
2026-03-30 00:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000130>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'daec3c23-a24e-5a7c-9873-5773d8b83276',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000130',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 142360,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF 1.0 TSI Life',
'vin': None,
'year': 2021}
2026-03-30 00:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000130auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:47 [ecarstrade.nl] INFO: Saving data for 7000130auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450209.911665, 'last_price_update_time': 1774831667.514981}
2026-03-30 00:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000130auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000152> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000141> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:48 [ecarstrade.nl] INFO: Extracting details for car 7000152auction111023
2026-03-30 00:47:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7e339f6-379e-5167-a284-e264ebe38502 with identifier: 7000152auction111023
2026-03-30 00:47:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7e339f6-379e-5167-a284-e264ebe38502 with scrape type 2
2026-03-30 00:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7e339f6-379e-5167-a284-e264ebe38502 with scrape type 2
2026-03-30 00:47:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a7e339f6-379e-5167-a284-e264ebe38502, identifier: 7000152auction111023
2026-03-30 00:47:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a7e339f6-379e-5167-a284-e264ebe38502 with identifier: 7000152auction111023
2026-03-30 00:47:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a7e339f6-379e-5167-a284-e264ebe38502 with identifier: 7000152auction111023
2026-03-30 00:47:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a7e339f6-379e-5167-a284-e264ebe38502 with identifier: 7000152auction111023 to the API
2026-03-30 00:47:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000152>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': 'a7e339f6-379e-5167-a284-e264ebe38502',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000152',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 68836,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-208 EV Active Pck 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT EV Active Pck 50 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000152auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:49 [ecarstrade.nl] INFO: Saving data for 7000152auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450226.37823, 'last_price_update_time': 1774831669.67135}
2026-03-30 00:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000152auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:49 [ecarstrade.nl] INFO: Extracting details for car 7000141auction111023
2026-03-30 00:47:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 304cc40d-eb5e-5313-aec2-b99d5e456dfa with identifier: 7000141auction111023
2026-03-30 00:47:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 304cc40d-eb5e-5313-aec2-b99d5e456dfa with scrape type 2
2026-03-30 00:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 304cc40d-eb5e-5313-aec2-b99d5e456dfa with scrape type 2
2026-03-30 00:47:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 304cc40d-eb5e-5313-aec2-b99d5e456dfa, identifier: 7000141auction111023
2026-03-30 00:47:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 304cc40d-eb5e-5313-aec2-b99d5e456dfa with identifier: 7000141auction111023
2026-03-30 00:47:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 304cc40d-eb5e-5313-aec2-b99d5e456dfa with identifier: 7000141auction111023
2026-03-30 00:47:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 304cc40d-eb5e-5313-aec2-b99d5e456dfa with identifier: 7000141auction111023 to the API
2026-03-30 00:47:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000141>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '304cc40d-eb5e-5313-aec2-b99d5e456dfa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000141',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Scala',
'odometer': 55118,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-11',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Scala 1.0 TSI Sport Bns',
'transmission': 'manual',
'trim': 'SKODA 1.0 TSI Sport Bns',
'vin': None,
'year': 2023}
2026-03-30 00:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000141auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:50 [ecarstrade.nl] INFO: Saving data for 7000141auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450224.837603, 'last_price_update_time': 1774831670.081585}
2026-03-30 00:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000141auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005203> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005192> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:53 [ecarstrade.nl] INFO: Extracting details for car 7005203auction111084
2026-03-30 00:47:53 [ecarstrade.nl] INFO: Extracting details for car 7005192auction111084
2026-03-30 00:47:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21b7b80e-3596-5c53-99df-8d7f42e6ed55 with identifier: 7005203auction111084
2026-03-30 00:47:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21b7b80e-3596-5c53-99df-8d7f42e6ed55 with scrape type 2
2026-03-30 00:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21b7b80e-3596-5c53-99df-8d7f42e6ed55 with scrape type 2
2026-03-30 00:47:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 21b7b80e-3596-5c53-99df-8d7f42e6ed55, identifier: 7005203auction111084
2026-03-30 00:47:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b378abb6-1aa4-501a-b843-192e7a65e94b with identifier: 7005192auction111084
2026-03-30 00:47:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b378abb6-1aa4-501a-b843-192e7a65e94b with scrape type 2
2026-03-30 00:47:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b378abb6-1aa4-501a-b843-192e7a65e94b with scrape type 2
2026-03-30 00:47:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b378abb6-1aa4-501a-b843-192e7a65e94b, identifier: 7005192auction111084
2026-03-30 00:47:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 21b7b80e-3596-5c53-99df-8d7f42e6ed55 with identifier: 7005203auction111084
2026-03-30 00:47:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 21b7b80e-3596-5c53-99df-8d7f42e6ed55 with identifier: 7005203auction111084
2026-03-30 00:47:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 21b7b80e-3596-5c53-99df-8d7f42e6ed55 with identifier: 7005203auction111084 to the API
2026-03-30 00:47:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005203>
{'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-31T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '21b7b80e-3596-5c53-99df-8d7f42e6ed55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005203',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '320',
'odometer': 60806,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie Touring 320',
'transmission': 'automatic',
'trim': '3-serie Touring',
'vin': None,
'year': 2023}
2026-03-30 00:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005203auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:47:54 [ecarstrade.nl] INFO: Saving data for 7005203auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536868.394586, 'last_price_update_time': 1774831674.251253}
2026-03-30 00:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005203auction111084') HTTP/1.1" 204 0
2026-03-30 00:47:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b378abb6-1aa4-501a-b843-192e7a65e94b with identifier: 7005192auction111084
2026-03-30 00:47:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b378abb6-1aa4-501a-b843-192e7a65e94b with identifier: 7005192auction111084
2026-03-30 00:47:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b378abb6-1aa4-501a-b843-192e7a65e94b with identifier: 7005192auction111084 to the API
2026-03-30 00:47:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005192>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b378abb6-1aa4-501a-b843-192e7a65e94b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005192',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'E 250',
'odometer': 159311,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLA-klasse 250 e BnsSol AMG Ltd',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLA-klasse 250 e BnsSol AMG Ltd',
'vin': None,
'year': 2021}
2026-03-30 00:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005192auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:47:54 [ecarstrade.nl] INFO: Saving data for 7005192auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536943.711696, 'last_price_update_time': 1774831674.542986}
2026-03-30 00:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005192auction111084') HTTP/1.1" 204 0
2026-03-30 00:47:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000173> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000129> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:54 [ecarstrade.nl] INFO: Extracting details for car 7000173auction111023
2026-03-30 00:47:54 [ecarstrade.nl] INFO: Extracting details for car 7000129auction111023
2026-03-30 00:47:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff3fd522-b9a6-5a0b-93be-06596cd90fd5 with identifier: 7000173auction111023
2026-03-30 00:47:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff3fd522-b9a6-5a0b-93be-06596cd90fd5 with scrape type 2
2026-03-30 00:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff3fd522-b9a6-5a0b-93be-06596cd90fd5 with scrape type 2
2026-03-30 00:47:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ff3fd522-b9a6-5a0b-93be-06596cd90fd5, identifier: 7000173auction111023
2026-03-30 00:47:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef552ca6-c577-5437-9723-d996a1f70403 with identifier: 7000129auction111023
2026-03-30 00:47:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef552ca6-c577-5437-9723-d996a1f70403 with scrape type 2
2026-03-30 00:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef552ca6-c577-5437-9723-d996a1f70403 with scrape type 2
2026-03-30 00:47:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ef552ca6-c577-5437-9723-d996a1f70403, identifier: 7000129auction111023
2026-03-30 00:47:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ff3fd522-b9a6-5a0b-93be-06596cd90fd5 with identifier: 7000173auction111023
2026-03-30 00:47:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ff3fd522-b9a6-5a0b-93be-06596cd90fd5 with identifier: 7000173auction111023
2026-03-30 00:47:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ff3fd522-b9a6-5a0b-93be-06596cd90fd5 with identifier: 7000173auction111023 to the API
2026-03-30 00:47:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000173>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ff3fd522-b9a6-5a0b-93be-06596cd90fd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000173',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 142291,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-26',
'seats_number': 5,
'seller_name': None,
'title': 'KIA ceed sportswagon 1.6 GDI PHEV Dyn+L.',
'transmission': 'automatic',
'trim': 'KIA ceed sportswagon 1.6 GDI PHEV Dyn+L.',
'vin': None,
'year': 2022}
2026-03-30 00:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000173auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:55 [ecarstrade.nl] INFO: Saving data for 7000173auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450229.166857, 'last_price_update_time': 1774831675.273437}
2026-03-30 00:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000173auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ef552ca6-c577-5437-9723-d996a1f70403 with identifier: 7000129auction111023
2026-03-30 00:47:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ef552ca6-c577-5437-9723-d996a1f70403 with identifier: 7000129auction111023
2026-03-30 00:47:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ef552ca6-c577-5437-9723-d996a1f70403 with identifier: 7000129auction111023 to the API
2026-03-30 00:47:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:47:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000129>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': 'ef552ca6-c577-5437-9723-d996a1f70403',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000129',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 34412,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000129auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:47:55 [ecarstrade.nl] INFO: Saving data for 7000129auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450184.54176, 'last_price_update_time': 1774831675.54278}
2026-03-30 00:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000129auction111023') HTTP/1.1" 204 0
2026-03-30 00:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005166> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005208> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:47:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:47:57 [ecarstrade.nl] INFO: Extracting details for car 7005166auction111084
2026-03-30 00:47:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78467430-cbde-5602-b876-6262df82ac14 with identifier: 7005166auction111084
2026-03-30 00:47:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78467430-cbde-5602-b876-6262df82ac14 with scrape type 2
2026-03-30 00:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78467430-cbde-5602-b876-6262df82ac14 with scrape type 2
2026-03-30 00:47:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 78467430-cbde-5602-b876-6262df82ac14, identifier: 7005166auction111084
2026-03-30 00:47:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 78467430-cbde-5602-b876-6262df82ac14 with identifier: 7005166auction111084
2026-03-30 00:47:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 78467430-cbde-5602-b876-6262df82ac14 with identifier: 7005166auction111084
2026-03-30 00:47:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 78467430-cbde-5602-b876-6262df82ac14 with identifier: 7005166auction111084 to the API
2026-03-30 00:47:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47: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-30 00:47:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005166>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '78467430-cbde-5602-b876-6262df82ac14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005166',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 51517,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-22',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model Y RWD 58 kWh',
'transmission': 'automatic',
'trim': 'RWD 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005166auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:47:57 [ecarstrade.nl] INFO: Saving data for 7005166auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536946.014604, 'last_price_update_time': 1774831677.568134}
2026-03-30 00:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005166auction111084') HTTP/1.1" 204 0
2026-03-30 00:47:57 [ecarstrade.nl] INFO: Extracting details for car 7005208auction111084
2026-03-30 00:47:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cda0572-2244-50be-ba7c-5b012a2a055a with identifier: 7005208auction111084
2026-03-30 00:47:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cda0572-2244-50be-ba7c-5b012a2a055a with scrape type 2
2026-03-30 00:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cda0572-2244-50be-ba7c-5b012a2a055a with scrape type 2
2026-03-30 00:47:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1cda0572-2244-50be-ba7c-5b012a2a055a, identifier: 7005208auction111084
2026-03-30 00:47:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1cda0572-2244-50be-ba7c-5b012a2a055a with identifier: 7005208auction111084
2026-03-30 00:47:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1cda0572-2244-50be-ba7c-5b012a2a055a with identifier: 7005208auction111084
2026-03-30 00:47:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1cda0572-2244-50be-ba7c-5b012a2a055a with identifier: 7005208auction111084 to the API
2026-03-30 00:47:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:47: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-30 00:47:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005208>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': '1cda0572-2244-50be-ba7c-5b012a2a055a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005208',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'BMW 218 Active Tourer',
'odometer': 45438,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2-serie Active Tourer 218',
'transmission': 'automatic',
'trim': 'BMW 2-serie Active Tourer 218',
'vin': None,
'year': 2024}
2026-03-30 00:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005208auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:47:57 [ecarstrade.nl] INFO: Saving data for 7005208auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536944.339474, 'last_price_update_time': 1774831677.936945}
2026-03-30 00:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005208auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000128> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:00 [ecarstrade.nl] INFO: Extracting details for car 7000128auction111023
2026-03-30 00:48:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22477747-8dc6-5da9-b047-f60e6fa6fdad with identifier: 7000128auction111023
2026-03-30 00:48:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22477747-8dc6-5da9-b047-f60e6fa6fdad with scrape type 2
2026-03-30 00:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22477747-8dc6-5da9-b047-f60e6fa6fdad with scrape type 2
2026-03-30 00:48:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 22477747-8dc6-5da9-b047-f60e6fa6fdad, identifier: 7000128auction111023
2026-03-30 00:48:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 22477747-8dc6-5da9-b047-f60e6fa6fdad with identifier: 7000128auction111023
2026-03-30 00:48:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 22477747-8dc6-5da9-b047-f60e6fa6fdad with identifier: 7000128auction111023
2026-03-30 00:48:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 22477747-8dc6-5da9-b047-f60e6fa6fdad with identifier: 7000128auction111023 to the API
2026-03-30 00:48:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000128>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': '22477747-8dc6-5da9-b047-f60e6fa6fdad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000128',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 51655,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000128auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:00 [ecarstrade.nl] INFO: Saving data for 7000128auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450183.395697, 'last_price_update_time': 1774831680.87237}
2026-03-30 00:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000128auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005148> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:01 [ecarstrade.nl] INFO: Extracting details for car 7005148auction111084
2026-03-30 00:48:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69fc2d01-7b05-517e-bc9f-847b30e3ba79 with identifier: 7005148auction111084
2026-03-30 00:48:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69fc2d01-7b05-517e-bc9f-847b30e3ba79 with scrape type 2
2026-03-30 00:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69fc2d01-7b05-517e-bc9f-847b30e3ba79 with scrape type 2
2026-03-30 00:48:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 69fc2d01-7b05-517e-bc9f-847b30e3ba79, identifier: 7005148auction111084
2026-03-30 00:48:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 69fc2d01-7b05-517e-bc9f-847b30e3ba79 with identifier: 7005148auction111084
2026-03-30 00:48:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 69fc2d01-7b05-517e-bc9f-847b30e3ba79 with identifier: 7005148auction111084
2026-03-30 00:48:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 69fc2d01-7b05-517e-bc9f-847b30e3ba79 with identifier: 7005148auction111084 to the API
2026-03-30 00:48:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005148>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '69fc2d01-7b05-517e-bc9f-847b30e3ba79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005148',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'C40',
'odometer': 20953,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO C40 Single Plus 69 kWh',
'transmission': 'automatic',
'trim': 'VOLVO Single Plus 69 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005148auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:01 [ecarstrade.nl] INFO: Saving data for 7005148auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536867.316546, 'last_price_update_time': 1774831681.350458}
2026-03-30 00:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005148auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005207> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:01 [ecarstrade.nl] INFO: Extracting details for car 7005207auction111084
2026-03-30 00:48:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1954c11a-b15a-545f-9ce0-d3ea9e210791 with identifier: 7005207auction111084
2026-03-30 00:48:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1954c11a-b15a-545f-9ce0-d3ea9e210791 with scrape type 2
2026-03-30 00:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1954c11a-b15a-545f-9ce0-d3ea9e210791 with scrape type 2
2026-03-30 00:48:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1954c11a-b15a-545f-9ce0-d3ea9e210791, identifier: 7005207auction111084
2026-03-30 00:48:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1954c11a-b15a-545f-9ce0-d3ea9e210791 with identifier: 7005207auction111084
2026-03-30 00:48:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1954c11a-b15a-545f-9ce0-d3ea9e210791 with identifier: 7005207auction111084
2026-03-30 00:48:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1954c11a-b15a-545f-9ce0-d3ea9e210791 with identifier: 7005207auction111084 to the API
2026-03-30 00:48:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005207>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1954c11a-b15a-545f-9ce0-d3ea9e210791',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005207',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '320',
'odometer': 39707,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie 320',
'transmission': 'automatic',
'trim': '3-serie',
'vin': None,
'year': 2023}
2026-03-30 00:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005207auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:02 [ecarstrade.nl] INFO: Saving data for 7005207auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536870.735243, 'last_price_update_time': 1774831682.271002}
2026-03-30 00:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005207auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005149> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:04 [ecarstrade.nl] INFO: Extracting details for car 7005149auction111084
2026-03-30 00:48:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e707ace7-4dde-5193-a9be-ac8bd11b2ba9 with identifier: 7005149auction111084
2026-03-30 00:48:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e707ace7-4dde-5193-a9be-ac8bd11b2ba9 with scrape type 2
2026-03-30 00:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e707ace7-4dde-5193-a9be-ac8bd11b2ba9 with scrape type 2
2026-03-30 00:48:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e707ace7-4dde-5193-a9be-ac8bd11b2ba9, identifier: 7005149auction111084
2026-03-30 00:48:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e707ace7-4dde-5193-a9be-ac8bd11b2ba9 with identifier: 7005149auction111084
2026-03-30 00:48:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e707ace7-4dde-5193-a9be-ac8bd11b2ba9 with identifier: 7005149auction111084
2026-03-30 00:48:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e707ace7-4dde-5193-a9be-ac8bd11b2ba9 with identifier: 7005149auction111084 to the API
2026-03-30 00:48:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005149>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': 'e707ace7-4dde-5193-a9be-ac8bd11b2ba9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005149',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.7',
'odometer': 14938,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-10',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.7 Tourer Pro Business 77 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Tourer Pro Business 77 kWh',
'vin': None,
'year': 2024}
2026-03-30 00:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005149auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:04 [ecarstrade.nl] INFO: Saving data for 7005149auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536869.707657, 'last_price_update_time': 1774831684.788975}
2026-03-30 00:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005149auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:06 [scrapy.extensions.logstats] INFO: Crawled 63 pages (at 42 pages/min), scraped 58 items (at 39 items/min)
2026-03-30 00:48:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 256MiB
2026-03-30 00:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000186> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:07 [ecarstrade.nl] INFO: Extracting details for car 7000186auction111023
2026-03-30 00:48:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cd1ec6b-6b8c-5461-a81d-cf1bda516392 with identifier: 7000186auction111023
2026-03-30 00:48:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cd1ec6b-6b8c-5461-a81d-cf1bda516392 with scrape type 2
2026-03-30 00:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cd1ec6b-6b8c-5461-a81d-cf1bda516392 with scrape type 2
2026-03-30 00:48:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4cd1ec6b-6b8c-5461-a81d-cf1bda516392, identifier: 7000186auction111023
2026-03-30 00:48:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4cd1ec6b-6b8c-5461-a81d-cf1bda516392 with identifier: 7000186auction111023
2026-03-30 00:48:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4cd1ec6b-6b8c-5461-a81d-cf1bda516392 with identifier: 7000186auction111023
2026-03-30 00:48:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4cd1ec6b-6b8c-5461-a81d-cf1bda516392 with identifier: 7000186auction111023 to the API
2026-03-30 00:48:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000186>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '4cd1ec6b-6b8c-5461-a81d-cf1bda516392',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000186',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Citroen',
'model': 'C1',
'odometer': 65805,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-30',
'seats_number': 4,
'seller_name': None,
'title': 'CITROEN C1 1.0 VTi Shine',
'transmission': 'manual',
'trim': 'CITROEN 1.0 VTi Shine',
'vin': None,
'year': 2020}
2026-03-30 00:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000186auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:07 [ecarstrade.nl] INFO: Saving data for 7000186auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450208.531512, 'last_price_update_time': 1774831687.437}
2026-03-30 00:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000186auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000184> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005204> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:08 [ecarstrade.nl] INFO: Extracting details for car 7000184auction111023
2026-03-30 00:48:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3efc0cf2-02b8-5e34-9869-5ed84cbd2719 with identifier: 7000184auction111023
2026-03-30 00:48:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3efc0cf2-02b8-5e34-9869-5ed84cbd2719 with scrape type 2
2026-03-30 00:48:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3efc0cf2-02b8-5e34-9869-5ed84cbd2719 with scrape type 2
2026-03-30 00:48:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3efc0cf2-02b8-5e34-9869-5ed84cbd2719, identifier: 7000184auction111023
2026-03-30 00:48:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3efc0cf2-02b8-5e34-9869-5ed84cbd2719 with identifier: 7000184auction111023
2026-03-30 00:48:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3efc0cf2-02b8-5e34-9869-5ed84cbd2719 with identifier: 7000184auction111023
2026-03-30 00:48:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3efc0cf2-02b8-5e34-9869-5ed84cbd2719 with identifier: 7000184auction111023 to the API
2026-03-30 00:48:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000184>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '3efc0cf2-02b8-5e34-9869-5ed84cbd2719',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000184',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Citroen',
'model': 'C1',
'odometer': 47480,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-30',
'seats_number': 4,
'seller_name': None,
'title': 'CITROEN C1 1.0 VTi Shine',
'transmission': 'manual',
'trim': 'CITROEN 1.0 VTi Shine',
'vin': None,
'year': 2020}
2026-03-30 00:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000184auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:09 [ecarstrade.nl] INFO: Saving data for 7000184auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450207.540255, 'last_price_update_time': 1774831689.587473}
2026-03-30 00:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000184auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:09 [ecarstrade.nl] INFO: Extracting details for car 7005204auction111084
2026-03-30 00:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000182> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:48:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b036dc-27ce-5665-b942-1644a0e55198 with identifier: 7005204auction111084
2026-03-30 00:48:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b036dc-27ce-5665-b942-1644a0e55198 with scrape type 2
2026-03-30 00:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55b036dc-27ce-5665-b942-1644a0e55198 with scrape type 2
2026-03-30 00:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 55b036dc-27ce-5665-b942-1644a0e55198, identifier: 7005204auction111084
2026-03-30 00:48:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 55b036dc-27ce-5665-b942-1644a0e55198 with identifier: 7005204auction111084
2026-03-30 00:48:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 55b036dc-27ce-5665-b942-1644a0e55198 with identifier: 7005204auction111084
2026-03-30 00:48:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 55b036dc-27ce-5665-b942-1644a0e55198 with identifier: 7005204auction111084 to the API
2026-03-30 00:48:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005204>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '55b036dc-27ce-5665-b942-1644a0e55198',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005204',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '320',
'odometer': 75215,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie 320',
'transmission': 'automatic',
'trim': '3-serie',
'vin': None,
'year': 2023}
2026-03-30 00:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005204auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:09 [ecarstrade.nl] INFO: Saving data for 7005204auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536859.180353, 'last_price_update_time': 1774831689.961526}
2026-03-30 00:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005204auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:09 [ecarstrade.nl] INFO: Extracting details for car 7000182auction111023
2026-03-30 00:48:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c77f2ae0-3dbc-51eb-9877-ab84723b4df0 with identifier: 7000182auction111023
2026-03-30 00:48:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c77f2ae0-3dbc-51eb-9877-ab84723b4df0 with scrape type 2
2026-03-30 00:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c77f2ae0-3dbc-51eb-9877-ab84723b4df0 with scrape type 2
2026-03-30 00:48:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c77f2ae0-3dbc-51eb-9877-ab84723b4df0, identifier: 7000182auction111023
2026-03-30 00:48:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c77f2ae0-3dbc-51eb-9877-ab84723b4df0 with identifier: 7000182auction111023
2026-03-30 00:48:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c77f2ae0-3dbc-51eb-9877-ab84723b4df0 with identifier: 7000182auction111023
2026-03-30 00:48:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c77f2ae0-3dbc-51eb-9877-ab84723b4df0 with identifier: 7000182auction111023 to the API
2026-03-30 00:48:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48: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-30 00:48:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000182>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'c77f2ae0-3dbc-51eb-9877-ab84723b4df0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000182',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Citroen',
'model': 'C1',
'odometer': 24801,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-30',
'seats_number': 4,
'seller_name': None,
'title': 'CITROEN C1 1.0 VTi Shine',
'transmission': 'manual',
'trim': 'CITROEN 1.0 VTi Shine',
'vin': None,
'year': 2020}
2026-03-30 00:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000182auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:10 [ecarstrade.nl] INFO: Saving data for 7000182auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450205.494994, 'last_price_update_time': 1774831690.342851}
2026-03-30 00:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000182auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000147> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:10 [ecarstrade.nl] INFO: Extracting details for car 7000147auction111023
2026-03-30 00:48:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3783aebb-72db-5ad0-a53a-ba6ec220bfeb with identifier: 7000147auction111023
2026-03-30 00:48:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3783aebb-72db-5ad0-a53a-ba6ec220bfeb with scrape type 2
2026-03-30 00:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3783aebb-72db-5ad0-a53a-ba6ec220bfeb with scrape type 2
2026-03-30 00:48:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3783aebb-72db-5ad0-a53a-ba6ec220bfeb, identifier: 7000147auction111023
2026-03-30 00:48:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3783aebb-72db-5ad0-a53a-ba6ec220bfeb with identifier: 7000147auction111023
2026-03-30 00:48:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3783aebb-72db-5ad0-a53a-ba6ec220bfeb with identifier: 7000147auction111023
2026-03-30 00:48:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3783aebb-72db-5ad0-a53a-ba6ec220bfeb with identifier: 7000147auction111023 to the API
2026-03-30 00:48:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48: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-30 00:48:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000147>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '3783aebb-72db-5ad0-a53a-ba6ec220bfeb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000147',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Clio',
'odometer': 127290,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCe Intens',
'transmission': 'manual',
'trim': 'RENAULT CLIO 1.0 TCe Intens',
'vin': None,
'year': 2021}
2026-03-30 00:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000147auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:10 [ecarstrade.nl] INFO: Saving data for 7000147auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450209.119816, 'last_price_update_time': 1774831690.958165}
2026-03-30 00:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000147auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000146> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:13 [ecarstrade.nl] INFO: Extracting details for car 7000146auction111023
2026-03-30 00:48:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26815f63-184d-54dd-a5d6-8fcba78d782a with identifier: 7000146auction111023
2026-03-30 00:48:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26815f63-184d-54dd-a5d6-8fcba78d782a with scrape type 2
2026-03-30 00:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26815f63-184d-54dd-a5d6-8fcba78d782a with scrape type 2
2026-03-30 00:48:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 26815f63-184d-54dd-a5d6-8fcba78d782a, identifier: 7000146auction111023
2026-03-30 00:48:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 26815f63-184d-54dd-a5d6-8fcba78d782a with identifier: 7000146auction111023
2026-03-30 00:48:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 26815f63-184d-54dd-a5d6-8fcba78d782a with identifier: 7000146auction111023
2026-03-30 00:48:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 26815f63-184d-54dd-a5d6-8fcba78d782a with identifier: 7000146auction111023 to the API
2026-03-30 00:48:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48: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-30 00:48:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000146>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '26815f63-184d-54dd-a5d6-8fcba78d782a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000146',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Captur',
'odometer': 146957,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur 1.0 TCe Bns Zen',
'transmission': 'manual',
'trim': 'RENAULT 1.0 TCe Bns Zen',
'vin': None,
'year': 2022}
2026-03-30 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000146auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:13 [ecarstrade.nl] INFO: Saving data for 7000146auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450204.645187, 'last_price_update_time': 1774831693.786434}
2026-03-30 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000146auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000167> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000180> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:15 [ecarstrade.nl] INFO: Extracting details for car 7000167auction111023
2026-03-30 00:48:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bf6e30d-8cac-5003-b9ee-96de679db772 with identifier: 7000167auction111023
2026-03-30 00:48:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bf6e30d-8cac-5003-b9ee-96de679db772 with scrape type 2
2026-03-30 00:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bf6e30d-8cac-5003-b9ee-96de679db772 with scrape type 2
2026-03-30 00:48:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0bf6e30d-8cac-5003-b9ee-96de679db772, identifier: 7000167auction111023
2026-03-30 00:48:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0bf6e30d-8cac-5003-b9ee-96de679db772 with identifier: 7000167auction111023
2026-03-30 00:48:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0bf6e30d-8cac-5003-b9ee-96de679db772 with identifier: 7000167auction111023
2026-03-30 00:48:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0bf6e30d-8cac-5003-b9ee-96de679db772 with identifier: 7000167auction111023 to the API
2026-03-30 00:48:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000167>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '0bf6e30d-8cac-5003-b9ee-96de679db772',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000167',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 184388,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-08',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-klasse 180 Bns Sol. AMG',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-klasse 180 Bns Sol. AMG',
'vin': None,
'year': 2022}
2026-03-30 00:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000167auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:15 [ecarstrade.nl] INFO: Saving data for 7000167auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450228.187817, 'last_price_update_time': 1774831695.823276}
2026-03-30 00:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000167auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:15 [ecarstrade.nl] INFO: Extracting details for car 7000180auction111023
2026-03-30 00:48:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0804f41d-c451-5ff0-9a47-d7f4770e90d9 with identifier: 7000180auction111023
2026-03-30 00:48:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0804f41d-c451-5ff0-9a47-d7f4770e90d9 with scrape type 2
2026-03-30 00:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0804f41d-c451-5ff0-9a47-d7f4770e90d9 with scrape type 2
2026-03-30 00:48:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0804f41d-c451-5ff0-9a47-d7f4770e90d9, identifier: 7000180auction111023
2026-03-30 00:48:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0804f41d-c451-5ff0-9a47-d7f4770e90d9 with identifier: 7000180auction111023
2026-03-30 00:48:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0804f41d-c451-5ff0-9a47-d7f4770e90d9 with identifier: 7000180auction111023
2026-03-30 00:48:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0804f41d-c451-5ff0-9a47-d7f4770e90d9 with identifier: 7000180auction111023 to the API
2026-03-30 00:48:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000180>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Diesel',
'id': '0804f41d-c451-5ff0-9a47-d7f4770e90d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000180',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 141235,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.5 EcoBl. ST L.XBns',
'transmission': 'manual',
'trim': 'FORD Wagon 1.5 EcoBl. ST L.XBns',
'vin': None,
'year': 2022}
2026-03-30 00:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000180auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:16 [ecarstrade.nl] INFO: Saving data for 7000180auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450210.321868, 'last_price_update_time': 1774831696.188631}
2026-03-30 00:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000180auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000179> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:48:16 [ecarstrade.nl] INFO: Extracting details for car 7000179auction111023
2026-03-30 00:48:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f9b5060-edac-531c-83a3-25c48e7313a2 with identifier: 7000179auction111023
2026-03-30 00:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f9b5060-edac-531c-83a3-25c48e7313a2 with scrape type 2
2026-03-30 00:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f9b5060-edac-531c-83a3-25c48e7313a2 with scrape type 2
2026-03-30 00:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5f9b5060-edac-531c-83a3-25c48e7313a2, identifier: 7000179auction111023
2026-03-30 00:48:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5f9b5060-edac-531c-83a3-25c48e7313a2 with identifier: 7000179auction111023
2026-03-30 00:48:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5f9b5060-edac-531c-83a3-25c48e7313a2 with identifier: 7000179auction111023
2026-03-30 00:48:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5f9b5060-edac-531c-83a3-25c48e7313a2 with identifier: 7000179auction111023 to the API
2026-03-30 00:48:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000179>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '5f9b5060-edac-531c-83a3-25c48e7313a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000179',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 160498,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-14',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EBH Titanium X',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EBH Titanium X',
'vin': None,
'year': 2022}
2026-03-30 00:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000179auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:16 [ecarstrade.nl] INFO: Saving data for 7000179auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450206.501027, 'last_price_update_time': 1774831696.765089}
2026-03-30 00:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000179auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000181> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:48:16 [ecarstrade.nl] INFO: Extracting details for car 7000181auction111023
2026-03-30 00:48:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde with identifier: 7000181auction111023
2026-03-30 00:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde with scrape type 2
2026-03-30 00:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde with scrape type 2
2026-03-30 00:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde, identifier: 7000181auction111023
2026-03-30 00:48:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde with identifier: 7000181auction111023
2026-03-30 00:48:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde with identifier: 7000181auction111023
2026-03-30 00:48:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde with identifier: 7000181auction111023 to the API
2026-03-30 00:48:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000181>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000181',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 93492,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-11',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta 1.0 EcoB.Hy. ST-Line',
'transmission': 'manual',
'trim': 'FORD 1.0 EcoB.Hy. ST-Line',
'vin': None,
'year': 2021}
2026-03-30 00:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000181auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:17 [ecarstrade.nl] INFO: Saving data for 7000181auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450202.772941, 'last_price_update_time': 1774831697.25673}
2026-03-30 00:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000181auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000151> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:17 [ecarstrade.nl] INFO: Extracting details for car 7000151auction111023
2026-03-30 00:48:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98355a47-c47e-5c4a-b172-eb48e4783faa with identifier: 7000151auction111023
2026-03-30 00:48:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98355a47-c47e-5c4a-b172-eb48e4783faa with scrape type 2
2026-03-30 00:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98355a47-c47e-5c4a-b172-eb48e4783faa with scrape type 2
2026-03-30 00:48:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 98355a47-c47e-5c4a-b172-eb48e4783faa, identifier: 7000151auction111023
2026-03-30 00:48:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 98355a47-c47e-5c4a-b172-eb48e4783faa with identifier: 7000151auction111023
2026-03-30 00:48:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 98355a47-c47e-5c4a-b172-eb48e4783faa with identifier: 7000151auction111023
2026-03-30 00:48:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 98355a47-c47e-5c4a-b172-eb48e4783faa with identifier: 7000151auction111023 to the API
2026-03-30 00:48:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000151>
{'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-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '98355a47-c47e-5c4a-b172-eb48e4783faa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000151',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 46731,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-15',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PureTech Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Active',
'vin': None,
'year': 2023}
2026-03-30 00:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000151auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:17 [ecarstrade.nl] INFO: Saving data for 7000151auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450202.20471, 'last_price_update_time': 1774831697.764964}
2026-03-30 00:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000151auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000137> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:19 [ecarstrade.nl] INFO: Extracting details for car 7000137auction111023
2026-03-30 00:48:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad8848a6-5d51-5b76-b398-45f4b89de11c with identifier: 7000137auction111023
2026-03-30 00:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad8848a6-5d51-5b76-b398-45f4b89de11c with scrape type 2
2026-03-30 00:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad8848a6-5d51-5b76-b398-45f4b89de11c with scrape type 2
2026-03-30 00:48:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ad8848a6-5d51-5b76-b398-45f4b89de11c, identifier: 7000137auction111023
2026-03-30 00:48:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ad8848a6-5d51-5b76-b398-45f4b89de11c with identifier: 7000137auction111023
2026-03-30 00:48:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ad8848a6-5d51-5b76-b398-45f4b89de11c with identifier: 7000137auction111023
2026-03-30 00:48:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ad8848a6-5d51-5b76-b398-45f4b89de11c with identifier: 7000137auction111023 to the API
2026-03-30 00:48:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000137>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'ad8848a6-5d51-5b76-b398-45f4b89de11c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000137',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 58085,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-09',
'seats_number': 4,
'seller_name': None,
'title': 'TOYOTA Aygo X 1.0 VVT-i MT Play',
'transmission': 'manual',
'trim': 'TOYOTA X 1.0 VVT-i MT Play',
'vin': None,
'year': 2023}
2026-03-30 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000137auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:20 [ecarstrade.nl] INFO: Saving data for 7000137auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450201.645481, 'last_price_update_time': 1774831700.170571}
2026-03-30 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000137auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005169auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005169auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005169auction111084: 2
2026-03-30 00:48:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005147auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005147auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005147auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005181auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005181auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005181auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005146auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005146auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005146auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005151auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005151auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005151auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005165auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005165auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005165auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005202auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005202auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005202auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005193auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005193auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005193auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005163auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005163auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005163auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005194auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005194auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005194auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005167auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005167auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005167auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005196auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005196auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005196auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005184auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005184auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005184auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005170auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005170auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005170auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005168auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005168auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005168auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005154auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005154auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005154auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005176auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005176auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005176auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005157auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005157auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005157auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005209auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005209auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005209auction111084: 2
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Found listing with ID: 7005158auction111084
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005158auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Scrape type for 7005158auction111084: 2
2026-03-30 00:48:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000132> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:22 [ecarstrade.nl] INFO: Extracting details for car 7000132auction111023
2026-03-30 00:48:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71d811c6-bc58-501d-8707-29cd3f091ec2 with identifier: 7000132auction111023
2026-03-30 00:48:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71d811c6-bc58-501d-8707-29cd3f091ec2 with scrape type 2
2026-03-30 00:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71d811c6-bc58-501d-8707-29cd3f091ec2 with scrape type 2
2026-03-30 00:48:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 71d811c6-bc58-501d-8707-29cd3f091ec2, identifier: 7000132auction111023
2026-03-30 00:48:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 71d811c6-bc58-501d-8707-29cd3f091ec2 with identifier: 7000132auction111023
2026-03-30 00:48:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 71d811c6-bc58-501d-8707-29cd3f091ec2 with identifier: 7000132auction111023
2026-03-30 00:48:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 71d811c6-bc58-501d-8707-29cd3f091ec2 with identifier: 7000132auction111023 to the API
2026-03-30 00:48:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000132>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': '71d811c6-bc58-501d-8707-29cd3f091ec2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000132',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 89323,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000132auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:23 [ecarstrade.nl] INFO: Saving data for 7000132auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450227.118737, 'last_price_update_time': 1774831703.104861}
2026-03-30 00:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000132auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000125> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:48:23 [ecarstrade.nl] INFO: Extracting details for car 7000125auction111023
2026-03-30 00:48:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b993880-0d68-5c60-b3f9-f4e82e121353 with identifier: 7000125auction111023
2026-03-30 00:48:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b993880-0d68-5c60-b3f9-f4e82e121353 with scrape type 2
2026-03-30 00:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b993880-0d68-5c60-b3f9-f4e82e121353 with scrape type 2
2026-03-30 00:48:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8b993880-0d68-5c60-b3f9-f4e82e121353, identifier: 7000125auction111023
2026-03-30 00:48:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8b993880-0d68-5c60-b3f9-f4e82e121353 with identifier: 7000125auction111023
2026-03-30 00:48:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8b993880-0d68-5c60-b3f9-f4e82e121353 with identifier: 7000125auction111023
2026-03-30 00:48:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8b993880-0d68-5c60-b3f9-f4e82e121353 with identifier: 7000125auction111023 to the API
2026-03-30 00:48:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000125>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': '8b993880-0d68-5c60-b3f9-f4e82e121353',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000125',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 88813,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000125auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:24 [ecarstrade.nl] INFO: Saving data for 7000125auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450232.955137, 'last_price_update_time': 1774831704.062407}
2026-03-30 00:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000125auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000154> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:26 [ecarstrade.nl] INFO: Extracting details for car 7000154auction111023
2026-03-30 00:48:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab74092b-16a3-5015-ac74-4849ca2cdde1 with identifier: 7000154auction111023
2026-03-30 00:48:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab74092b-16a3-5015-ac74-4849ca2cdde1 with scrape type 2
2026-03-30 00:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab74092b-16a3-5015-ac74-4849ca2cdde1 with scrape type 2
2026-03-30 00:48:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ab74092b-16a3-5015-ac74-4849ca2cdde1, identifier: 7000154auction111023
2026-03-30 00:48:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ab74092b-16a3-5015-ac74-4849ca2cdde1 with identifier: 7000154auction111023
2026-03-30 00:48:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ab74092b-16a3-5015-ac74-4849ca2cdde1 with identifier: 7000154auction111023
2026-03-30 00:48:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ab74092b-16a3-5015-ac74-4849ca2cdde1 with identifier: 7000154auction111023 to the API
2026-03-30 00:48:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000154>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': 'ab74092b-16a3-5015-ac74-4849ca2cdde1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000154',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 52923,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-208 EV Active Pck 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT EV Active Pck 50 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000154auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:26 [ecarstrade.nl] INFO: Saving data for 7000154auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450230.373378, 'last_price_update_time': 1774831706.6644}
2026-03-30 00:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000154auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000135> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:27 [ecarstrade.nl] INFO: Extracting details for car 7000135auction111023
2026-03-30 00:48:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765 with identifier: 7000135auction111023
2026-03-30 00:48:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765 with scrape type 2
2026-03-30 00:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765 with scrape type 2
2026-03-30 00:48:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765, identifier: 7000135auction111023
2026-03-30 00:48:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765 with identifier: 7000135auction111023
2026-03-30 00:48:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765 with identifier: 7000135auction111023
2026-03-30 00:48:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765 with identifier: 7000135auction111023 to the API
2026-03-30 00:48:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48: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-30 00:48:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000135>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Electric',
'id': '8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000135',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 73669,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000135auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:28 [ecarstrade.nl] INFO: Saving data for 7000135auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450185.083113, 'last_price_update_time': 1774831708.022491}
2026-03-30 00:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000135auction111023') HTTP/1.1" 204 0
2026-03-30 00:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005161auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005161auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005161auction111084: 2
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005191auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005191auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005191auction111084: 2
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005177auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005177auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005177auction111084: 2
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005190auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005190auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005190auction111084: 2
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005162auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005162auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005162auction111084: 2
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005159auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005159auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005159auction111084: 2
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005164auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005164auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005164auction111084: 2
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005178auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005178auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005178auction111084: 2
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005179auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005179auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005179auction111084: 2
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005188auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005188auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005188auction111084: 2
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005153auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005153auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005153auction111084: 2
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005155auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005155auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005155auction111084: 2
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005156auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005156auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005156auction111084: 0
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005175auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005175auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005175auction111084: 0
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005152auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005152auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005152auction111084: 0
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005187auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005187auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005187auction111084: 0
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005189auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005189auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005189auction111084: 0
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005185auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005185auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005185auction111084: 0
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005201auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005201auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005201auction111084: 2
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7005199auction111084
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005199auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:29 [ecarstrade.nl] INFO: Scrape type for 7005199auction111084: 2
2026-03-30 00:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005169> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:48:29 [ecarstrade.nl] INFO: Extracting details for car 7005169auction111084
2026-03-30 00:48:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05d230d8-d507-5b90-a3ce-99a12c09fa7f with identifier: 7005169auction111084
2026-03-30 00:48:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05d230d8-d507-5b90-a3ce-99a12c09fa7f with scrape type 2
2026-03-30 00:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05d230d8-d507-5b90-a3ce-99a12c09fa7f with scrape type 2
2026-03-30 00:48:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 05d230d8-d507-5b90-a3ce-99a12c09fa7f, identifier: 7005169auction111084
2026-03-30 00:48:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 05d230d8-d507-5b90-a3ce-99a12c09fa7f with identifier: 7005169auction111084
2026-03-30 00:48:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 05d230d8-d507-5b90-a3ce-99a12c09fa7f with identifier: 7005169auction111084
2026-03-30 00:48:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 05d230d8-d507-5b90-a3ce-99a12c09fa7f with identifier: 7005169auction111084 to the API
2026-03-30 00:48:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005169>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': '05d230d8-d507-5b90-a3ce-99a12c09fa7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005169',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 55105,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Karoq 1.5 TSI Sportl. Bus.',
'transmission': 'automatic',
'trim': 'SKODA 1.5 TSI Sportl. Bus.',
'vin': None,
'year': 2022}
2026-03-30 00:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005169auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:30 [ecarstrade.nl] INFO: Saving data for 7005169auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536940.433133, 'last_price_update_time': 1774831710.141796}
2026-03-30 00:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005169auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005147> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005205> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:30 [ecarstrade.nl] INFO: Extracting details for car 7005147auction111084
2026-03-30 00:48:30 [ecarstrade.nl] INFO: Extracting details for car 7005205auction111084
2026-03-30 00:48:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce4b2105-cbb5-5c31-8556-85b0fffc26c4 with identifier: 7005147auction111084
2026-03-30 00:48:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce4b2105-cbb5-5c31-8556-85b0fffc26c4 with scrape type 2
2026-03-30 00:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce4b2105-cbb5-5c31-8556-85b0fffc26c4 with scrape type 2
2026-03-30 00:48:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ce4b2105-cbb5-5c31-8556-85b0fffc26c4, identifier: 7005147auction111084
2026-03-30 00:48:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44b6a437-acd0-5712-86e6-47c2e70442e4 with identifier: 7005205auction111084
2026-03-30 00:48:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44b6a437-acd0-5712-86e6-47c2e70442e4 with scrape type 2
2026-03-30 00:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44b6a437-acd0-5712-86e6-47c2e70442e4 with scrape type 2
2026-03-30 00:48:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 44b6a437-acd0-5712-86e6-47c2e70442e4, identifier: 7005205auction111084
2026-03-30 00:48:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ce4b2105-cbb5-5c31-8556-85b0fffc26c4 with identifier: 7005147auction111084
2026-03-30 00:48:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ce4b2105-cbb5-5c31-8556-85b0fffc26c4 with identifier: 7005147auction111084
2026-03-30 00:48:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ce4b2105-cbb5-5c31-8556-85b0fffc26c4 with identifier: 7005147auction111084 to the API
2026-03-30 00:48:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005147>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ce4b2105-cbb5-5c31-8556-85b0fffc26c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005147',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'XC40',
'odometer': 133072,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 Recharge Core 70 kWh',
'transmission': 'automatic',
'trim': 'VOLVO Recharge Core 70 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005147auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:30 [ecarstrade.nl] INFO: Saving data for 7005147auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536945.202846, 'last_price_update_time': 1774831710.82398}
2026-03-30 00:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005147auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 44b6a437-acd0-5712-86e6-47c2e70442e4 with identifier: 7005205auction111084
2026-03-30 00:48:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 44b6a437-acd0-5712-86e6-47c2e70442e4 with identifier: 7005205auction111084
2026-03-30 00:48:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 44b6a437-acd0-5712-86e6-47c2e70442e4 with identifier: 7005205auction111084 to the API
2026-03-30 00:48:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005205>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '44b6a437-acd0-5712-86e6-47c2e70442e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005205',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '320',
'odometer': 48956,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie 320',
'transmission': 'automatic',
'trim': '3-serie',
'vin': None,
'year': 2023}
2026-03-30 00:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005205auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:31 [ecarstrade.nl] INFO: Saving data for 7005205auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536869.163805, 'last_price_update_time': 1774831711.329063}
2026-03-30 00:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005205auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005181> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:33 [ecarstrade.nl] INFO: Extracting details for car 7005181auction111084
2026-03-30 00:48:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 313d5f85-ff89-5f8d-bb12-78a9f4e63cce with identifier: 7005181auction111084
2026-03-30 00:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 313d5f85-ff89-5f8d-bb12-78a9f4e63cce with scrape type 2
2026-03-30 00:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 313d5f85-ff89-5f8d-bb12-78a9f4e63cce with scrape type 2
2026-03-30 00:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 313d5f85-ff89-5f8d-bb12-78a9f4e63cce, identifier: 7005181auction111084
2026-03-30 00:48:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 313d5f85-ff89-5f8d-bb12-78a9f4e63cce with identifier: 7005181auction111084
2026-03-30 00:48:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 313d5f85-ff89-5f8d-bb12-78a9f4e63cce with identifier: 7005181auction111084
2026-03-30 00:48:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 313d5f85-ff89-5f8d-bb12-78a9f4e63cce with identifier: 7005181auction111084 to the API
2026-03-30 00:48:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005181>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': '313d5f85-ff89-5f8d-bb12-78a9f4e63cce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005181',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 39742,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai 1.3 MHEV X N-Connect',
'transmission': 'automatic',
'trim': 'NISSAN 1.3 MHEV X N-Connect',
'vin': None,
'year': 2024}
2026-03-30 00:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005181auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:33 [ecarstrade.nl] INFO: Saving data for 7005181auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536946.595401, 'last_price_update_time': 1774831713.438357}
2026-03-30 00:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005181auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005206> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:34 [ecarstrade.nl] INFO: Extracting details for car 7005206auction111084
2026-03-30 00:48:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c854c5b-fe87-5d00-8ed0-6f644649e419 with identifier: 7005206auction111084
2026-03-30 00:48:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c854c5b-fe87-5d00-8ed0-6f644649e419 with scrape type 2
2026-03-30 00:48:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c854c5b-fe87-5d00-8ed0-6f644649e419 with scrape type 2
2026-03-30 00:48:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2c854c5b-fe87-5d00-8ed0-6f644649e419, identifier: 7005206auction111084
2026-03-30 00:48:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2c854c5b-fe87-5d00-8ed0-6f644649e419 with identifier: 7005206auction111084
2026-03-30 00:48:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2c854c5b-fe87-5d00-8ed0-6f644649e419 with identifier: 7005206auction111084
2026-03-30 00:48:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2c854c5b-fe87-5d00-8ed0-6f644649e419 with identifier: 7005206auction111084 to the API
2026-03-30 00:48:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005206>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2c854c5b-fe87-5d00-8ed0-6f644649e419',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005206',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '320',
'odometer': 55556,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie 320',
'transmission': 'automatic',
'trim': '3-serie',
'vin': None,
'year': 2024}
2026-03-30 00:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005206auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:34 [ecarstrade.nl] INFO: Saving data for 7005206auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536870.179512, 'last_price_update_time': 1774831714.916813}
2026-03-30 00:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005206auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005151> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:35 [ecarstrade.nl] INFO: Extracting details for car 7005151auction111084
2026-03-30 00:48:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6794beb9-13d0-53bc-8e1e-bf0cce5aef5b with identifier: 7005151auction111084
2026-03-30 00:48:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6794beb9-13d0-53bc-8e1e-bf0cce5aef5b with scrape type 2
2026-03-30 00:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6794beb9-13d0-53bc-8e1e-bf0cce5aef5b with scrape type 2
2026-03-30 00:48:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6794beb9-13d0-53bc-8e1e-bf0cce5aef5b, identifier: 7005151auction111084
2026-03-30 00:48:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6794beb9-13d0-53bc-8e1e-bf0cce5aef5b with identifier: 7005151auction111084
2026-03-30 00:48:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6794beb9-13d0-53bc-8e1e-bf0cce5aef5b with identifier: 7005151auction111084
2026-03-30 00:48:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6794beb9-13d0-53bc-8e1e-bf0cce5aef5b with identifier: 7005151auction111084 to the API
2026-03-30 00:48:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005151>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '6794beb9-13d0-53bc-8e1e-bf0cce5aef5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005151',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 120347,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 Life 77 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Life 77 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005151auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:36 [ecarstrade.nl] INFO: Saving data for 7005151auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536902.053714, 'last_price_update_time': 1774831716.047681}
2026-03-30 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005151auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005146> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:36 [ecarstrade.nl] INFO: Extracting details for car 7005146auction111084
2026-03-30 00:48:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 561b4e18-9b5f-5b2e-997d-2614453efee5 with identifier: 7005146auction111084
2026-03-30 00:48:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 561b4e18-9b5f-5b2e-997d-2614453efee5 with scrape type 2
2026-03-30 00:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 561b4e18-9b5f-5b2e-997d-2614453efee5 with scrape type 2
2026-03-30 00:48:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 561b4e18-9b5f-5b2e-997d-2614453efee5, identifier: 7005146auction111084
2026-03-30 00:48:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 561b4e18-9b5f-5b2e-997d-2614453efee5 with identifier: 7005146auction111084
2026-03-30 00:48:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 561b4e18-9b5f-5b2e-997d-2614453efee5 with identifier: 7005146auction111084
2026-03-30 00:48:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 561b4e18-9b5f-5b2e-997d-2614453efee5 with identifier: 7005146auction111084 to the API
2026-03-30 00:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005146>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': '561b4e18-9b5f-5b2e-997d-2614453efee5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005146',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'V60',
'odometer': 118010,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V60 2.0 B3 Inscription',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 B3 Inscription',
'vin': None,
'year': 2021}
2026-03-30 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005146auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:36 [ecarstrade.nl] INFO: Saving data for 7005146auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536903.471501, 'last_price_update_time': 1774831716.553399}
2026-03-30 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005146auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005165> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:36 [ecarstrade.nl] INFO: Extracting details for car 7005165auction111084
2026-03-30 00:48:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e34493c-9348-54d9-ba9c-4bdc35210029 with identifier: 7005165auction111084
2026-03-30 00:48:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e34493c-9348-54d9-ba9c-4bdc35210029 with scrape type 2
2026-03-30 00:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e34493c-9348-54d9-ba9c-4bdc35210029 with scrape type 2
2026-03-30 00:48:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9e34493c-9348-54d9-ba9c-4bdc35210029, identifier: 7005165auction111084
2026-03-30 00:48:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9e34493c-9348-54d9-ba9c-4bdc35210029 with identifier: 7005165auction111084
2026-03-30 00:48:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:48:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9e34493c-9348-54d9-ba9c-4bdc35210029 with identifier: 7005165auction111084
2026-03-30 00:48:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9e34493c-9348-54d9-ba9c-4bdc35210029 with identifier: 7005165auction111084 to the API
2026-03-30 00:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005165>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9e34493c-9348-54d9-ba9c-4bdc35210029',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005165',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 160593,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-15',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA RAV4 2.5 Hybrid Business',
'transmission': 'automatic',
'trim': 'TOYOTA RAV4 2.5 Hybrid Business',
'vin': None,
'year': 2022}
2026-03-30 00:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005165auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:37 [ecarstrade.nl] INFO: Saving data for 7005165auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536904.024664, 'last_price_update_time': 1774831717.087568}
2026-03-30 00:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005165auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005193> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:37 [ecarstrade.nl] INFO: Extracting details for car 7005193auction111084
2026-03-30 00:48:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46a5f4cc-f051-59fc-a709-21c6d3a435c9 with identifier: 7005193auction111084
2026-03-30 00:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46a5f4cc-f051-59fc-a709-21c6d3a435c9 with scrape type 2
2026-03-30 00:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46a5f4cc-f051-59fc-a709-21c6d3a435c9 with scrape type 2
2026-03-30 00:48:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 46a5f4cc-f051-59fc-a709-21c6d3a435c9, identifier: 7005193auction111084
2026-03-30 00:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 46a5f4cc-f051-59fc-a709-21c6d3a435c9 with identifier: 7005193auction111084
2026-03-30 00:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 46a5f4cc-f051-59fc-a709-21c6d3a435c9 with identifier: 7005193auction111084
2026-03-30 00:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 46a5f4cc-f051-59fc-a709-21c6d3a435c9 with identifier: 7005193auction111084 to the API
2026-03-30 00:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005193>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': '46a5f4cc-f051-59fc-a709-21c6d3a435c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005193',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 50035,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'KIA ceed sportswagon 1.0 T-GDi ExecLine',
'transmission': 'manual',
'trim': 'KIA ceed sportswagon 1.0 T-GDi ExecLine',
'vin': None,
'year': 2024}
2026-03-30 00:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005193auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:37 [ecarstrade.nl] INFO: Saving data for 7005193auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536902.664573, 'last_price_update_time': 1774831717.811386}
2026-03-30 00:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005193auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005202> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:38 [ecarstrade.nl] INFO: Extracting details for car 7005202auction111084
2026-03-30 00:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8 with identifier: 7005202auction111084
2026-03-30 00:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8 with scrape type 2
2026-03-30 00:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8 with scrape type 2
2026-03-30 00:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8, identifier: 7005202auction111084
2026-03-30 00:48:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8 with identifier: 7005202auction111084
2026-03-30 00:48:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8 with identifier: 7005202auction111084
2026-03-30 00:48:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8 with identifier: 7005202auction111084 to the API
2026-03-30 00:48:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005202>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005202',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '330',
'odometer': 192810,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-24',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie 330e eDrive Edition',
'transmission': 'automatic',
'trim': '3-serie e eDrive Edition',
'vin': None,
'year': 2020}
2026-03-30 00:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005202auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:38 [ecarstrade.nl] INFO: Saving data for 7005202auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536901.016593, 'last_price_update_time': 1774831718.536146}
2026-03-30 00:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005202auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005158> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:40 [ecarstrade.nl] INFO: Extracting details for car 7005158auction111084
2026-03-30 00:48:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1551a136-e9e2-59b8-b158-3e36fb954485 with identifier: 7005158auction111084
2026-03-30 00:48:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1551a136-e9e2-59b8-b158-3e36fb954485 with scrape type 2
2026-03-30 00:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1551a136-e9e2-59b8-b158-3e36fb954485 with scrape type 2
2026-03-30 00:48:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1551a136-e9e2-59b8-b158-3e36fb954485, identifier: 7005158auction111084
2026-03-30 00:48:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1551a136-e9e2-59b8-b158-3e36fb954485 with identifier: 7005158auction111084
2026-03-30 00:48:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1551a136-e9e2-59b8-b158-3e36fb954485 with identifier: 7005158auction111084
2026-03-30 00:48:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1551a136-e9e2-59b8-b158-3e36fb954485 with identifier: 7005158auction111084 to the API
2026-03-30 00:48:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005158>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '1551a136-e9e2-59b8-b158-3e36fb954485',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005158',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 60495,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-24',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005158auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:40 [ecarstrade.nl] INFO: Saving data for 7005158auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536937.096131, 'last_price_update_time': 1774831720.677613}
2026-03-30 00:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005158auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005209> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:41 [ecarstrade.nl] INFO: Extracting details for car 7005209auction111084
2026-03-30 00:48:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bac3eccb-c897-59d6-8210-cdf4eafd26bb with identifier: 7005209auction111084
2026-03-30 00:48:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bac3eccb-c897-59d6-8210-cdf4eafd26bb with scrape type 2
2026-03-30 00:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bac3eccb-c897-59d6-8210-cdf4eafd26bb with scrape type 2
2026-03-30 00:48:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: bac3eccb-c897-59d6-8210-cdf4eafd26bb, identifier: 7005209auction111084
2026-03-30 00:48:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: bac3eccb-c897-59d6-8210-cdf4eafd26bb with identifier: 7005209auction111084
2026-03-30 00:48:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: bac3eccb-c897-59d6-8210-cdf4eafd26bb with identifier: 7005209auction111084
2026-03-30 00:48:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: bac3eccb-c897-59d6-8210-cdf4eafd26bb with identifier: 7005209auction111084 to the API
2026-03-30 00:48:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005209>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'bac3eccb-c897-59d6-8210-cdf4eafd26bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005209',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 192033,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-09',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Limousine 30 TFSI S edition',
'transmission': 'automatic',
'trim': 'AUDI Limousine 30 TFSI S edition',
'vin': None,
'year': 2022}
2026-03-30 00:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005209auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:41 [ecarstrade.nl] INFO: Saving data for 7005209auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536938.245068, 'last_price_update_time': 1774831721.752587}
2026-03-30 00:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005209auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005157> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:42 [ecarstrade.nl] INFO: Extracting details for car 7005157auction111084
2026-03-30 00:48:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f3f369e-cf46-512c-be0f-8874692b0b18 with identifier: 7005157auction111084
2026-03-30 00:48:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f3f369e-cf46-512c-be0f-8874692b0b18 with scrape type 2
2026-03-30 00:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f3f369e-cf46-512c-be0f-8874692b0b18 with scrape type 2
2026-03-30 00:48:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2f3f369e-cf46-512c-be0f-8874692b0b18, identifier: 7005157auction111084
2026-03-30 00:48:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2f3f369e-cf46-512c-be0f-8874692b0b18 with identifier: 7005157auction111084
2026-03-30 00:48:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2f3f369e-cf46-512c-be0f-8874692b0b18 with identifier: 7005157auction111084
2026-03-30 00:48:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2f3f369e-cf46-512c-be0f-8874692b0b18 with identifier: 7005157auction111084 to the API
2026-03-30 00:48:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005157>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '2f3f369e-cf46-512c-be0f-8874692b0b18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005157',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 56322,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005157auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:42 [ecarstrade.nl] INFO: Saving data for 7005157auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536938.855238, 'last_price_update_time': 1774831722.936244}
2026-03-30 00:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005157auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005176> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:43 [ecarstrade.nl] INFO: Extracting details for car 7005176auction111084
2026-03-30 00:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61d12991-3a18-59a1-8cab-d7336184bcf9 with identifier: 7005176auction111084
2026-03-30 00:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61d12991-3a18-59a1-8cab-d7336184bcf9 with scrape type 2
2026-03-30 00:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61d12991-3a18-59a1-8cab-d7336184bcf9 with scrape type 2
2026-03-30 00:48:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 61d12991-3a18-59a1-8cab-d7336184bcf9, identifier: 7005176auction111084
2026-03-30 00:48:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 61d12991-3a18-59a1-8cab-d7336184bcf9 with identifier: 7005176auction111084
2026-03-30 00:48:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 61d12991-3a18-59a1-8cab-d7336184bcf9 with identifier: 7005176auction111084
2026-03-30 00:48:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 61d12991-3a18-59a1-8cab-d7336184bcf9 with identifier: 7005176auction111084 to the API
2026-03-30 00:48:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005176>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '61d12991-3a18-59a1-8cab-d7336184bcf9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005176',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 30811,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-208 EV Active Pck 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT EV Active Pck 50 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005176auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:43 [ecarstrade.nl] INFO: Saving data for 7005176auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536939.176289, 'last_price_update_time': 1774831723.441166}
2026-03-30 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005176auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005154> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:43 [ecarstrade.nl] INFO: Extracting details for car 7005154auction111084
2026-03-30 00:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03e7803e-013a-5b7c-9175-3a8a41e1a67f with identifier: 7005154auction111084
2026-03-30 00:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03e7803e-013a-5b7c-9175-3a8a41e1a67f with scrape type 2
2026-03-30 00:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03e7803e-013a-5b7c-9175-3a8a41e1a67f with scrape type 2
2026-03-30 00:48:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 03e7803e-013a-5b7c-9175-3a8a41e1a67f, identifier: 7005154auction111084
2026-03-30 00:48:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 03e7803e-013a-5b7c-9175-3a8a41e1a67f with identifier: 7005154auction111084
2026-03-30 00:48:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 03e7803e-013a-5b7c-9175-3a8a41e1a67f with identifier: 7005154auction111084
2026-03-30 00:48:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 03e7803e-013a-5b7c-9175-3a8a41e1a67f with identifier: 7005154auction111084 to the API
2026-03-30 00:48:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005154>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '03e7803e-013a-5b7c-9175-3a8a41e1a67f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005154',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 47886,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005154auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:43 [ecarstrade.nl] INFO: Saving data for 7005154auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536917.043513, 'last_price_update_time': 1774831723.917478}
2026-03-30 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005154auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005199> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:44 [ecarstrade.nl] INFO: Extracting details for car 7005199auction111084
2026-03-30 00:48:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7865cf8-70ca-590d-855c-74bc9b48879f with identifier: 7005199auction111084
2026-03-30 00:48:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7865cf8-70ca-590d-855c-74bc9b48879f with scrape type 2
2026-03-30 00:48:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7865cf8-70ca-590d-855c-74bc9b48879f with scrape type 2
2026-03-30 00:48:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b7865cf8-70ca-590d-855c-74bc9b48879f, identifier: 7005199auction111084
2026-03-30 00:48:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b7865cf8-70ca-590d-855c-74bc9b48879f with identifier: 7005199auction111084
2026-03-30 00:48:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b7865cf8-70ca-590d-855c-74bc9b48879f with identifier: 7005199auction111084
2026-03-30 00:48:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b7865cf8-70ca-590d-855c-74bc9b48879f with identifier: 7005199auction111084 to the API
2026-03-30 00:48:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:44 [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-30 00:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27b7865cf8-70ca-590d-855c-74bc9b48879f%27 HTTP/1.1" 200 None
2026-03-30 00:48:44 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.nl, item_id b7865cf8-70ca-590d-855c-74bc9b48879f: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022White\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022FORD Focus Wagon 1.5 EcoBl. Connected\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Ford\u0022, \u0022Model\u0022: \u0022Focus\u0022, \u0022Transmission\u0022: \u0022manual\u0022, \u0022Engine\u0022: \u00221.5L\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222022-03-17\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/7005199\u0022, \u0022ExpirationDate\u0022: \u00222026-03-31T08:10:00Z\u0022, \u0022Location\u0022: \u0022The Netherlands\u0022, \u0022OriginCountryCode\u0022: \u0022NL\u0022, \u0022Trim\u0022: \u0022FORD Wagon 1.5 EcoBl. Connected\u0022, \u0022Year\u0022: 2022, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: null, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: 102, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022b7865cf8-70ca-590d-855c-74bc9b48879f\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Mon, 30 Mar 2026 00:48:43 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-30 00:48:44 [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-30 00:48:44 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Diesel',
'id': 'b7865cf8-70ca-590d-855c-74bc9b48879f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005199',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-17',
'seats_number': None,
'seller_name': None,
'title': 'FORD Focus Wagon 1.5 EcoBl. Connected',
'transmission': 'manual',
'trim': 'FORD Wagon 1.5 EcoBl. Connected',
'vin': None,
'year': 2022}
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-30 00:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005199auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:44 [ecarstrade.nl] INFO: Saving data for 7005199auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536966.277365, 'last_price_update_time': 1774831724.460263}
2026-03-30 00:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005199auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005155> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:47 [ecarstrade.nl] INFO: Extracting details for car 7005155auction111084
2026-03-30 00:48:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ed3ec05-6ce5-53b9-b544-6e4e945638aa with identifier: 7005155auction111084
2026-03-30 00:48:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ed3ec05-6ce5-53b9-b544-6e4e945638aa with scrape type 2
2026-03-30 00:48:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ed3ec05-6ce5-53b9-b544-6e4e945638aa with scrape type 2
2026-03-30 00:48:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5ed3ec05-6ce5-53b9-b544-6e4e945638aa, identifier: 7005155auction111084
2026-03-30 00:48:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5ed3ec05-6ce5-53b9-b544-6e4e945638aa with identifier: 7005155auction111084
2026-03-30 00:48:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5ed3ec05-6ce5-53b9-b544-6e4e945638aa with identifier: 7005155auction111084
2026-03-30 00:48:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5ed3ec05-6ce5-53b9-b544-6e4e945638aa with identifier: 7005155auction111084 to the API
2026-03-30 00:48:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005155>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '5ed3ec05-6ce5-53b9-b544-6e4e945638aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005155',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 85498,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005155auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:47 [ecarstrade.nl] INFO: Saving data for 7005155auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536915.688486, 'last_price_update_time': 1774831727.434533}
2026-03-30 00:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005155auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005153> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:48 [ecarstrade.nl] INFO: Extracting details for car 7005153auction111084
2026-03-30 00:48:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c5980df-981e-5937-8923-a25cfe6eba75 with identifier: 7005153auction111084
2026-03-30 00:48:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c5980df-981e-5937-8923-a25cfe6eba75 with scrape type 2
2026-03-30 00:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c5980df-981e-5937-8923-a25cfe6eba75 with scrape type 2
2026-03-30 00:48:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0c5980df-981e-5937-8923-a25cfe6eba75, identifier: 7005153auction111084
2026-03-30 00:48:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0c5980df-981e-5937-8923-a25cfe6eba75 with identifier: 7005153auction111084
2026-03-30 00:48:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0c5980df-981e-5937-8923-a25cfe6eba75 with identifier: 7005153auction111084
2026-03-30 00:48:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0c5980df-981e-5937-8923-a25cfe6eba75 with identifier: 7005153auction111084 to the API
2026-03-30 00:48:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005153>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '0c5980df-981e-5937-8923-a25cfe6eba75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005153',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 82779,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005153auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:48 [ecarstrade.nl] INFO: Saving data for 7005153auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536939.515034, 'last_price_update_time': 1774831728.98693}
2026-03-30 00:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005153auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005179> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:49 [ecarstrade.nl] INFO: Extracting details for car 7005179auction111084
2026-03-30 00:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a60a4eb1-7bad-5c44-9f08-74a4d70633cc with identifier: 7005179auction111084
2026-03-30 00:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a60a4eb1-7bad-5c44-9f08-74a4d70633cc with scrape type 2
2026-03-30 00:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a60a4eb1-7bad-5c44-9f08-74a4d70633cc with scrape type 2
2026-03-30 00:48:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a60a4eb1-7bad-5c44-9f08-74a4d70633cc, identifier: 7005179auction111084
2026-03-30 00:48:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a60a4eb1-7bad-5c44-9f08-74a4d70633cc with identifier: 7005179auction111084
2026-03-30 00:48:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a60a4eb1-7bad-5c44-9f08-74a4d70633cc with identifier: 7005179auction111084
2026-03-30 00:48:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a60a4eb1-7bad-5c44-9f08-74a4d70633cc with identifier: 7005179auction111084 to the API
2026-03-30 00:48:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48: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-30 00:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005179>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': 'a60a4eb1-7bad-5c44-9f08-74a4d70633cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005179',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 46351,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-18',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA-E Level 2 50 kWh',
'transmission': 'automatic',
'trim': 'OPEL CORSA-E Level 2 50 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005179auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:50 [ecarstrade.nl] INFO: Saving data for 7005179auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536940.078162, 'last_price_update_time': 1774831730.073847}
2026-03-30 00:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005179auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005178> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:50 [ecarstrade.nl] INFO: Extracting details for car 7005178auction111084
2026-03-30 00:48:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c0414b7-e046-5971-bd54-b1788ba23729 with identifier: 7005178auction111084
2026-03-30 00:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c0414b7-e046-5971-bd54-b1788ba23729 with scrape type 2
2026-03-30 00:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c0414b7-e046-5971-bd54-b1788ba23729 with scrape type 2
2026-03-30 00:48:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6c0414b7-e046-5971-bd54-b1788ba23729, identifier: 7005178auction111084
2026-03-30 00:48:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6c0414b7-e046-5971-bd54-b1788ba23729 with identifier: 7005178auction111084
2026-03-30 00:48:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6c0414b7-e046-5971-bd54-b1788ba23729 with identifier: 7005178auction111084
2026-03-30 00:48:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6c0414b7-e046-5971-bd54-b1788ba23729 with identifier: 7005178auction111084 to the API
2026-03-30 00:48:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005178>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '6c0414b7-e046-5971-bd54-b1788ba23729',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005178',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 55378,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-208 EV Active Pck 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT EV Active Pck 50 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005178auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:50 [ecarstrade.nl] INFO: Saving data for 7005178auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536936.065031, 'last_price_update_time': 1774831730.674669}
2026-03-30 00:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005178auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005164> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:50 [ecarstrade.nl] INFO: Extracting details for car 7005164auction111084
2026-03-30 00:48:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36a6ec97-42d6-5cd7-b39c-75c50e9675be with identifier: 7005164auction111084
2026-03-30 00:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36a6ec97-42d6-5cd7-b39c-75c50e9675be with scrape type 2
2026-03-30 00:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36a6ec97-42d6-5cd7-b39c-75c50e9675be with scrape type 2
2026-03-30 00:48:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 36a6ec97-42d6-5cd7-b39c-75c50e9675be, identifier: 7005164auction111084
2026-03-30 00:48:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 36a6ec97-42d6-5cd7-b39c-75c50e9675be with identifier: 7005164auction111084
2026-03-30 00:48:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 36a6ec97-42d6-5cd7-b39c-75c50e9675be with identifier: 7005164auction111084
2026-03-30 00:48:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 36a6ec97-42d6-5cd7-b39c-75c50e9675be with identifier: 7005164auction111084 to the API
2026-03-30 00:48:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005164>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '36a6ec97-42d6-5cd7-b39c-75c50e9675be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005164',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 79795,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Yaris 1.5 Hyb. Active',
'transmission': 'automatic',
'trim': 'TOYOTA 1.5 Hyb. Active',
'vin': None,
'year': 2023}
2026-03-30 00:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005164auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:51 [ecarstrade.nl] INFO: Saving data for 7005164auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536935.167821, 'last_price_update_time': 1774831731.194219}
2026-03-30 00:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005164auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005162> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:55 [ecarstrade.nl] INFO: Extracting details for car 7005162auction111084
2026-03-30 00:48:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98c4d994-9aa8-508d-b571-45787504a90f with identifier: 7005162auction111084
2026-03-30 00:48:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98c4d994-9aa8-508d-b571-45787504a90f with scrape type 2
2026-03-30 00:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98c4d994-9aa8-508d-b571-45787504a90f with scrape type 2
2026-03-30 00:48:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 98c4d994-9aa8-508d-b571-45787504a90f, identifier: 7005162auction111084
2026-03-30 00:48:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 98c4d994-9aa8-508d-b571-45787504a90f with identifier: 7005162auction111084
2026-03-30 00:48:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 98c4d994-9aa8-508d-b571-45787504a90f with identifier: 7005162auction111084
2026-03-30 00:48:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 98c4d994-9aa8-508d-b571-45787504a90f with identifier: 7005162auction111084 to the API
2026-03-30 00:48:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48: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-30 00:48:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005162>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '98c4d994-9aa8-508d-b571-45787504a90f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005162',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 71915,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005162auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:55 [ecarstrade.nl] INFO: Saving data for 7005162auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536932.223825, 'last_price_update_time': 1774831735.733655}
2026-03-30 00:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005162auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005159> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:55 [ecarstrade.nl] INFO: Extracting details for car 7005159auction111084
2026-03-30 00:48:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 825f02a0-1054-5a79-841c-74059228cb4b with identifier: 7005159auction111084
2026-03-30 00:48:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 825f02a0-1054-5a79-841c-74059228cb4b with scrape type 2
2026-03-30 00:48:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 825f02a0-1054-5a79-841c-74059228cb4b with scrape type 2
2026-03-30 00:48:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 825f02a0-1054-5a79-841c-74059228cb4b, identifier: 7005159auction111084
2026-03-30 00:48:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 825f02a0-1054-5a79-841c-74059228cb4b with identifier: 7005159auction111084
2026-03-30 00:48:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 825f02a0-1054-5a79-841c-74059228cb4b with identifier: 7005159auction111084
2026-03-30 00:48:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 825f02a0-1054-5a79-841c-74059228cb4b with identifier: 7005159auction111084 to the API
2026-03-30 00:48:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005159>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '825f02a0-1054-5a79-841c-74059228cb4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005159',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 73887,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005159auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:56 [ecarstrade.nl] INFO: Saving data for 7005159auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536933.128122, 'last_price_update_time': 1774831736.243149}
2026-03-30 00:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005159auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005177> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:56 [ecarstrade.nl] INFO: Extracting details for car 7005177auction111084
2026-03-30 00:48:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77795f8e-fb29-5607-8d52-acc08d939d2a with identifier: 7005177auction111084
2026-03-30 00:48:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77795f8e-fb29-5607-8d52-acc08d939d2a with scrape type 2
2026-03-30 00:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77795f8e-fb29-5607-8d52-acc08d939d2a with scrape type 2
2026-03-30 00:48:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 77795f8e-fb29-5607-8d52-acc08d939d2a, identifier: 7005177auction111084
2026-03-30 00:48:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 77795f8e-fb29-5607-8d52-acc08d939d2a with identifier: 7005177auction111084
2026-03-30 00:48:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 77795f8e-fb29-5607-8d52-acc08d939d2a with identifier: 7005177auction111084
2026-03-30 00:48:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 77795f8e-fb29-5607-8d52-acc08d939d2a with identifier: 7005177auction111084 to the API
2026-03-30 00:48:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005177>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '77795f8e-fb29-5607-8d52-acc08d939d2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005177',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 46654,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-208 EV Allure Pack 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT EV Allure Pack 50 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005177auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:57 [ecarstrade.nl] INFO: Saving data for 7005177auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536994.795824, 'last_price_update_time': 1774831737.061595}
2026-03-30 00:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005177auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005191> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:57 [ecarstrade.nl] INFO: Extracting details for car 7005191auction111084
2026-03-30 00:48:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a1027c5-3c2b-548b-9c05-11ee19c30210 with identifier: 7005191auction111084
2026-03-30 00:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a1027c5-3c2b-548b-9c05-11ee19c30210 with scrape type 2
2026-03-30 00:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a1027c5-3c2b-548b-9c05-11ee19c30210 with scrape type 2
2026-03-30 00:48:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3a1027c5-3c2b-548b-9c05-11ee19c30210, identifier: 7005191auction111084
2026-03-30 00:48:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3a1027c5-3c2b-548b-9c05-11ee19c30210 with identifier: 7005191auction111084
2026-03-30 00:48:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3a1027c5-3c2b-548b-9c05-11ee19c30210 with identifier: 7005191auction111084
2026-03-30 00:48:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3a1027c5-3c2b-548b-9c05-11ee19c30210 with identifier: 7005191auction111084 to the API
2026-03-30 00:48:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005191>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '3a1027c5-3c2b-548b-9c05-11ee19c30210',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005191',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'ZS',
'odometer': 151143,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-29',
'seats_number': 5,
'seller_name': None,
'title': 'MG Mg zs ev EV Long R Luxury',
'transmission': 'automatic',
'trim': 'Mg zs ev EV Long R Luxury',
'vin': None,
'year': 2023}
2026-03-30 00:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005191auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:57 [ecarstrade.nl] INFO: Saving data for 7005191auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536964.24491, 'last_price_update_time': 1774831737.747664}
2026-03-30 00:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005191auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005190> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:58 [ecarstrade.nl] INFO: Extracting details for car 7005190auction111084
2026-03-30 00:48:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47dfb0fa-132e-5422-aac2-bc94c0e863ab with identifier: 7005190auction111084
2026-03-30 00:48:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47dfb0fa-132e-5422-aac2-bc94c0e863ab with scrape type 2
2026-03-30 00:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47dfb0fa-132e-5422-aac2-bc94c0e863ab with scrape type 2
2026-03-30 00:48:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 47dfb0fa-132e-5422-aac2-bc94c0e863ab, identifier: 7005190auction111084
2026-03-30 00:48:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 47dfb0fa-132e-5422-aac2-bc94c0e863ab with identifier: 7005190auction111084
2026-03-30 00:48:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 47dfb0fa-132e-5422-aac2-bc94c0e863ab with identifier: 7005190auction111084
2026-03-30 00:48:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 47dfb0fa-132e-5422-aac2-bc94c0e863ab with identifier: 7005190auction111084 to the API
2026-03-30 00:48:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005190>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '47dfb0fa-132e-5422-aac2-bc94c0e863ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005190',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mini',
'model': '',
'odometer': 71675,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-17',
'seats_number': 4,
'seller_name': None,
'title': 'Mini Mini Electric Classic 33 kWh',
'transmission': 'automatic',
'trim': 'Electric Classic 33 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005190auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:48:58 [ecarstrade.nl] INFO: Saving data for 7005190auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536934.393412, 'last_price_update_time': 1774831738.83334}
2026-03-30 00:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005190auction111084') HTTP/1.1" 204 0
2026-03-30 00:48:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000140> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:48:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:48:59 [ecarstrade.nl] INFO: Extracting details for car 7000140auction111023
2026-03-30 00:48:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 886cdbd4-74a8-56b2-88d8-2a319c9f3f93 with identifier: 7000140auction111023
2026-03-30 00:48:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 886cdbd4-74a8-56b2-88d8-2a319c9f3f93 with scrape type 2
2026-03-30 00:48:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 886cdbd4-74a8-56b2-88d8-2a319c9f3f93 with scrape type 2
2026-03-30 00:48:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 886cdbd4-74a8-56b2-88d8-2a319c9f3f93, identifier: 7000140auction111023
2026-03-30 00:48:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 886cdbd4-74a8-56b2-88d8-2a319c9f3f93 with identifier: 7000140auction111023
2026-03-30 00:48:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 886cdbd4-74a8-56b2-88d8-2a319c9f3f93 with identifier: 7000140auction111023
2026-03-30 00:48:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 886cdbd4-74a8-56b2-88d8-2a319c9f3f93 with identifier: 7000140auction111023 to the API
2026-03-30 00:48:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:48:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:48:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000140>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': '886cdbd4-74a8-56b2-88d8-2a319c9f3f93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000140',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 177046,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Kodiaq 1.5 TSI Sportl. B.',
'transmission': 'automatic',
'trim': 'SKODA 1.5 TSI Sportl. B.',
'vin': None,
'year': 2021}
2026-03-30 00:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000140auction111023%27 HTTP/1.1" 200 None
2026-03-30 00:48:59 [ecarstrade.nl] INFO: Saving data for 7000140auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450227.696557, 'last_price_update_time': 1774831739.597574}
2026-03-30 00:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000140auction111023') HTTP/1.1" 204 0
2026-03-30 00:49:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7005173auction111084
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005173auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7005173auction111084: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7005200auction111084
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005200auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7005200auction111084: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7005150auction111084
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005150auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7005150auction111084: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7005197auction111084
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005197auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7005197auction111084: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7005195auction111084
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005195auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7005195auction111084: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7005172auction111084
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005172auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7005172auction111084: 0
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7005198auction111084
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005198auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7005198auction111084: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7005171auction111084
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005171auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7005171auction111084: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7004123auction111077
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004123auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7004123auction111077: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7004138auction111077
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004138auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7004138auction111077: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7004128auction111077
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004128auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7004128auction111077: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7004124auction111077
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004124auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7004124auction111077: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7004136auction111077
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004136auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7004136auction111077: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7004147auction111077
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004147auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7004147auction111077: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7004126auction111077
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004126auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7004126auction111077: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7004255auction111077
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004255auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7004255auction111077: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7004285auction111077
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004285auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7004285auction111077: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7004283auction111077
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004283auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7004283auction111077: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7004190auction111077
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004190auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7004190auction111077: 2
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Found listing with ID: 7004289auction111077
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004289auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:02 [ecarstrade.nl] INFO: Scrape type for 7004289auction111077: 2
2026-03-30 00:49:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005161> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:03 [ecarstrade.nl] INFO: Extracting details for car 7005161auction111084
2026-03-30 00:49:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10ccee8f-3a39-50fc-8057-4ca6e10780ac with identifier: 7005161auction111084
2026-03-30 00:49:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10ccee8f-3a39-50fc-8057-4ca6e10780ac with scrape type 2
2026-03-30 00:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10ccee8f-3a39-50fc-8057-4ca6e10780ac with scrape type 2
2026-03-30 00:49:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 10ccee8f-3a39-50fc-8057-4ca6e10780ac, identifier: 7005161auction111084
2026-03-30 00:49:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 10ccee8f-3a39-50fc-8057-4ca6e10780ac with identifier: 7005161auction111084
2026-03-30 00:49:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 10ccee8f-3a39-50fc-8057-4ca6e10780ac with identifier: 7005161auction111084
2026-03-30 00:49:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 10ccee8f-3a39-50fc-8057-4ca6e10780ac with identifier: 7005161auction111084 to the API
2026-03-30 00:49:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005161>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '10ccee8f-3a39-50fc-8057-4ca6e10780ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005161',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 61604,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 58 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005161auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:03 [ecarstrade.nl] INFO: Saving data for 7005161auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536936.626233, 'last_price_update_time': 1774831743.447703}
2026-03-30 00:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005161auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005170> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:03 [ecarstrade.nl] INFO: Extracting details for car 7005170auction111084
2026-03-30 00:49:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c510dae0-b8df-5cd0-936d-52f914a12aa2 with identifier: 7005170auction111084
2026-03-30 00:49:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c510dae0-b8df-5cd0-936d-52f914a12aa2 with scrape type 2
2026-03-30 00:49:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c510dae0-b8df-5cd0-936d-52f914a12aa2 with scrape type 2
2026-03-30 00:49:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c510dae0-b8df-5cd0-936d-52f914a12aa2, identifier: 7005170auction111084
2026-03-30 00:49:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c510dae0-b8df-5cd0-936d-52f914a12aa2 with identifier: 7005170auction111084
2026-03-30 00:49:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c510dae0-b8df-5cd0-936d-52f914a12aa2 with identifier: 7005170auction111084
2026-03-30 00:49:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c510dae0-b8df-5cd0-936d-52f914a12aa2 with identifier: 7005170auction111084 to the API
2026-03-30 00:49:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005170>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'c510dae0-b8df-5cd0-936d-52f914a12aa2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005170',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 175318,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-14',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Kodiaq 1.5 TSI Bns. Ed. Pl.',
'transmission': 'automatic',
'trim': 'SKODA 1.5 TSI Bns. Ed. Pl.',
'vin': None,
'year': 2022}
2026-03-30 00:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005170auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:04 [ecarstrade.nl] INFO: Saving data for 7005170auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536996.054225, 'last_price_update_time': 1774831744.280729}
2026-03-30 00:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005170auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005168> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:04 [ecarstrade.nl] INFO: Extracting details for car 7005168auction111084
2026-03-30 00:49:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2e99269-bbdb-51ce-a2c3-2721d5f44a22 with identifier: 7005168auction111084
2026-03-30 00:49:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2e99269-bbdb-51ce-a2c3-2721d5f44a22 with scrape type 2
2026-03-30 00:49:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2e99269-bbdb-51ce-a2c3-2721d5f44a22 with scrape type 2
2026-03-30 00:49:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e2e99269-bbdb-51ce-a2c3-2721d5f44a22, identifier: 7005168auction111084
2026-03-30 00:49:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e2e99269-bbdb-51ce-a2c3-2721d5f44a22 with identifier: 7005168auction111084
2026-03-30 00:49:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e2e99269-bbdb-51ce-a2c3-2721d5f44a22 with identifier: 7005168auction111084
2026-03-30 00:49:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e2e99269-bbdb-51ce-a2c3-2721d5f44a22 with identifier: 7005168auction111084 to the API
2026-03-30 00:49:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005168>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': 'e2e99269-bbdb-51ce-a2c3-2721d5f44a22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005168',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 180667,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-12',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Enyaq iV 80',
'transmission': 'automatic',
'trim': 'SKODA iV 80',
'vin': None,
'year': 2021}
2026-03-30 00:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005168auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:05 [ecarstrade.nl] INFO: Saving data for 7005168auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536996.4843, 'last_price_update_time': 1774831745.26563}
2026-03-30 00:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005168auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005184> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005196> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:05 [ecarstrade.nl] INFO: Extracting details for car 7005184auction111084
2026-03-30 00:49:05 [ecarstrade.nl] INFO: Extracting details for car 7005196auction111084
2026-03-30 00:49:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af81a868-2f9e-586f-acd1-7fc0c772c82c with identifier: 7005184auction111084
2026-03-30 00:49:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af81a868-2f9e-586f-acd1-7fc0c772c82c with scrape type 2
2026-03-30 00:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af81a868-2f9e-586f-acd1-7fc0c772c82c with scrape type 2
2026-03-30 00:49:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: af81a868-2f9e-586f-acd1-7fc0c772c82c, identifier: 7005184auction111084
2026-03-30 00:49:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: af81a868-2f9e-586f-acd1-7fc0c772c82c with identifier: 7005184auction111084
2026-03-30 00:49:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: af81a868-2f9e-586f-acd1-7fc0c772c82c with identifier: 7005184auction111084
2026-03-30 00:49:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: af81a868-2f9e-586f-acd1-7fc0c772c82c with identifier: 7005184auction111084 to the API
2026-03-30 00:49:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005184>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'af81a868-2f9e-586f-acd1-7fc0c772c82c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005184',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MAN',
'model': 'Mini Cooper Countryman',
'odometer': 70943,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-04',
'seats_number': 5,
'seller_name': None,
'title': 'Mini Mini Countryman 1.5 Cooper Pepper',
'transmission': 'manual',
'trim': 'Mini Mini Countryman 1.5 Cooper Pepper',
'vin': None,
'year': 2021}
2026-03-30 00:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005184auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:06 [ecarstrade.nl] INFO: Saving data for 7005184auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536997.032865, 'last_price_update_time': 1774831746.121766}
2026-03-30 00:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005184auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e345615-2b35-552f-8480-97559d711ecf with identifier: 7005196auction111084
2026-03-30 00:49:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e345615-2b35-552f-8480-97559d711ecf with scrape type 2
2026-03-30 00:49:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e345615-2b35-552f-8480-97559d711ecf with scrape type 2
2026-03-30 00:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4e345615-2b35-552f-8480-97559d711ecf, identifier: 7005196auction111084
2026-03-30 00:49:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4e345615-2b35-552f-8480-97559d711ecf with identifier: 7005196auction111084
2026-03-30 00:49:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4e345615-2b35-552f-8480-97559d711ecf with identifier: 7005196auction111084
2026-03-30 00:49:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4e345615-2b35-552f-8480-97559d711ecf with identifier: 7005196auction111084 to the API
2026-03-30 00:49:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005196>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': '4e345615-2b35-552f-8480-97559d711ecf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005196',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 62732,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'KIA ceed sportswagon 1.0 T-GDi ExecLine',
'transmission': 'manual',
'trim': 'KIA ceed sportswagon 1.0 T-GDi ExecLine',
'vin': None,
'year': 2024}
2026-03-30 00:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005196auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:06 [ecarstrade.nl] INFO: Saving data for 7005196auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536997.481784, 'last_price_update_time': 1774831746.494221}
2026-03-30 00:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005196auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:06 [scrapy.extensions.logstats] INFO: Crawled 114 pages (at 51 pages/min), scraped 105 items (at 47 items/min)
2026-03-30 00:49:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 259MiB
2026-03-30 00:49:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005167> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:49:08 [ecarstrade.nl] INFO: Extracting details for car 7005167auction111084
2026-03-30 00:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2250b3e9-b358-5cb6-8d6b-08f2c050d9be with identifier: 7005167auction111084
2026-03-30 00:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2250b3e9-b358-5cb6-8d6b-08f2c050d9be with scrape type 2
2026-03-30 00:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2250b3e9-b358-5cb6-8d6b-08f2c050d9be with scrape type 2
2026-03-30 00:49:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2250b3e9-b358-5cb6-8d6b-08f2c050d9be, identifier: 7005167auction111084
2026-03-30 00:49:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2250b3e9-b358-5cb6-8d6b-08f2c050d9be with identifier: 7005167auction111084
2026-03-30 00:49:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2250b3e9-b358-5cb6-8d6b-08f2c050d9be with identifier: 7005167auction111084
2026-03-30 00:49:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2250b3e9-b358-5cb6-8d6b-08f2c050d9be with identifier: 7005167auction111084 to the API
2026-03-30 00:49:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005167>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': '2250b3e9-b358-5cb6-8d6b-08f2c050d9be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005167',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 135617,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Kodiaq 1.5 TSI Bns. Ed.',
'transmission': 'manual',
'trim': 'SKODA 1.5 TSI Bns. Ed.',
'vin': None,
'year': 2021}
2026-03-30 00:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005167auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:09 [ecarstrade.nl] INFO: Saving data for 7005167auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536937.595127, 'last_price_update_time': 1774831749.89031}
2026-03-30 00:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005167auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005163> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:10 [ecarstrade.nl] INFO: Extracting details for car 7005163auction111084
2026-03-30 00:49:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a907ba3c-ceb4-57f9-8617-29190326c3f7 with identifier: 7005163auction111084
2026-03-30 00:49:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a907ba3c-ceb4-57f9-8617-29190326c3f7 with scrape type 2
2026-03-30 00:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a907ba3c-ceb4-57f9-8617-29190326c3f7 with scrape type 2
2026-03-30 00:49:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a907ba3c-ceb4-57f9-8617-29190326c3f7, identifier: 7005163auction111084
2026-03-30 00:49:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a907ba3c-ceb4-57f9-8617-29190326c3f7 with identifier: 7005163auction111084
2026-03-30 00:49:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a907ba3c-ceb4-57f9-8617-29190326c3f7 with identifier: 7005163auction111084
2026-03-30 00:49:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a907ba3c-ceb4-57f9-8617-29190326c3f7 with identifier: 7005163auction111084 to the API
2026-03-30 00:49:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49: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-30 00:49:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005163>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a907ba3c-ceb4-57f9-8617-29190326c3f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005163',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 99099,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA COROLLA 2.0 Hybrid Bns Plus',
'transmission': 'automatic',
'trim': 'TOYOTA COROLLA 2.0 Hybrid Bns Plus',
'vin': None,
'year': 2022}
2026-03-30 00:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005163auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:10 [ecarstrade.nl] INFO: Saving data for 7005163auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536900.582836, 'last_price_update_time': 1774831750.866821}
2026-03-30 00:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005163auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005194> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:11 [ecarstrade.nl] INFO: Extracting details for car 7005194auction111084
2026-03-30 00:49:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42023b26-a8f8-54eb-bd0b-92cb6ff25753 with identifier: 7005194auction111084
2026-03-30 00:49:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42023b26-a8f8-54eb-bd0b-92cb6ff25753 with scrape type 2
2026-03-30 00:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42023b26-a8f8-54eb-bd0b-92cb6ff25753 with scrape type 2
2026-03-30 00:49:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 42023b26-a8f8-54eb-bd0b-92cb6ff25753, identifier: 7005194auction111084
2026-03-30 00:49:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 42023b26-a8f8-54eb-bd0b-92cb6ff25753 with identifier: 7005194auction111084
2026-03-30 00:49:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 42023b26-a8f8-54eb-bd0b-92cb6ff25753 with identifier: 7005194auction111084
2026-03-30 00:49:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 42023b26-a8f8-54eb-bd0b-92cb6ff25753 with identifier: 7005194auction111084 to the API
2026-03-30 00:49:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49: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-30 00:49:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005194>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': '42023b26-a8f8-54eb-bd0b-92cb6ff25753',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005194',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 51091,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'KIA ceed sportswagon 1.0 T-GDi ExecLine',
'transmission': 'manual',
'trim': 'KIA ceed sportswagon 1.0 T-GDi ExecLine',
'vin': None,
'year': 2024}
2026-03-30 00:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005194auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:11 [ecarstrade.nl] INFO: Saving data for 7005194auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536917.480709, 'last_price_update_time': 1774831751.884308}
2026-03-30 00:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005194auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004155auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004155auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004155auction111077: 2
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004260auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004260auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004260auction111077: 2
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004253auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004253auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004253auction111077: 2
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004135auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004135auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004135auction111077: 2
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004139auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004139auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004139auction111077: 2
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004133auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004133auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004133auction111077: 2
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004254auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004254auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004254auction111077: 0
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004279auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004279auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004279auction111077: 0
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004192auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004192auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004192auction111077: 0
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004193auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004193auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004193auction111077: 0
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004196auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004196auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004196auction111077: 0
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004278auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004278auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004278auction111077: 0
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004131auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004131auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004131auction111077: 0
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004275auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004275auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004275auction111077: 0
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004127auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004127auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004127auction111077: 2
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004290auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004290auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004290auction111077: 2
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004169auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004169auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004169auction111077: 0
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004263auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004263auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004263auction111077: 2
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004261auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004261auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004261auction111077: 2
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Found listing with ID: 7004282auction111077
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004282auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Scrape type for 7004282auction111077: 2
2026-03-30 00:49:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005200> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:12 [ecarstrade.nl] INFO: Extracting details for car 7005200auction111084
2026-03-30 00:49:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc4c0989-c246-5f01-8831-9898b60cf36b with identifier: 7005200auction111084
2026-03-30 00:49:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc4c0989-c246-5f01-8831-9898b60cf36b with scrape type 2
2026-03-30 00:49:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc4c0989-c246-5f01-8831-9898b60cf36b with scrape type 2
2026-03-30 00:49:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: bc4c0989-c246-5f01-8831-9898b60cf36b, identifier: 7005200auction111084
2026-03-30 00:49:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: bc4c0989-c246-5f01-8831-9898b60cf36b with identifier: 7005200auction111084
2026-03-30 00:49:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: bc4c0989-c246-5f01-8831-9898b60cf36b with identifier: 7005200auction111084
2026-03-30 00:49:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: bc4c0989-c246-5f01-8831-9898b60cf36b with identifier: 7005200auction111084 to the API
2026-03-30 00:49:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49: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-30 00:49:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005200>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Diesel',
'id': 'bc4c0989-c246-5f01-8831-9898b60cf36b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005200',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 50010,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.5 EcoBl. Connected',
'transmission': 'manual',
'trim': 'FORD Wagon 1.5 EcoBl. Connected',
'vin': None,
'year': 2022}
2026-03-30 00:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005200auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:13 [ecarstrade.nl] INFO: Saving data for 7005200auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536965.613358, 'last_price_update_time': 1774831753.024846}
2026-03-30 00:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005200auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005188> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:16 [ecarstrade.nl] INFO: Extracting details for car 7005188auction111084
2026-03-30 00:49:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74abe474-1dcd-594b-9f50-b2e4b0b887c1 with identifier: 7005188auction111084
2026-03-30 00:49:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74abe474-1dcd-594b-9f50-b2e4b0b887c1 with scrape type 2
2026-03-30 00:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74abe474-1dcd-594b-9f50-b2e4b0b887c1 with scrape type 2
2026-03-30 00:49:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 74abe474-1dcd-594b-9f50-b2e4b0b887c1, identifier: 7005188auction111084
2026-03-30 00:49:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 74abe474-1dcd-594b-9f50-b2e4b0b887c1 with identifier: 7005188auction111084
2026-03-30 00:49:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 74abe474-1dcd-594b-9f50-b2e4b0b887c1 with identifier: 7005188auction111084
2026-03-30 00:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 74abe474-1dcd-594b-9f50-b2e4b0b887c1 with identifier: 7005188auction111084 to the API
2026-03-30 00:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005188>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '74abe474-1dcd-594b-9f50-b2e4b0b887c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005188',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mini',
'model': '',
'odometer': 89786,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-31',
'seats_number': 4,
'seller_name': None,
'title': 'Mini Mini Electric Classic 33 kWh',
'transmission': 'automatic',
'trim': 'Electric Classic 33 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005188auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:17 [ecarstrade.nl] INFO: Saving data for 7005188auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536941.540864, 'last_price_update_time': 1774831757.236005}
2026-03-30 00:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005188auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005150> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:17 [ecarstrade.nl] INFO: Extracting details for car 7005150auction111084
2026-03-30 00:49:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ea40d5f-e8af-5f46-8fc2-072d951deb45 with identifier: 7005150auction111084
2026-03-30 00:49:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ea40d5f-e8af-5f46-8fc2-072d951deb45 with scrape type 2
2026-03-30 00:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ea40d5f-e8af-5f46-8fc2-072d951deb45 with scrape type 2
2026-03-30 00:49:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9ea40d5f-e8af-5f46-8fc2-072d951deb45, identifier: 7005150auction111084
2026-03-30 00:49:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9ea40d5f-e8af-5f46-8fc2-072d951deb45 with identifier: 7005150auction111084
2026-03-30 00:49:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9ea40d5f-e8af-5f46-8fc2-072d951deb45 with identifier: 7005150auction111084
2026-03-30 00:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9ea40d5f-e8af-5f46-8fc2-072d951deb45 with identifier: 7005150auction111084 to the API
2026-03-30 00:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005150>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '9ea40d5f-e8af-5f46-8fc2-072d951deb45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005150',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 71182,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 First 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN First 58 kWh',
'vin': None,
'year': 2020}
2026-03-30 00:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005150auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:18 [ecarstrade.nl] INFO: Saving data for 7005150auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536968.786923, 'last_price_update_time': 1774831758.365385}
2026-03-30 00:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005150auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005201> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005195> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:18 [ecarstrade.nl] INFO: Extracting details for car 7005201auction111084
2026-03-30 00:49:18 [ecarstrade.nl] INFO: Extracting details for car 7005195auction111084
2026-03-30 00:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d432e40-8c7d-52a0-87c2-fc68f22ba49e with identifier: 7005201auction111084
2026-03-30 00:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d432e40-8c7d-52a0-87c2-fc68f22ba49e with scrape type 2
2026-03-30 00:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d432e40-8c7d-52a0-87c2-fc68f22ba49e with scrape type 2
2026-03-30 00:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5d432e40-8c7d-52a0-87c2-fc68f22ba49e, identifier: 7005201auction111084
2026-03-30 00:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baf69779-334c-51f1-8e39-f41a7c9bcffc with identifier: 7005195auction111084
2026-03-30 00:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baf69779-334c-51f1-8e39-f41a7c9bcffc with scrape type 2
2026-03-30 00:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baf69779-334c-51f1-8e39-f41a7c9bcffc with scrape type 2
2026-03-30 00:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: baf69779-334c-51f1-8e39-f41a7c9bcffc, identifier: 7005195auction111084
2026-03-30 00:49:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5d432e40-8c7d-52a0-87c2-fc68f22ba49e with identifier: 7005201auction111084
2026-03-30 00:49:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5d432e40-8c7d-52a0-87c2-fc68f22ba49e with identifier: 7005201auction111084
2026-03-30 00:49:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5d432e40-8c7d-52a0-87c2-fc68f22ba49e with identifier: 7005201auction111084 to the API
2026-03-30 00:49:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005201>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': '5d432e40-8c7d-52a0-87c2-fc68f22ba49e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005201',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '118',
'odometer': 138630,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1-serie 118i Bns Edition',
'transmission': 'automatic',
'trim': '1-serie i Bns Edition',
'vin': None,
'year': 2021}
2026-03-30 00:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005201auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:18 [ecarstrade.nl] INFO: Saving data for 7005201auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536965.929631, 'last_price_update_time': 1774831758.953832}
2026-03-30 00:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005201auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: baf69779-334c-51f1-8e39-f41a7c9bcffc with identifier: 7005195auction111084
2026-03-30 00:49:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: baf69779-334c-51f1-8e39-f41a7c9bcffc with identifier: 7005195auction111084
2026-03-30 00:49:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: baf69779-334c-51f1-8e39-f41a7c9bcffc with identifier: 7005195auction111084 to the API
2026-03-30 00:49:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49: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-30 00:49:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005195>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'baf69779-334c-51f1-8e39-f41a7c9bcffc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005195',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 160771,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-21',
'seats_number': 5,
'seller_name': None,
'title': 'KIA ceed sportswagon 1.5 T-GDi DynamicL.',
'transmission': 'manual',
'trim': 'KIA ceed sportswagon 1.5 T-GDi DynamicL.',
'vin': None,
'year': 2023}
2026-03-30 00:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005195auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:19 [ecarstrade.nl] INFO: Saving data for 7005195auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536965.047454, 'last_price_update_time': 1774831759.229312}
2026-03-30 00:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005195auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004289> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:49:19 [ecarstrade.nl] INFO: Extracting details for car 7004289auction111077
2026-03-30 00:49:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6260d61-989d-55df-832d-2a4de9c72fd4 with identifier: 7004289auction111077
2026-03-30 00:49:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6260d61-989d-55df-832d-2a4de9c72fd4 with scrape type 2
2026-03-30 00:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6260d61-989d-55df-832d-2a4de9c72fd4 with scrape type 2
2026-03-30 00:49:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e6260d61-989d-55df-832d-2a4de9c72fd4, identifier: 7004289auction111077
2026-03-30 00:49:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e6260d61-989d-55df-832d-2a4de9c72fd4 with identifier: 7004289auction111077
2026-03-30 00:49:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e6260d61-989d-55df-832d-2a4de9c72fd4 with identifier: 7004289auction111077
2026-03-30 00:49:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e6260d61-989d-55df-832d-2a4de9c72fd4 with identifier: 7004289auction111077 to the API
2026-03-30 00:49:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49: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-30 00:49:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004289>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': 'e6260d61-989d-55df-832d-2a4de9c72fd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004289',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 44850,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-18',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Enyaq iV iV 60 Business Edition Plus 5D 132kW',
'transmission': 'automatic',
'trim': 'SKODA iV iV 60 Business Edition Plus 5D 132kW',
'vin': None,
'year': 2023}
2026-03-30 00:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004289auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:19 [ecarstrade.nl] INFO: Saving data for 7004289auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537008.773031, 'last_price_update_time': 1774831759.746221}
2026-03-30 00:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004289auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004190> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:49:19 [ecarstrade.nl] INFO: Extracting details for car 7004190auction111077
2026-03-30 00:49:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b26fea7-b9be-5e95-aa7b-82c1791ed37c with identifier: 7004190auction111077
2026-03-30 00:49:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b26fea7-b9be-5e95-aa7b-82c1791ed37c with scrape type 2
2026-03-30 00:49:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b26fea7-b9be-5e95-aa7b-82c1791ed37c with scrape type 2
2026-03-30 00:49:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8b26fea7-b9be-5e95-aa7b-82c1791ed37c, identifier: 7004190auction111077
2026-03-30 00:49:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8b26fea7-b9be-5e95-aa7b-82c1791ed37c with identifier: 7004190auction111077
2026-03-30 00:49:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8b26fea7-b9be-5e95-aa7b-82c1791ed37c with identifier: 7004190auction111077
2026-03-30 00:49:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8b26fea7-b9be-5e95-aa7b-82c1791ed37c with identifier: 7004190auction111077 to the API
2026-03-30 00:49:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49: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-30 00:49:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004190>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '8b26fea7-b9be-5e95-aa7b-82c1791ed37c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004190',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 116223,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q4 e-tron 50 e-tron quattro Launch ed Advanced Pl 5D 220kW',
'transmission': 'automatic',
'trim': 'AUDI 50 e-tron quattro Launch ed Advanced Pl 5D 220kW',
'vin': None,
'year': 2022}
2026-03-30 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004190auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:20 [ecarstrade.nl] INFO: Saving data for 7004190auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537009.858357, 'last_price_update_time': 1774831760.240759}
2026-03-30 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004190auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004283> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:23 [ecarstrade.nl] INFO: Extracting details for car 7004283auction111077
2026-03-30 00:49:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f7e8981-b8df-550b-a292-b8588f180e48 with identifier: 7004283auction111077
2026-03-30 00:49:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f7e8981-b8df-550b-a292-b8588f180e48 with scrape type 2
2026-03-30 00:49:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f7e8981-b8df-550b-a292-b8588f180e48 with scrape type 2
2026-03-30 00:49:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3f7e8981-b8df-550b-a292-b8588f180e48, identifier: 7004283auction111077
2026-03-30 00:49:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3f7e8981-b8df-550b-a292-b8588f180e48 with identifier: 7004283auction111077
2026-03-30 00:49:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3f7e8981-b8df-550b-a292-b8588f180e48 with identifier: 7004283auction111077
2026-03-30 00:49:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3f7e8981-b8df-550b-a292-b8588f180e48 with identifier: 7004283auction111077 to the API
2026-03-30 00:49:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004283>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '3f7e8981-b8df-550b-a292-b8588f180e48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004283',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 64616,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-29',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Performance Dual Motor AWD 4D 360kW',
'transmission': 'automatic',
'trim': 'Performance Dual Motor AWD 4D 360kW',
'vin': None,
'year': 2021}
2026-03-30 00:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004283auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:24 [ecarstrade.nl] INFO: Saving data for 7004283auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537037.245304, 'last_price_update_time': 1774831764.041727}
2026-03-30 00:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004283auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004255> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:49:25 [ecarstrade.nl] INFO: Extracting details for car 7004255auction111077
2026-03-30 00:49:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: beeabdaa-89ce-5f66-b999-4d61b54c124b with identifier: 7004255auction111077
2026-03-30 00:49:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item beeabdaa-89ce-5f66-b999-4d61b54c124b with scrape type 2
2026-03-30 00:49:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item beeabdaa-89ce-5f66-b999-4d61b54c124b with scrape type 2
2026-03-30 00:49:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: beeabdaa-89ce-5f66-b999-4d61b54c124b, identifier: 7004255auction111077
2026-03-30 00:49:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: beeabdaa-89ce-5f66-b999-4d61b54c124b with identifier: 7004255auction111077
2026-03-30 00:49:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: beeabdaa-89ce-5f66-b999-4d61b54c124b with identifier: 7004255auction111077
2026-03-30 00:49:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: beeabdaa-89ce-5f66-b999-4d61b54c124b with identifier: 7004255auction111077 to the API
2026-03-30 00:49:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004255>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': 'beeabdaa-89ce-5f66-b999-4d61b54c124b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004255',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'EX30',
'odometer': 14430,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-27',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO EX30 200kW Single Motor Plus 5D 200kW',
'transmission': 'automatic',
'trim': 'VOLVO 200kW Single Motor Plus 5D 200kW',
'vin': None,
'year': 2024}
2026-03-30 00:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004255auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:26 [ecarstrade.nl] INFO: Saving data for 7004255auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537007.795795, 'last_price_update_time': 1774831766.498886}
2026-03-30 00:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004255auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004136> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004126> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:26 [ecarstrade.nl] INFO: Extracting details for car 7004136auction111077
2026-03-30 00:49:26 [ecarstrade.nl] INFO: Extracting details for car 7004126auction111077
2026-03-30 00:49:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 462b60c6-bb9d-5d74-8ee7-76fecff031c6 with identifier: 7004136auction111077
2026-03-30 00:49:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 462b60c6-bb9d-5d74-8ee7-76fecff031c6 with scrape type 2
2026-03-30 00:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 462b60c6-bb9d-5d74-8ee7-76fecff031c6 with scrape type 2
2026-03-30 00:49:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 462b60c6-bb9d-5d74-8ee7-76fecff031c6, identifier: 7004136auction111077
2026-03-30 00:49:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9ec87bc-ce16-5d51-9d60-fdc3de1532c4 with identifier: 7004126auction111077
2026-03-30 00:49:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9ec87bc-ce16-5d51-9d60-fdc3de1532c4 with scrape type 2
2026-03-30 00:49:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9ec87bc-ce16-5d51-9d60-fdc3de1532c4 with scrape type 2
2026-03-30 00:49:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b9ec87bc-ce16-5d51-9d60-fdc3de1532c4, identifier: 7004126auction111077
2026-03-30 00:49:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 462b60c6-bb9d-5d74-8ee7-76fecff031c6 with identifier: 7004136auction111077
2026-03-30 00:49:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 462b60c6-bb9d-5d74-8ee7-76fecff031c6 with identifier: 7004136auction111077
2026-03-30 00:49:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 462b60c6-bb9d-5d74-8ee7-76fecff031c6 with identifier: 7004136auction111077 to the API
2026-03-30 00:49:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004136>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '462b60c6-bb9d-5d74-8ee7-76fecff031c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004136',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'C 180',
'odometer': 109545,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-09',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ C-Klasse Limousine C 180 AMG Line 4D 125kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ C-Klasse Limousine AMG Line 4D 125kW',
'vin': None,
'year': 2022}
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004136auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:27 [ecarstrade.nl] INFO: Saving data for 7004136auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537007.267006, 'last_price_update_time': 1774831767.118103}
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004136auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b9ec87bc-ce16-5d51-9d60-fdc3de1532c4 with identifier: 7004126auction111077
2026-03-30 00:49:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b9ec87bc-ce16-5d51-9d60-fdc3de1532c4 with identifier: 7004126auction111077
2026-03-30 00:49:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b9ec87bc-ce16-5d51-9d60-fdc3de1532c4 with identifier: 7004126auction111077 to the API
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004126>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.3L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'b9ec87bc-ce16-5d51-9d60-fdc3de1532c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004126',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 81531,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-20',
'seats_number': 7,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB-Klasse 200 DCT Business Solution AMG 5D 120kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLB-Klasse 200 DCT Business Solution AMG 5D 120kW',
'vin': None,
'year': 2021}
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004126auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:27 [ecarstrade.nl] INFO: Saving data for 7004126auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537006.239761, 'last_price_update_time': 1774831767.417739}
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004126auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004285> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:27 [ecarstrade.nl] INFO: Extracting details for car 7004285auction111077
2026-03-30 00:49:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b8e8150-a31d-52fe-af14-91834ac0f1b2 with identifier: 7004285auction111077
2026-03-30 00:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b8e8150-a31d-52fe-af14-91834ac0f1b2 with scrape type 2
2026-03-30 00:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b8e8150-a31d-52fe-af14-91834ac0f1b2 with scrape type 2
2026-03-30 00:49:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5b8e8150-a31d-52fe-af14-91834ac0f1b2, identifier: 7004285auction111077
2026-03-30 00:49:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5b8e8150-a31d-52fe-af14-91834ac0f1b2 with identifier: 7004285auction111077
2026-03-30 00:49:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5b8e8150-a31d-52fe-af14-91834ac0f1b2 with identifier: 7004285auction111077
2026-03-30 00:49:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5b8e8150-a31d-52fe-af14-91834ac0f1b2 with identifier: 7004285auction111077 to the API
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004285>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.4L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5b8e8150-a31d-52fe-af14-91834ac0f1b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004285',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Superb',
'odometer': 117298,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-15',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Superb Combi 1.4 TSI PHEV DSG Sportline Business 5D 160kW',
'transmission': 'automatic',
'trim': 'SKODA Combi 1.4 TSI PHEV DSG Sportline Business 5D 160kW',
'vin': None,
'year': 2024}
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004285auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:27 [ecarstrade.nl] INFO: Saving data for 7004285auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536973.577671, 'last_price_update_time': 1774831767.910971}
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004285auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004147> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:29 [ecarstrade.nl] INFO: Extracting details for car 7004147auction111077
2026-03-30 00:49:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd33154e-e41d-574f-b2b4-447f0a308df2 with identifier: 7004147auction111077
2026-03-30 00:49:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd33154e-e41d-574f-b2b4-447f0a308df2 with scrape type 2
2026-03-30 00:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd33154e-e41d-574f-b2b4-447f0a308df2 with scrape type 2
2026-03-30 00:49:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cd33154e-e41d-574f-b2b4-447f0a308df2, identifier: 7004147auction111077
2026-03-30 00:49:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cd33154e-e41d-574f-b2b4-447f0a308df2 with identifier: 7004147auction111077
2026-03-30 00:49:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cd33154e-e41d-574f-b2b4-447f0a308df2 with identifier: 7004147auction111077
2026-03-30 00:49:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cd33154e-e41d-574f-b2b4-447f0a308df2 with identifier: 7004147auction111077 to the API
2026-03-30 00:49:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004147>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cd33154e-e41d-574f-b2b4-447f0a308df2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004147',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Land Rover',
'model': 'Discovery Sport',
'odometer': 131895,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-24',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT P300e PHEV AWD R-Dynamic SE auto 5D '
'227kW',
'transmission': 'automatic',
'trim': 'LAND ROVER DISCOVERY SPORT P300e PHEV AWD R-Dynamic SE auto 5D 227kW',
'vin': None,
'year': 2021}
2026-03-30 00:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004147auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:30 [ecarstrade.nl] INFO: Saving data for 7004147auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537008.243014, 'last_price_update_time': 1774831770.559763}
2026-03-30 00:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004147auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004124> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:30 [ecarstrade.nl] INFO: Extracting details for car 7004124auction111077
2026-03-30 00:49:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 014c5c3d-5ffa-5714-bee5-03ac66a1efc9 with identifier: 7004124auction111077
2026-03-30 00:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 014c5c3d-5ffa-5714-bee5-03ac66a1efc9 with scrape type 2
2026-03-30 00:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 014c5c3d-5ffa-5714-bee5-03ac66a1efc9 with scrape type 2
2026-03-30 00:49:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 014c5c3d-5ffa-5714-bee5-03ac66a1efc9, identifier: 7004124auction111077
2026-03-30 00:49:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 014c5c3d-5ffa-5714-bee5-03ac66a1efc9 with identifier: 7004124auction111077
2026-03-30 00:49:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 014c5c3d-5ffa-5714-bee5-03ac66a1efc9 with identifier: 7004124auction111077
2026-03-30 00:49:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 014c5c3d-5ffa-5714-bee5-03ac66a1efc9 with identifier: 7004124auction111077 to the API
2026-03-30 00:49:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004124>
{'auction_title': '',
'c_o_2_emission_value': 51,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '014c5c3d-5ffa-5714-bee5-03ac66a1efc9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004124',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 146690,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLC GLC 300e 4MATIC Business Solution AMG 5D 235kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLC e 4MATIC Business Solution AMG 5D 235kW',
'vin': None,
'year': 2021}
2026-03-30 00:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004124auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:31 [ecarstrade.nl] INFO: Saving data for 7004124auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537006.591044, 'last_price_update_time': 1774831771.162063}
2026-03-30 00:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004124auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004282> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:49:32 [ecarstrade.nl] INFO: Extracting details for car 7004282auction111077
2026-03-30 00:49:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d3e650b-5783-5906-b84d-a3ddccaa0002 with identifier: 7004282auction111077
2026-03-30 00:49:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d3e650b-5783-5906-b84d-a3ddccaa0002 with scrape type 2
2026-03-30 00:49:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d3e650b-5783-5906-b84d-a3ddccaa0002 with scrape type 2
2026-03-30 00:49:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3d3e650b-5783-5906-b84d-a3ddccaa0002, identifier: 7004282auction111077
2026-03-30 00:49:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3d3e650b-5783-5906-b84d-a3ddccaa0002 with identifier: 7004282auction111077
2026-03-30 00:49:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3d3e650b-5783-5906-b84d-a3ddccaa0002 with identifier: 7004282auction111077
2026-03-30 00:49:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3d3e650b-5783-5906-b84d-a3ddccaa0002 with identifier: 7004282auction111077 to the API
2026-03-30 00:49:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004282>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '3d3e650b-5783-5906-b84d-a3ddccaa0002',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004282',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 96872,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-14',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Standard Range Plus RWD 4D 225kW',
'transmission': 'automatic',
'trim': 'Standard Range Plus RWD 4D 225kW',
'vin': None,
'year': 2021}
2026-03-30 00:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004282auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:33 [ecarstrade.nl] INFO: Saving data for 7004282auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537194.086428, 'last_price_update_time': 1774831773.138696}
2026-03-30 00:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004282auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004261> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:33 [ecarstrade.nl] INFO: Extracting details for car 7004261auction111077
2026-03-30 00:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d248173-fade-57c5-8f2f-cb4104449290 with identifier: 7004261auction111077
2026-03-30 00:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d248173-fade-57c5-8f2f-cb4104449290 with scrape type 2
2026-03-30 00:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d248173-fade-57c5-8f2f-cb4104449290 with scrape type 2
2026-03-30 00:49:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6d248173-fade-57c5-8f2f-cb4104449290, identifier: 7004261auction111077
2026-03-30 00:49:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6d248173-fade-57c5-8f2f-cb4104449290 with identifier: 7004261auction111077
2026-03-30 00:49:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6d248173-fade-57c5-8f2f-cb4104449290 with identifier: 7004261auction111077
2026-03-30 00:49:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6d248173-fade-57c5-8f2f-cb4104449290 with identifier: 7004261auction111077 to the API
2026-03-30 00:49:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004261>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '6d248173-fade-57c5-8f2f-cb4104449290',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004261',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 70465,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-24',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 77kWh 1ST Max 5D 150kW',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 77kWh 1ST Max 5D 150kW',
'vin': None,
'year': 2020}
2026-03-30 00:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004261auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:33 [ecarstrade.nl] INFO: Saving data for 7004261auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537193.064617, 'last_price_update_time': 1774831773.676309}
2026-03-30 00:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004261auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004290> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:34 [ecarstrade.nl] INFO: Extracting details for car 7004290auction111077
2026-03-30 00:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebf54603-0853-58ca-98bc-fb3e15d742fe with identifier: 7004290auction111077
2026-03-30 00:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebf54603-0853-58ca-98bc-fb3e15d742fe with scrape type 2
2026-03-30 00:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebf54603-0853-58ca-98bc-fb3e15d742fe with scrape type 2
2026-03-30 00:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ebf54603-0853-58ca-98bc-fb3e15d742fe, identifier: 7004290auction111077
2026-03-30 00:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ebf54603-0853-58ca-98bc-fb3e15d742fe with identifier: 7004290auction111077
2026-03-30 00:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ebf54603-0853-58ca-98bc-fb3e15d742fe with identifier: 7004290auction111077
2026-03-30 00:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ebf54603-0853-58ca-98bc-fb3e15d742fe with identifier: 7004290auction111077 to the API
2026-03-30 00:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004290>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': 'ebf54603-0853-58ca-98bc-fb3e15d742fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004290',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 99805,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Enyaq iV 80 5D 150kW',
'transmission': 'automatic',
'trim': 'SKODA iV 80 5D 150kW',
'vin': None,
'year': 2021}
2026-03-30 00:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004290auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:34 [ecarstrade.nl] INFO: Saving data for 7004290auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536974.736448, 'last_price_update_time': 1774831774.501315}
2026-03-30 00:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004290auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004263> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:36 [ecarstrade.nl] INFO: Extracting details for car 7004263auction111077
2026-03-30 00:49:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83a71da8-adfb-52bc-8fd0-2fd761271d06 with identifier: 7004263auction111077
2026-03-30 00:49:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83a71da8-adfb-52bc-8fd0-2fd761271d06 with scrape type 2
2026-03-30 00:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83a71da8-adfb-52bc-8fd0-2fd761271d06 with scrape type 2
2026-03-30 00:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 83a71da8-adfb-52bc-8fd0-2fd761271d06, identifier: 7004263auction111077
2026-03-30 00:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 83a71da8-adfb-52bc-8fd0-2fd761271d06 with identifier: 7004263auction111077
2026-03-30 00:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 83a71da8-adfb-52bc-8fd0-2fd761271d06 with identifier: 7004263auction111077
2026-03-30 00:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 83a71da8-adfb-52bc-8fd0-2fd761271d06 with identifier: 7004263auction111077 to the API
2026-03-30 00:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004263>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '83a71da8-adfb-52bc-8fd0-2fd761271d06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004263',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 94325,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-04',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 77kWh 1ST Auto 5D 150kW',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 77kWh 1ST Auto 5D 150kW',
'vin': None,
'year': 2021}
2026-03-30 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004263auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:36 [ecarstrade.nl] INFO: Saving data for 7004263auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537190.458689, 'last_price_update_time': 1774831776.727886}
2026-03-30 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004263auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004127> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:37 [ecarstrade.nl] INFO: Extracting details for car 7004127auction111077
2026-03-30 00:49:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d685754a-3293-5e4b-9e10-a2eada3fb5d8 with identifier: 7004127auction111077
2026-03-30 00:49:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d685754a-3293-5e4b-9e10-a2eada3fb5d8 with scrape type 2
2026-03-30 00:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d685754a-3293-5e4b-9e10-a2eada3fb5d8 with scrape type 2
2026-03-30 00:49:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d685754a-3293-5e4b-9e10-a2eada3fb5d8, identifier: 7004127auction111077
2026-03-30 00:49:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d685754a-3293-5e4b-9e10-a2eada3fb5d8 with identifier: 7004127auction111077
2026-03-30 00:49:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d685754a-3293-5e4b-9e10-a2eada3fb5d8 with identifier: 7004127auction111077
2026-03-30 00:49:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d685754a-3293-5e4b-9e10-a2eada3fb5d8 with identifier: 7004127auction111077 to the API
2026-03-30 00:49:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004127>
{'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-31T08:25:00Z',
'fuel_type': 'Electric',
'id': 'd685754a-3293-5e4b-9e10-a2eada3fb5d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004127',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'EQC',
'odometer': 193068,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-13',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQC EQC 400 4MATIC 5D 300kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ 400 4MATIC 5D 300kW',
'vin': None,
'year': 2020}
2026-03-30 00:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004127auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:38 [ecarstrade.nl] INFO: Saving data for 7004127auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536974.371657, 'last_price_update_time': 1774831778.148793}
2026-03-30 00:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004127auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004133> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:38 [ecarstrade.nl] INFO: Extracting details for car 7004133auction111077
2026-03-30 00:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e22f8a4f-74be-555f-9dac-71c110e0ac7b with identifier: 7004133auction111077
2026-03-30 00:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e22f8a4f-74be-555f-9dac-71c110e0ac7b with scrape type 2
2026-03-30 00:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e22f8a4f-74be-555f-9dac-71c110e0ac7b with scrape type 2
2026-03-30 00:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e22f8a4f-74be-555f-9dac-71c110e0ac7b, identifier: 7004133auction111077
2026-03-30 00:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e22f8a4f-74be-555f-9dac-71c110e0ac7b with identifier: 7004133auction111077
2026-03-30 00:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e22f8a4f-74be-555f-9dac-71c110e0ac7b with identifier: 7004133auction111077
2026-03-30 00:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e22f8a4f-74be-555f-9dac-71c110e0ac7b with identifier: 7004133auction111077 to the API
2026-03-30 00:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004133>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.3L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e22f8a4f-74be-555f-9dac-71c110e0ac7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004133',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 85703,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-26',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA CLA 250 e DCT Bus. Sol. Luxury Limited 4D 160kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA e DCT Bus. Sol. Luxury Limited 4D 160kW',
'vin': None,
'year': 2021}
2026-03-30 00:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004133auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:38 [ecarstrade.nl] INFO: Saving data for 7004133auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536985.986116, 'last_price_update_time': 1774831778.632586}
2026-03-30 00:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004133auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004135> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:49:39 [ecarstrade.nl] INFO: Extracting details for car 7004135auction111077
2026-03-30 00:49:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 892a58f3-5563-51bb-8540-daf017249345 with identifier: 7004135auction111077
2026-03-30 00:49:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 892a58f3-5563-51bb-8540-daf017249345 with scrape type 2
2026-03-30 00:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 892a58f3-5563-51bb-8540-daf017249345 with scrape type 2
2026-03-30 00:49:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 892a58f3-5563-51bb-8540-daf017249345, identifier: 7004135auction111077
2026-03-30 00:49:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 892a58f3-5563-51bb-8540-daf017249345 with identifier: 7004135auction111077
2026-03-30 00:49:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 892a58f3-5563-51bb-8540-daf017249345 with identifier: 7004135auction111077
2026-03-30 00:49:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 892a58f3-5563-51bb-8540-daf017249345 with identifier: 7004135auction111077 to the API
2026-03-30 00:49:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004135>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.3L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '892a58f3-5563-51bb-8540-daf017249345',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004135',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 86377,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA CLA 180 DCT AMG Line 4D 100kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA DCT AMG Line 4D 100kW',
'vin': None,
'year': 2023}
2026-03-30 00:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004135auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:39 [ecarstrade.nl] INFO: Saving data for 7004135auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536993.824014, 'last_price_update_time': 1774831779.993135}
2026-03-30 00:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004135auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004139> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:40 [ecarstrade.nl] INFO: Extracting details for car 7004139auction111077
2026-03-30 00:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 558bf5dc-0b30-5f52-bb42-7240ea099fa5 with identifier: 7004139auction111077
2026-03-30 00:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 558bf5dc-0b30-5f52-bb42-7240ea099fa5 with scrape type 2
2026-03-30 00:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 558bf5dc-0b30-5f52-bb42-7240ea099fa5 with scrape type 2
2026-03-30 00:49:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 558bf5dc-0b30-5f52-bb42-7240ea099fa5, identifier: 7004139auction111077
2026-03-30 00:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 558bf5dc-0b30-5f52-bb42-7240ea099fa5 with identifier: 7004139auction111077
2026-03-30 00:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 558bf5dc-0b30-5f52-bb42-7240ea099fa5 with identifier: 7004139auction111077
2026-03-30 00:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 558bf5dc-0b30-5f52-bb42-7240ea099fa5 with identifier: 7004139auction111077 to the API
2026-03-30 00:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49: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-30 00:49:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004139>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO Onbekend',
'engine': '1.3L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '558bf5dc-0b30-5f52-bb42-7240ea099fa5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004139',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 92255,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-Klasse Limousine A 250 e 8G-DCT Business Sol AMG '
'Limited 4D 160kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-Klasse Limousine e 8G-DCT Business Sol AMG Limited '
'4D 160kW',
'vin': None,
'year': 2022}
2026-03-30 00:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004139auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:40 [ecarstrade.nl] INFO: Saving data for 7004139auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536987.95289, 'last_price_update_time': 1774831780.476788}
2026-03-30 00:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004139auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004253> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:41 [ecarstrade.nl] INFO: Extracting details for car 7004253auction111077
2026-03-30 00:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5bd1508-16f2-57aa-84fa-30e7f3a616b6 with identifier: 7004253auction111077
2026-03-30 00:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5bd1508-16f2-57aa-84fa-30e7f3a616b6 with scrape type 2
2026-03-30 00:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5bd1508-16f2-57aa-84fa-30e7f3a616b6 with scrape type 2
2026-03-30 00:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d5bd1508-16f2-57aa-84fa-30e7f3a616b6, identifier: 7004253auction111077
2026-03-30 00:49:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d5bd1508-16f2-57aa-84fa-30e7f3a616b6 with identifier: 7004253auction111077
2026-03-30 00:49:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d5bd1508-16f2-57aa-84fa-30e7f3a616b6 with identifier: 7004253auction111077
2026-03-30 00:49:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d5bd1508-16f2-57aa-84fa-30e7f3a616b6 with identifier: 7004253auction111077 to the API
2026-03-30 00:49:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004253>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd5bd1508-16f2-57aa-84fa-30e7f3a616b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004253',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'XC40',
'odometer': 112500,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 T5 Plug-in hybrid Ultimate - Dark 5D 192kW',
'transmission': 'automatic',
'trim': 'VOLVO T5 Plug-in hybrid Ultimate - Dark 5D 192kW',
'vin': None,
'year': 2022}
2026-03-30 00:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004253auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:41 [ecarstrade.nl] INFO: Saving data for 7004253auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536991.96906, 'last_price_update_time': 1774831781.420009}
2026-03-30 00:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004253auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004260> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:42 [ecarstrade.nl] INFO: Extracting details for car 7004260auction111077
2026-03-30 00:49:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cd3f885-7f54-5169-8823-e4209507e4b2 with identifier: 7004260auction111077
2026-03-30 00:49:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cd3f885-7f54-5169-8823-e4209507e4b2 with scrape type 2
2026-03-30 00:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cd3f885-7f54-5169-8823-e4209507e4b2 with scrape type 2
2026-03-30 00:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3cd3f885-7f54-5169-8823-e4209507e4b2, identifier: 7004260auction111077
2026-03-30 00:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3cd3f885-7f54-5169-8823-e4209507e4b2 with identifier: 7004260auction111077
2026-03-30 00:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3cd3f885-7f54-5169-8823-e4209507e4b2 with identifier: 7004260auction111077
2026-03-30 00:49:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3cd3f885-7f54-5169-8823-e4209507e4b2 with identifier: 7004260auction111077 to the API
2026-03-30 00:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004260>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '3cd3f885-7f54-5169-8823-e4209507e4b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004260',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.5',
'odometer': 70658,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.5 BEV 77 kWh 150 kW Pro auto 5D Athlon Edition',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN BEV 77 kWh 150 kW Pro auto 5D Athlon Edition',
'vin': None,
'year': 2022}
2026-03-30 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004260auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:43 [ecarstrade.nl] INFO: Saving data for 7004260auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536992.971572, 'last_price_update_time': 1774831783.258648}
2026-03-30 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004260auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004155> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:43 [ecarstrade.nl] INFO: Extracting details for car 7004155auction111077
2026-03-30 00:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e941bbf9-0e36-54fe-b61f-11e86ff31922 with identifier: 7004155auction111077
2026-03-30 00:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e941bbf9-0e36-54fe-b61f-11e86ff31922 with scrape type 2
2026-03-30 00:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e941bbf9-0e36-54fe-b61f-11e86ff31922 with scrape type 2
2026-03-30 00:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e941bbf9-0e36-54fe-b61f-11e86ff31922, identifier: 7004155auction111077
2026-03-30 00:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e941bbf9-0e36-54fe-b61f-11e86ff31922 with identifier: 7004155auction111077
2026-03-30 00:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e941bbf9-0e36-54fe-b61f-11e86ff31922 with identifier: 7004155auction111077
2026-03-30 00:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e941bbf9-0e36-54fe-b61f-11e86ff31922 with identifier: 7004155auction111077 to the API
2026-03-30 00:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004155>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': 'e941bbf9-0e36-54fe-b61f-11e86ff31922',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004155',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'EV6',
'odometer': 93488,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-30',
'seats_number': 5,
'seller_name': None,
'title': 'KIA EV6 77.4kWh Plus Advanced RWD 5D 168kW',
'transmission': 'automatic',
'trim': 'KIA 77.4kWh Plus Advanced RWD 5D 168kW',
'vin': None,
'year': 2022}
2026-03-30 00:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004155auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:44 [ecarstrade.nl] INFO: Saving data for 7004155auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536995.132801, 'last_price_update_time': 1774831784.747243}
2026-03-30 00:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004155auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005197> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:44 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:49:44 [ecarstrade.nl] INFO: Found listing with ID: 7004315auction111077
2026-03-30 00:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004315auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:44 [ecarstrade.nl] INFO: Scrape type for 7004315auction111077: 2
2026-03-30 00:49:44 [ecarstrade.nl] INFO: Extracting details for car 7005197auction111084
2026-03-30 00:49:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:44 [ecarstrade.nl] INFO: Found listing with ID: 7004251auction111077
2026-03-30 00:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004251auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:44 [ecarstrade.nl] INFO: Scrape type for 7004251auction111077: 2
2026-03-30 00:49:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9de09384-b204-59dd-9270-6aeb6c73b570 with identifier: 7005197auction111084
2026-03-30 00:49:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9de09384-b204-59dd-9270-6aeb6c73b570 with scrape type 2
2026-03-30 00:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9de09384-b204-59dd-9270-6aeb6c73b570 with scrape type 2
2026-03-30 00:49:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9de09384-b204-59dd-9270-6aeb6c73b570, identifier: 7005197auction111084
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004252auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004252auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004252auction111077: 2
2026-03-30 00:49:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9de09384-b204-59dd-9270-6aeb6c73b570 with identifier: 7005197auction111084
2026-03-30 00:49:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9de09384-b204-59dd-9270-6aeb6c73b570 with identifier: 7005197auction111084
2026-03-30 00:49:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9de09384-b204-59dd-9270-6aeb6c73b570 with identifier: 7005197auction111084 to the API
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005197>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': '9de09384-b204-59dd-9270-6aeb6c73b570',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005197',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 67438,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-30',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EBH ST L. XBns',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EBH ST L. XBns',
'vin': None,
'year': 2021}
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005197auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Saving data for 7005197auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536993.394715, 'last_price_update_time': 1774831785.365869}
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005197auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004250auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004250auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004250auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004163auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004163auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004163auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004114auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004114auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004114auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004141auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004141auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004141auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004262auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004262auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004262auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004314auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004314auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004314auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004265auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004265auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004265auction111077: 0
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004313auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004313auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004313auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004117auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004117auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004117auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004161auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004161auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004161auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004154auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004154auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004154auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004264auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004264auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004264auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004177auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004177auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004177auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004195auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004195auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004195auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004266auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004266auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004266auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004189auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004189auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004189auction111077: 2
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7004130auction111077
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004130auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Scrape type for 7004130auction111077: 2
2026-03-30 00:49:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004128> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:45 [ecarstrade.nl] INFO: Extracting details for car 7004128auction111077
2026-03-30 00:49:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4636158-7635-5d60-94ff-0882ab10c802 with identifier: 7004128auction111077
2026-03-30 00:49:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4636158-7635-5d60-94ff-0882ab10c802 with scrape type 2
2026-03-30 00:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4636158-7635-5d60-94ff-0882ab10c802 with scrape type 2
2026-03-30 00:49:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f4636158-7635-5d60-94ff-0882ab10c802, identifier: 7004128auction111077
2026-03-30 00:49:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f4636158-7635-5d60-94ff-0882ab10c802 with identifier: 7004128auction111077
2026-03-30 00:49:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f4636158-7635-5d60-94ff-0882ab10c802 with identifier: 7004128auction111077
2026-03-30 00:49:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f4636158-7635-5d60-94ff-0882ab10c802 with identifier: 7004128auction111077 to the API
2026-03-30 00:49:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49: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-30 00:49:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004128>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': 'f4636158-7635-5d60-94ff-0882ab10c802',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004128',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'EQB',
'odometer': 23268,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQB EQB 250 Business Line auto 5D 140kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ 250 Business Line auto 5D 140kW',
'vin': None,
'year': 2023}
2026-03-30 00:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004128auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:46 [ecarstrade.nl] INFO: Saving data for 7004128auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537005.623865, 'last_price_update_time': 1774831786.333121}
2026-03-30 00:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004128auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004138> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004123> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:46 [ecarstrade.nl] INFO: Extracting details for car 7004138auction111077
2026-03-30 00:49:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff572c2-797c-5086-8adf-c4bd600804df with identifier: 7004138auction111077
2026-03-30 00:49:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff572c2-797c-5086-8adf-c4bd600804df with scrape type 2
2026-03-30 00:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ff572c2-797c-5086-8adf-c4bd600804df with scrape type 2
2026-03-30 00:49:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5ff572c2-797c-5086-8adf-c4bd600804df, identifier: 7004138auction111077
2026-03-30 00:49:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5ff572c2-797c-5086-8adf-c4bd600804df with identifier: 7004138auction111077
2026-03-30 00:49:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5ff572c2-797c-5086-8adf-c4bd600804df with identifier: 7004138auction111077
2026-03-30 00:49:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5ff572c2-797c-5086-8adf-c4bd600804df with identifier: 7004138auction111077 to the API
2026-03-30 00:49:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49: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-30 00:49:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004138>
{'auction_title': '',
'c_o_2_emission_value': 13,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5ff572c2-797c-5086-8adf-c4bd600804df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004138',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'C 300',
'odometer': 62440,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-23',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ C-klasse Estate C 300 e Luxury Line 5D 230kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ C-klasse Estate e Luxury Line 5D 230kW',
'vin': None,
'year': 2023}
2026-03-30 00:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004138auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:47 [ecarstrade.nl] INFO: Saving data for 7004138auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537009.441264, 'last_price_update_time': 1774831787.344775}
2026-03-30 00:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004138auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:47 [ecarstrade.nl] INFO: Extracting details for car 7004123auction111077
2026-03-30 00:49:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc1cdba2-8e20-5670-975d-da6e0077e99c with identifier: 7004123auction111077
2026-03-30 00:49:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc1cdba2-8e20-5670-975d-da6e0077e99c with scrape type 2
2026-03-30 00:49:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc1cdba2-8e20-5670-975d-da6e0077e99c with scrape type 2
2026-03-30 00:49:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cc1cdba2-8e20-5670-975d-da6e0077e99c, identifier: 7004123auction111077
2026-03-30 00:49:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cc1cdba2-8e20-5670-975d-da6e0077e99c with identifier: 7004123auction111077
2026-03-30 00:49:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:49:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cc1cdba2-8e20-5670-975d-da6e0077e99c with identifier: 7004123auction111077
2026-03-30 00:49:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cc1cdba2-8e20-5670-975d-da6e0077e99c with identifier: 7004123auction111077 to the API
2026-03-30 00:49:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49: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-30 00:49:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004123>
{'auction_title': '',
'c_o_2_emission_value': 18,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.9L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'cc1cdba2-8e20-5670-975d-da6e0077e99c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004123',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 187001,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLE GLE 350 de 4MATIC 5D 235kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLE de 4MATIC 5D 235kW',
'vin': None,
'year': 2023}
2026-03-30 00:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004123auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:48 [ecarstrade.nl] INFO: Saving data for 7004123auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537010.314739, 'last_price_update_time': 1774831788.249518}
2026-03-30 00:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004123auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005171> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:49 [ecarstrade.nl] INFO: Extracting details for car 7005171auction111084
2026-03-30 00:49:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0858645-cf53-523d-9cde-90fcf0534c51 with identifier: 7005171auction111084
2026-03-30 00:49:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0858645-cf53-523d-9cde-90fcf0534c51 with scrape type 2
2026-03-30 00:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0858645-cf53-523d-9cde-90fcf0534c51 with scrape type 2
2026-03-30 00:49:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e0858645-cf53-523d-9cde-90fcf0534c51, identifier: 7005171auction111084
2026-03-30 00:49:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e0858645-cf53-523d-9cde-90fcf0534c51 with identifier: 7005171auction111084
2026-03-30 00:49:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e0858645-cf53-523d-9cde-90fcf0534c51 with identifier: 7005171auction111084
2026-03-30 00:49:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e0858645-cf53-523d-9cde-90fcf0534c51 with identifier: 7005171auction111084 to the API
2026-03-30 00:49:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49: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-30 00:49:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005171>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'e0858645-cf53-523d-9cde-90fcf0534c51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005171',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Captur',
'odometer': 152527,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur 1.0 TCe Zen',
'transmission': 'manual',
'trim': 'RENAULT 1.0 TCe Zen',
'vin': None,
'year': 2021}
2026-03-30 00:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005171auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:49 [ecarstrade.nl] INFO: Saving data for 7005171auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774537041.926015, 'last_price_update_time': 1774831789.46974}
2026-03-30 00:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005171auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005173> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:50 [ecarstrade.nl] INFO: Extracting details for car 7005173auction111084
2026-03-30 00:49:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70c8e7ab-4c80-5f52-bd81-51c48a5e857b with identifier: 7005173auction111084
2026-03-30 00:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70c8e7ab-4c80-5f52-bd81-51c48a5e857b with scrape type 2
2026-03-30 00:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70c8e7ab-4c80-5f52-bd81-51c48a5e857b with scrape type 2
2026-03-30 00:49:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 70c8e7ab-4c80-5f52-bd81-51c48a5e857b, identifier: 7005173auction111084
2026-03-30 00:49:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 70c8e7ab-4c80-5f52-bd81-51c48a5e857b with identifier: 7005173auction111084
2026-03-30 00:49:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 70c8e7ab-4c80-5f52-bd81-51c48a5e857b with identifier: 7005173auction111084
2026-03-30 00:49:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 70c8e7ab-4c80-5f52-bd81-51c48a5e857b with identifier: 7005173auction111084 to the API
2026-03-30 00:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005173>
{'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': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': '70c8e7ab-4c80-5f52-bd81-51c48a5e857b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005173',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 67042,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PureTech Allure',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PureTech Allure',
'vin': None,
'year': 2022}
2026-03-30 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005173auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:50 [ecarstrade.nl] INFO: Saving data for 7005173auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536994.441271, 'last_price_update_time': 1774831790.468201}
2026-03-30 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005173auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005198> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:51 [ecarstrade.nl] INFO: Extracting details for car 7005198auction111084
2026-03-30 00:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd with identifier: 7005198auction111084
2026-03-30 00:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd with scrape type 2
2026-03-30 00:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd with scrape type 2
2026-03-30 00:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd, identifier: 7005198auction111084
2026-03-30 00:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd with identifier: 7005198auction111084
2026-03-30 00:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd with identifier: 7005198auction111084
2026-03-30 00:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd with identifier: 7005198auction111084 to the API
2026-03-30 00:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005198>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': '0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005198',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 114272,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-09',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EBH ST L. XBns',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EBH ST L. XBns',
'vin': None,
'year': 2021}
2026-03-30 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005198auction111084%27 HTTP/1.1" 200 None
2026-03-30 00:49:51 [ecarstrade.nl] INFO: Saving data for 7005198auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774537035.926449, 'last_price_update_time': 1774831791.398445}
2026-03-30 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005198auction111084') HTTP/1.1" 204 0
2026-03-30 00:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004315> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:51 [ecarstrade.nl] INFO: Extracting details for car 7004315auction111077
2026-03-30 00:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7dd0183-bedb-5c57-9e6d-d40fddea8fcb with identifier: 7004315auction111077
2026-03-30 00:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7dd0183-bedb-5c57-9e6d-d40fddea8fcb with scrape type 2
2026-03-30 00:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7dd0183-bedb-5c57-9e6d-d40fddea8fcb with scrape type 2
2026-03-30 00:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d7dd0183-bedb-5c57-9e6d-d40fddea8fcb, identifier: 7004315auction111077
2026-03-30 00:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d7dd0183-bedb-5c57-9e6d-d40fddea8fcb with identifier: 7004315auction111077
2026-03-30 00:49:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d7dd0183-bedb-5c57-9e6d-d40fddea8fcb with identifier: 7004315auction111077
2026-03-30 00:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d7dd0183-bedb-5c57-9e6d-d40fddea8fcb with identifier: 7004315auction111077 to the API
2026-03-30 00:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004315>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': 'd7dd0183-bedb-5c57-9e6d-d40fddea8fcb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004315',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Polestar',
'model': '2',
'odometer': 77250,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'Polestar Polestar 2 64kWh Single Motor Standard Range 5D 165kW',
'transmission': 'automatic',
'trim': '64kWh Single Motor Standard Range 5D 165kW',
'vin': None,
'year': 2022}
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004315auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Saving data for 7004315auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537193.556661, 'last_price_update_time': 1774831792.47393}
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004315auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004119auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004119auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004119auction111077: 2
2026-03-30 00:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004251> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004157auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004157auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004157auction111077: 2
2026-03-30 00:49:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004182auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004182auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004182auction111077: 2
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004323auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004323auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004323auction111077: 2
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004110auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004110auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004110auction111077: 0
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004115auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004115auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004115auction111077: 0
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004149auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004149auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004149auction111077: 0
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004258auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004258auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004258auction111077: 0
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004122auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004122auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004122auction111077: 0
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004318auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004318auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004318auction111077: 0
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004287auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004287auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004287auction111077: 0
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004288auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004288auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004288auction111077: 0
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004297auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004297auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004297auction111077: 0
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004257auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004257auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004257auction111077: 0
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004259auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004259auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004259auction111077: 2
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Extracting details for car 7004251auction111077
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004299auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004299auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004299auction111077: 2
2026-03-30 00:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 478f3ec1-2d06-546d-a582-f0bf8dc3e4c4 with identifier: 7004251auction111077
2026-03-30 00:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 478f3ec1-2d06-546d-a582-f0bf8dc3e4c4 with scrape type 2
2026-03-30 00:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 478f3ec1-2d06-546d-a582-f0bf8dc3e4c4 with scrape type 2
2026-03-30 00:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 478f3ec1-2d06-546d-a582-f0bf8dc3e4c4, identifier: 7004251auction111077
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004324auction111077
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004324auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:52 [ecarstrade.nl] INFO: Scrape type for 7004324auction111077: 2
2026-03-30 00:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 478f3ec1-2d06-546d-a582-f0bf8dc3e4c4 with identifier: 7004251auction111077
2026-03-30 00:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 478f3ec1-2d06-546d-a582-f0bf8dc3e4c4 with identifier: 7004251auction111077
2026-03-30 00:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 478f3ec1-2d06-546d-a582-f0bf8dc3e4c4 with identifier: 7004251auction111077 to the API
2026-03-30 00:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004251>
{'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-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '478f3ec1-2d06-546d-a582-f0bf8dc3e4c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004251',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'XC40',
'odometer': 105318,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 Recharge P8 AWD R-Design 5D 300kW',
'transmission': 'automatic',
'trim': 'VOLVO Recharge P8 AWD R-Design 5D 300kW',
'vin': None,
'year': 2020}
2026-03-30 00:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004251auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:53 [ecarstrade.nl] INFO: Saving data for 7004251auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537189.818123, 'last_price_update_time': 1774831793.207074}
2026-03-30 00:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004251auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:53 [ecarstrade.nl] INFO: Found listing with ID: 7004291auction111077
2026-03-30 00:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004291auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:53 [ecarstrade.nl] INFO: Scrape type for 7004291auction111077: 2
2026-03-30 00:49:53 [ecarstrade.nl] INFO: Found listing with ID: 7004292auction111077
2026-03-30 00:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004292auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:53 [ecarstrade.nl] INFO: Scrape type for 7004292auction111077: 2
2026-03-30 00:49:53 [ecarstrade.nl] INFO: Found listing with ID: 7004116auction111077
2026-03-30 00:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004116auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:53 [ecarstrade.nl] INFO: Scrape type for 7004116auction111077: 2
2026-03-30 00:49:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004252> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:53 [ecarstrade.nl] INFO: Extracting details for car 7004252auction111077
2026-03-30 00:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c2787d0-81d3-58fa-a10e-07fbc0ef6f26 with identifier: 7004252auction111077
2026-03-30 00:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c2787d0-81d3-58fa-a10e-07fbc0ef6f26 with scrape type 2
2026-03-30 00:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c2787d0-81d3-58fa-a10e-07fbc0ef6f26 with scrape type 2
2026-03-30 00:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8c2787d0-81d3-58fa-a10e-07fbc0ef6f26, identifier: 7004252auction111077
2026-03-30 00:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8c2787d0-81d3-58fa-a10e-07fbc0ef6f26 with identifier: 7004252auction111077
2026-03-30 00:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8c2787d0-81d3-58fa-a10e-07fbc0ef6f26 with identifier: 7004252auction111077
2026-03-30 00:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8c2787d0-81d3-58fa-a10e-07fbc0ef6f26 with identifier: 7004252auction111077 to the API
2026-03-30 00:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004252>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8c2787d0-81d3-58fa-a10e-07fbc0ef6f26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004252',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'XC40',
'odometer': 119016,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 Recharge P8 AWD R-Design 5D 300kW',
'transmission': 'automatic',
'trim': 'VOLVO Recharge P8 AWD R-Design 5D 300kW',
'vin': None,
'year': 2020}
2026-03-30 00:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004252auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:54 [ecarstrade.nl] INFO: Saving data for 7004252auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537034.497476, 'last_price_update_time': 1774831794.160211}
2026-03-30 00:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004252auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004163> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:55 [ecarstrade.nl] INFO: Extracting details for car 7004163auction111077
2026-03-30 00:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26685d4a-c2a9-5003-bc6e-c3a7089d5d40 with identifier: 7004163auction111077
2026-03-30 00:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26685d4a-c2a9-5003-bc6e-c3a7089d5d40 with scrape type 2
2026-03-30 00:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26685d4a-c2a9-5003-bc6e-c3a7089d5d40 with scrape type 2
2026-03-30 00:49:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 26685d4a-c2a9-5003-bc6e-c3a7089d5d40, identifier: 7004163auction111077
2026-03-30 00:49:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 26685d4a-c2a9-5003-bc6e-c3a7089d5d40 with identifier: 7004163auction111077
2026-03-30 00:49:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 26685d4a-c2a9-5003-bc6e-c3a7089d5d40 with identifier: 7004163auction111077
2026-03-30 00:49:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 26685d4a-c2a9-5003-bc6e-c3a7089d5d40 with identifier: 7004163auction111077 to the API
2026-03-30 00:49:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004163>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '26685d4a-c2a9-5003-bc6e-c3a7089d5d40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004163',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'IONIQ 5',
'odometer': 178449,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI IONIQ 5 77,4kWh Style auto 5D 160kW',
'transmission': 'automatic',
'trim': 'HYUNDAI 77,4kWh Style auto 5D 160kW',
'vin': None,
'year': 2022}
2026-03-30 00:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004163auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:55 [ecarstrade.nl] INFO: Saving data for 7004163auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537033.647158, 'last_price_update_time': 1774831795.981251}
2026-03-30 00:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004163auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004314> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:58 [ecarstrade.nl] INFO: Extracting details for car 7004314auction111077
2026-03-30 00:49:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 102804f7-eebe-5ec5-a3c1-e2fde7c27a19 with identifier: 7004314auction111077
2026-03-30 00:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 102804f7-eebe-5ec5-a3c1-e2fde7c27a19 with scrape type 2
2026-03-30 00:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 102804f7-eebe-5ec5-a3c1-e2fde7c27a19 with scrape type 2
2026-03-30 00:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 102804f7-eebe-5ec5-a3c1-e2fde7c27a19, identifier: 7004314auction111077
2026-03-30 00:49:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 102804f7-eebe-5ec5-a3c1-e2fde7c27a19 with identifier: 7004314auction111077
2026-03-30 00:49:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 102804f7-eebe-5ec5-a3c1-e2fde7c27a19 with identifier: 7004314auction111077
2026-03-30 00:49:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 102804f7-eebe-5ec5-a3c1-e2fde7c27a19 with identifier: 7004314auction111077 to the API
2026-03-30 00:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004314>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '102804f7-eebe-5ec5-a3c1-e2fde7c27a19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004314',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Polestar',
'model': '2',
'odometer': 113738,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'Polestar Polestar 2 64kWh Single Motor Standard Range 5D 165kW',
'transmission': 'automatic',
'trim': '64kWh Single Motor Standard Range 5D 165kW',
'vin': None,
'year': 2022}
2026-03-30 00:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004314auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:59 [ecarstrade.nl] INFO: Saving data for 7004314auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537029.575304, 'last_price_update_time': 1774831799.289941}
2026-03-30 00:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004314auction111077') HTTP/1.1" 204 0
2026-03-30 00:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004141> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:49:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:49:59 [ecarstrade.nl] INFO: Extracting details for car 7004141auction111077
2026-03-30 00:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c39cccc6-71e3-5cdd-bbff-89650bdadb2d with identifier: 7004141auction111077
2026-03-30 00:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c39cccc6-71e3-5cdd-bbff-89650bdadb2d with scrape type 2
2026-03-30 00:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c39cccc6-71e3-5cdd-bbff-89650bdadb2d with scrape type 2
2026-03-30 00:49:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c39cccc6-71e3-5cdd-bbff-89650bdadb2d, identifier: 7004141auction111077
2026-03-30 00:49:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c39cccc6-71e3-5cdd-bbff-89650bdadb2d with identifier: 7004141auction111077
2026-03-30 00:49:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c39cccc6-71e3-5cdd-bbff-89650bdadb2d with identifier: 7004141auction111077
2026-03-30 00:49:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c39cccc6-71e3-5cdd-bbff-89650bdadb2d with identifier: 7004141auction111077 to the API
2026-03-30 00:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:49:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004141>
{'auction_title': '',
'c_o_2_emission_value': 87,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'c39cccc6-71e3-5cdd-bbff-89650bdadb2d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004141',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mazda',
'model': '2',
'odometer': 28928,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-04',
'seats_number': 5,
'seller_name': None,
'title': 'Mazda Mazda2 Hybride 116 Centre-line CVT automaat 5D 85kW',
'transmission': 'automatic',
'trim': 'Hybride 116 Centre-line CVT automaat 5D 85kW',
'vin': None,
'year': 2024}
2026-03-30 00:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004141auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:49:59 [ecarstrade.nl] INFO: Saving data for 7004141auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537030.426722, 'last_price_update_time': 1774831799.940427}
2026-03-30 00:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004141auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004189> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004130> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:00 [ecarstrade.nl] INFO: Extracting details for car 7004189auction111077
2026-03-30 00:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87f1610d-a21a-5e23-bda2-46f7f5b435de with identifier: 7004189auction111077
2026-03-30 00:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87f1610d-a21a-5e23-bda2-46f7f5b435de with scrape type 2
2026-03-30 00:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87f1610d-a21a-5e23-bda2-46f7f5b435de with scrape type 2
2026-03-30 00:50:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 87f1610d-a21a-5e23-bda2-46f7f5b435de, identifier: 7004189auction111077
2026-03-30 00:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 87f1610d-a21a-5e23-bda2-46f7f5b435de with identifier: 7004189auction111077
2026-03-30 00:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 87f1610d-a21a-5e23-bda2-46f7f5b435de with identifier: 7004189auction111077
2026-03-30 00:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 87f1610d-a21a-5e23-bda2-46f7f5b435de with identifier: 7004189auction111077 to the API
2026-03-30 00:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004189>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '87f1610d-a21a-5e23-bda2-46f7f5b435de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004189',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '116',
'odometer': 45902,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1-serie 116i 5D 80kW',
'transmission': 'manual',
'trim': '1-serie i 5D 80kW',
'vin': None,
'year': 2022}
2026-03-30 00:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004189auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:00 [ecarstrade.nl] INFO: Saving data for 7004189auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537188.099367, 'last_price_update_time': 1774831800.977031}
2026-03-30 00:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004189auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:01 [ecarstrade.nl] INFO: Extracting details for car 7004130auction111077
2026-03-30 00:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae1bc603-cee7-5e94-95d6-405f0ef5e777 with identifier: 7004130auction111077
2026-03-30 00:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae1bc603-cee7-5e94-95d6-405f0ef5e777 with scrape type 2
2026-03-30 00:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae1bc603-cee7-5e94-95d6-405f0ef5e777 with scrape type 2
2026-03-30 00:50:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ae1bc603-cee7-5e94-95d6-405f0ef5e777, identifier: 7004130auction111077
2026-03-30 00:50:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ae1bc603-cee7-5e94-95d6-405f0ef5e777 with identifier: 7004130auction111077
2026-03-30 00:50:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ae1bc603-cee7-5e94-95d6-405f0ef5e777 with identifier: 7004130auction111077
2026-03-30 00:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ae1bc603-cee7-5e94-95d6-405f0ef5e777 with identifier: 7004130auction111077 to the API
2026-03-30 00:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004130>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.3L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'ae1bc603-cee7-5e94-95d6-405f0ef5e777',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004130',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 202923,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA Shooting Brake CLA 180 DCT Bus. Solution Luxury '
'5D 100kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA 180 DCT Bus. Solution Luxury 5D 100kW',
'vin': None,
'year': 2021}
2026-03-30 00:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004130auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:01 [ecarstrade.nl] INFO: Saving data for 7004130auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537188.550269, 'last_price_update_time': 1774831801.375917}
2026-03-30 00:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004130auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004266> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:04 [ecarstrade.nl] INFO: Extracting details for car 7004266auction111077
2026-03-30 00:50:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44c406ed-de47-51e6-99b8-58d7eed60068 with identifier: 7004266auction111077
2026-03-30 00:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44c406ed-de47-51e6-99b8-58d7eed60068 with scrape type 2
2026-03-30 00:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44c406ed-de47-51e6-99b8-58d7eed60068 with scrape type 2
2026-03-30 00:50:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 44c406ed-de47-51e6-99b8-58d7eed60068, identifier: 7004266auction111077
2026-03-30 00:50:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 44c406ed-de47-51e6-99b8-58d7eed60068 with identifier: 7004266auction111077
2026-03-30 00:50:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 44c406ed-de47-51e6-99b8-58d7eed60068 with identifier: 7004266auction111077
2026-03-30 00:50:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 44c406ed-de47-51e6-99b8-58d7eed60068 with identifier: 7004266auction111077 to the API
2026-03-30 00:50:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50: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-30 00:50:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004266>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '44c406ed-de47-51e6-99b8-58d7eed60068',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004266',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 140228,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 77kWh 1ST Auto 5D 150kW',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 77kWh 1ST Auto 5D 150kW',
'vin': None,
'year': 2020}
2026-03-30 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004266auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:04 [ecarstrade.nl] INFO: Saving data for 7004266auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537187.418864, 'last_price_update_time': 1774831804.782325}
2026-03-30 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004266auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004195> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:05 [ecarstrade.nl] INFO: Extracting details for car 7004195auction111077
2026-03-30 00:50:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0fbb101-ee20-526e-bb5b-287b9d1f71f4 with identifier: 7004195auction111077
2026-03-30 00:50:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0fbb101-ee20-526e-bb5b-287b9d1f71f4 with scrape type 2
2026-03-30 00:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0fbb101-ee20-526e-bb5b-287b9d1f71f4 with scrape type 2
2026-03-30 00:50:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e0fbb101-ee20-526e-bb5b-287b9d1f71f4, identifier: 7004195auction111077
2026-03-30 00:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e0fbb101-ee20-526e-bb5b-287b9d1f71f4 with identifier: 7004195auction111077
2026-03-30 00:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e0fbb101-ee20-526e-bb5b-287b9d1f71f4 with identifier: 7004195auction111077
2026-03-30 00:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e0fbb101-ee20-526e-bb5b-287b9d1f71f4 with identifier: 7004195auction111077 to the API
2026-03-30 00:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004195>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': 'e0fbb101-ee20-526e-bb5b-287b9d1f71f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004195',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 165131,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI e-tron Sportback 55 quattro Business edition 5D 300kW',
'transmission': 'automatic',
'trim': 'AUDI e-tron Sportback 55 quattro Business edition 5D 300kW',
'vin': None,
'year': 2020}
2026-03-30 00:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004195auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:06 [ecarstrade.nl] INFO: Saving data for 7004195auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537036.672635, 'last_price_update_time': 1774831806.66484}
2026-03-30 00:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004195auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:06 [scrapy.extensions.logstats] INFO: Crawled 162 pages (at 48 pages/min), scraped 150 items (at 45 items/min)
2026-03-30 00:50:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 261MiB
2026-03-30 00:50:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004264> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:07 [ecarstrade.nl] INFO: Extracting details for car 7004264auction111077
2026-03-30 00:50:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 891d53f3-3b48-5ff9-bc73-cd5e02ac0eac with identifier: 7004264auction111077
2026-03-30 00:50:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 891d53f3-3b48-5ff9-bc73-cd5e02ac0eac with scrape type 2
2026-03-30 00:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 891d53f3-3b48-5ff9-bc73-cd5e02ac0eac with scrape type 2
2026-03-30 00:50:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 891d53f3-3b48-5ff9-bc73-cd5e02ac0eac, identifier: 7004264auction111077
2026-03-30 00:50:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 891d53f3-3b48-5ff9-bc73-cd5e02ac0eac with identifier: 7004264auction111077
2026-03-30 00:50:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 891d53f3-3b48-5ff9-bc73-cd5e02ac0eac with identifier: 7004264auction111077
2026-03-30 00:50:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 891d53f3-3b48-5ff9-bc73-cd5e02ac0eac with identifier: 7004264auction111077 to the API
2026-03-30 00:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004264>
{'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-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '891d53f3-3b48-5ff9-bc73-cd5e02ac0eac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004264',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 127653,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 77kWh 1ST Auto 5D 150kW',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 77kWh 1ST Auto 5D 150kW',
'vin': None,
'year': 2020}
2026-03-30 00:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004264auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:07 [ecarstrade.nl] INFO: Saving data for 7004264auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537034.05812, 'last_price_update_time': 1774831807.721425}
2026-03-30 00:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004264auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004177> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:08 [ecarstrade.nl] INFO: Extracting details for car 7004177auction111077
2026-03-30 00:50:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 313df434-48c4-5e07-9b28-e835df42980a with identifier: 7004177auction111077
2026-03-30 00:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 313df434-48c4-5e07-9b28-e835df42980a with scrape type 2
2026-03-30 00:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 313df434-48c4-5e07-9b28-e835df42980a with scrape type 2
2026-03-30 00:50:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 313df434-48c4-5e07-9b28-e835df42980a, identifier: 7004177auction111077
2026-03-30 00:50:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 313df434-48c4-5e07-9b28-e835df42980a with identifier: 7004177auction111077
2026-03-30 00:50:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 313df434-48c4-5e07-9b28-e835df42980a with identifier: 7004177auction111077
2026-03-30 00:50:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 313df434-48c4-5e07-9b28-e835df42980a with identifier: 7004177auction111077 to the API
2026-03-30 00:50:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004177>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '313df434-48c4-5e07-9b28-e835df42980a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004177',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Cupra',
'model': 'Born',
'odometer': 100717,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'CUPRA Born 58kWh Performance One 5D 150kW Athlon Edition',
'transmission': 'automatic',
'trim': 'CUPRA 58kWh Performance One 5D 150kW Athlon Edition',
'vin': None,
'year': 2021}
2026-03-30 00:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004177auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:08 [ecarstrade.nl] INFO: Saving data for 7004177auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537036.245323, 'last_price_update_time': 1774831808.621736}
2026-03-30 00:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004177auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004161> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:11 [ecarstrade.nl] INFO: Extracting details for car 7004161auction111077
2026-03-30 00:50:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0321517a-68bd-526d-8154-61daa562d7bf with identifier: 7004161auction111077
2026-03-30 00:50:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0321517a-68bd-526d-8154-61daa562d7bf with scrape type 2
2026-03-30 00:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0321517a-68bd-526d-8154-61daa562d7bf with scrape type 2
2026-03-30 00:50:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0321517a-68bd-526d-8154-61daa562d7bf, identifier: 7004161auction111077
2026-03-30 00:50:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0321517a-68bd-526d-8154-61daa562d7bf with identifier: 7004161auction111077
2026-03-30 00:50:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0321517a-68bd-526d-8154-61daa562d7bf with identifier: 7004161auction111077
2026-03-30 00:50:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0321517a-68bd-526d-8154-61daa562d7bf with identifier: 7004161auction111077 to the API
2026-03-30 00:50:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004161>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.6L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '0321517a-68bd-526d-8154-61daa562d7bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004161',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 83860,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Kona 1.6 GDI HEV Premium 5D 104kW',
'transmission': 'automatic',
'trim': 'HYUNDAI 1.6 GDI HEV Premium 5D 104kW',
'vin': None,
'year': 2021}
2026-03-30 00:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004161auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:12 [ecarstrade.nl] INFO: Saving data for 7004161auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537035.072314, 'last_price_update_time': 1774831812.55671}
2026-03-30 00:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004161auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004119> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:12 [ecarstrade.nl] INFO: Extracting details for car 7004119auction111077
2026-03-30 00:50:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f with identifier: 7004119auction111077
2026-03-30 00:50:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f with scrape type 2
2026-03-30 00:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f with scrape type 2
2026-03-30 00:50:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f, identifier: 7004119auction111077
2026-03-30 00:50:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f with identifier: 7004119auction111077
2026-03-30 00:50:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f with identifier: 7004119auction111077
2026-03-30 00:50:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f with identifier: 7004119auction111077 to the API
2026-03-30 00:50:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004119>
{'auction_title': '',
'c_o_2_emission_value': 219,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': 'facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004119',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 49957,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-04',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ Sprinter GB 311CDI 4325 3.5t 7G-Tronic HRF 6 4D 84kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GB 311CDI 4325 3.5t 7G-Tronic HRF 6 4D 84kW',
'vin': None,
'year': 2018}
2026-03-30 00:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004119auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:13 [ecarstrade.nl] INFO: Saving data for 7004119auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537186.731067, 'last_price_update_time': 1774831813.159018}
2026-03-30 00:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004119auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004116> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004292> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:14 [ecarstrade.nl] INFO: Extracting details for car 7004116auction111077
2026-03-30 00:50:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83101990-c92a-5947-8b67-2330408130ea with identifier: 7004116auction111077
2026-03-30 00:50:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83101990-c92a-5947-8b67-2330408130ea with scrape type 2
2026-03-30 00:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83101990-c92a-5947-8b67-2330408130ea with scrape type 2
2026-03-30 00:50:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 83101990-c92a-5947-8b67-2330408130ea, identifier: 7004116auction111077
2026-03-30 00:50:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 83101990-c92a-5947-8b67-2330408130ea with identifier: 7004116auction111077
2026-03-30 00:50:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 83101990-c92a-5947-8b67-2330408130ea with identifier: 7004116auction111077
2026-03-30 00:50:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 83101990-c92a-5947-8b67-2330408130ea with identifier: 7004116auction111077 to the API
2026-03-30 00:50:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004116>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '83101990-c92a-5947-8b67-2330408130ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004116',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'ZS',
'odometer': 51231,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'MG ZS EV Luxury 5D 130kW',
'transmission': 'automatic',
'trim': 'EV Luxury 5D 130kW',
'vin': None,
'year': 2022}
2026-03-30 00:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004116auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:15 [ecarstrade.nl] INFO: Saving data for 7004116auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537163.34424, 'last_price_update_time': 1774831815.124338}
2026-03-30 00:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004116auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:15 [ecarstrade.nl] INFO: Extracting details for car 7004292auction111077
2026-03-30 00:50:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7b4001a-11b3-5c92-970a-91166b85266e with identifier: 7004292auction111077
2026-03-30 00:50:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7b4001a-11b3-5c92-970a-91166b85266e with scrape type 2
2026-03-30 00:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7b4001a-11b3-5c92-970a-91166b85266e with scrape type 2
2026-03-30 00:50:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f7b4001a-11b3-5c92-970a-91166b85266e, identifier: 7004292auction111077
2026-03-30 00:50:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f7b4001a-11b3-5c92-970a-91166b85266e with identifier: 7004292auction111077
2026-03-30 00:50:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f7b4001a-11b3-5c92-970a-91166b85266e with identifier: 7004292auction111077
2026-03-30 00:50:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f7b4001a-11b3-5c92-970a-91166b85266e with identifier: 7004292auction111077 to the API
2026-03-30 00:50:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004292>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'f7b4001a-11b3-5c92-970a-91166b85266e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004292',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Leon',
'odometer': 114172,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-15',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT LEON 1.5 eTSI FR Business Intense DSG 5D 110kW',
'transmission': 'automatic',
'trim': 'SEAT LEON 1.5 eTSI FR Business Intense DSG 5D 110kW',
'vin': None,
'year': 2021}
2026-03-30 00:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004292auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:15 [ecarstrade.nl] INFO: Saving data for 7004292auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537192.168596, 'last_price_update_time': 1774831815.501626}
2026-03-30 00:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004292auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004291> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:18 [ecarstrade.nl] INFO: Extracting details for car 7004291auction111077
2026-03-30 00:50:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf75c8ee-658f-545b-ae74-8e748de0cb13 with identifier: 7004291auction111077
2026-03-30 00:50:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf75c8ee-658f-545b-ae74-8e748de0cb13 with scrape type 2
2026-03-30 00:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf75c8ee-658f-545b-ae74-8e748de0cb13 with scrape type 2
2026-03-30 00:50:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cf75c8ee-658f-545b-ae74-8e748de0cb13, identifier: 7004291auction111077
2026-03-30 00:50:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cf75c8ee-658f-545b-ae74-8e748de0cb13 with identifier: 7004291auction111077
2026-03-30 00:50:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cf75c8ee-658f-545b-ae74-8e748de0cb13 with identifier: 7004291auction111077
2026-03-30 00:50:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cf75c8ee-658f-545b-ae74-8e748de0cb13 with identifier: 7004291auction111077 to the API
2026-03-30 00:50:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004291>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': 'cf75c8ee-658f-545b-ae74-8e748de0cb13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004291',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 166745,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-30',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Enyaq iV 60 5D 132kW',
'transmission': 'automatic',
'trim': 'SKODA iV 60 5D 132kW',
'vin': None,
'year': 2021}
2026-03-30 00:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004291auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:19 [ecarstrade.nl] INFO: Saving data for 7004291auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537062.392649, 'last_price_update_time': 1774831819.167146}
2026-03-30 00:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004291auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004324> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:19 [ecarstrade.nl] INFO: Extracting details for car 7004324auction111077
2026-03-30 00:50:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36b52ad1-60b0-5fba-b611-8078d066be8a with identifier: 7004324auction111077
2026-03-30 00:50:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36b52ad1-60b0-5fba-b611-8078d066be8a with scrape type 2
2026-03-30 00:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36b52ad1-60b0-5fba-b611-8078d066be8a with scrape type 2
2026-03-30 00:50:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 36b52ad1-60b0-5fba-b611-8078d066be8a, identifier: 7004324auction111077
2026-03-30 00:50:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 36b52ad1-60b0-5fba-b611-8078d066be8a with identifier: 7004324auction111077
2026-03-30 00:50:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 36b52ad1-60b0-5fba-b611-8078d066be8a with identifier: 7004324auction111077
2026-03-30 00:50:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 36b52ad1-60b0-5fba-b611-8078d066be8a with identifier: 7004324auction111077 to the API
2026-03-30 00:50:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004324>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.2L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '36b52ad1-60b0-5fba-b611-8078d066be8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004324',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '3008',
'odometer': 73150,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-26',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 Active Pack Business PT 130pk Athlon Edition',
'transmission': 'manual',
'trim': 'PEUGEOT Active Pack Business PT 130pk Athlon Edition',
'vin': None,
'year': 2022}
2026-03-30 00:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004324auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:20 [ecarstrade.nl] INFO: Saving data for 7004324auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537215.253891, 'last_price_update_time': 1774831820.097552}
2026-03-30 00:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004324auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004259> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:21 [ecarstrade.nl] INFO: Extracting details for car 7004259auction111077
2026-03-30 00:50:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42716653-c8cd-500e-9c45-8ec64815730f with identifier: 7004259auction111077
2026-03-30 00:50:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42716653-c8cd-500e-9c45-8ec64815730f with scrape type 2
2026-03-30 00:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42716653-c8cd-500e-9c45-8ec64815730f with scrape type 2
2026-03-30 00:50:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 42716653-c8cd-500e-9c45-8ec64815730f, identifier: 7004259auction111077
2026-03-30 00:50:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 42716653-c8cd-500e-9c45-8ec64815730f with identifier: 7004259auction111077
2026-03-30 00:50:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 42716653-c8cd-500e-9c45-8ec64815730f with identifier: 7004259auction111077
2026-03-30 00:50:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 42716653-c8cd-500e-9c45-8ec64815730f with identifier: 7004259auction111077 to the API
2026-03-30 00:50:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004259>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.4L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '42716653-c8cd-500e-9c45-8ec64815730f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004259',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 213367,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Passat Variant 1.4 TSI PHEV 6-DSG GTE Business 5D 160kW',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.4 TSI PHEV 6-DSG GTE Business 5D 160kW',
'vin': None,
'year': 2021}
2026-03-30 00:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004259auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:22 [ecarstrade.nl] INFO: Saving data for 7004259auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537208.534351, 'last_price_update_time': 1774831822.190416}
2026-03-30 00:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004259auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004250> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:22 [ecarstrade.nl] INFO: Extracting details for car 7004250auction111077
2026-03-30 00:50:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea64344b-b561-5523-bf59-68af7367fdad with identifier: 7004250auction111077
2026-03-30 00:50:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea64344b-b561-5523-bf59-68af7367fdad with scrape type 2
2026-03-30 00:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea64344b-b561-5523-bf59-68af7367fdad with scrape type 2
2026-03-30 00:50:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ea64344b-b561-5523-bf59-68af7367fdad, identifier: 7004250auction111077
2026-03-30 00:50:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ea64344b-b561-5523-bf59-68af7367fdad with identifier: 7004250auction111077
2026-03-30 00:50:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ea64344b-b561-5523-bf59-68af7367fdad with identifier: 7004250auction111077
2026-03-30 00:50:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ea64344b-b561-5523-bf59-68af7367fdad with identifier: 7004250auction111077 to the API
2026-03-30 00:50:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004250>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ea64344b-b561-5523-bf59-68af7367fdad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004250',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'XC40',
'odometer': 127829,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 Recharge P8 AWD R-Design 5D 300kW',
'transmission': 'automatic',
'trim': 'VOLVO Recharge P8 AWD R-Design 5D 300kW',
'vin': None,
'year': 2020}
2026-03-30 00:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004250auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:22 [ecarstrade.nl] INFO: Saving data for 7004250auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537033.325661, 'last_price_update_time': 1774831822.748746}
2026-03-30 00:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004250auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004299> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:22 [ecarstrade.nl] INFO: Extracting details for car 7004299auction111077
2026-03-30 00:50:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfc00dbe-44e3-586b-864c-173881084392 with identifier: 7004299auction111077
2026-03-30 00:50:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfc00dbe-44e3-586b-864c-173881084392 with scrape type 2
2026-03-30 00:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfc00dbe-44e3-586b-864c-173881084392 with scrape type 2
2026-03-30 00:50:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: bfc00dbe-44e3-586b-864c-173881084392, identifier: 7004299auction111077
2026-03-30 00:50:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: bfc00dbe-44e3-586b-864c-173881084392 with identifier: 7004299auction111077
2026-03-30 00:50:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: bfc00dbe-44e3-586b-864c-173881084392 with identifier: 7004299auction111077
2026-03-30 00:50:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: bfc00dbe-44e3-586b-864c-173881084392 with identifier: 7004299auction111077 to the API
2026-03-30 00:50:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004299>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.6L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'bfc00dbe-44e3-586b-864c-173881084392',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004299',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Megane',
'odometer': 119736,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-07',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Mégane Estate PHEV 160 Business Edition One 5D 118kW',
'transmission': 'automatic',
'trim': 'RENAULT Mégane Estate PHEV 160 Business Edition One 5D 118kW',
'vin': None,
'year': 2021}
2026-03-30 00:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004299auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:23 [ecarstrade.nl] INFO: Saving data for 7004299auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537095.768047, 'last_price_update_time': 1774831823.228655}
2026-03-30 00:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004299auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004323> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:50:25 [ecarstrade.nl] INFO: Extracting details for car 7004323auction111077
2026-03-30 00:50:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c510917-b7e6-5248-8db1-a3c1198b6ad1 with identifier: 7004323auction111077
2026-03-30 00:50:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c510917-b7e6-5248-8db1-a3c1198b6ad1 with scrape type 2
2026-03-30 00:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c510917-b7e6-5248-8db1-a3c1198b6ad1 with scrape type 2
2026-03-30 00:50:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2c510917-b7e6-5248-8db1-a3c1198b6ad1, identifier: 7004323auction111077
2026-03-30 00:50:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2c510917-b7e6-5248-8db1-a3c1198b6ad1 with identifier: 7004323auction111077
2026-03-30 00:50:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2c510917-b7e6-5248-8db1-a3c1198b6ad1 with identifier: 7004323auction111077
2026-03-30 00:50:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2c510917-b7e6-5248-8db1-a3c1198b6ad1 with identifier: 7004323auction111077 to the API
2026-03-30 00:50:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004323>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.2L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '2c510917-b7e6-5248-8db1-a3c1198b6ad1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004323',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '3008',
'odometer': 63381,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-26',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 Active Pack Business PureTech 130 EAT8 5D 96kW',
'transmission': 'automatic',
'trim': 'PEUGEOT Active Pack Business PureTech 130 EAT8 5D 96kW',
'vin': None,
'year': 2022}
2026-03-30 00:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004323auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:25 [ecarstrade.nl] INFO: Saving data for 7004323auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537181.981385, 'last_price_update_time': 1774831825.450659}
2026-03-30 00:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004323auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004262> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:26 [ecarstrade.nl] INFO: Extracting details for car 7004262auction111077
2026-03-30 00:50:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bc20575-9c4b-550b-860a-031f57ed98df with identifier: 7004262auction111077
2026-03-30 00:50:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bc20575-9c4b-550b-860a-031f57ed98df with scrape type 2
2026-03-30 00:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bc20575-9c4b-550b-860a-031f57ed98df with scrape type 2
2026-03-30 00:50:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5bc20575-9c4b-550b-860a-031f57ed98df, identifier: 7004262auction111077
2026-03-30 00:50:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5bc20575-9c4b-550b-860a-031f57ed98df with identifier: 7004262auction111077
2026-03-30 00:50:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5bc20575-9c4b-550b-860a-031f57ed98df with identifier: 7004262auction111077
2026-03-30 00:50:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5bc20575-9c4b-550b-860a-031f57ed98df with identifier: 7004262auction111077 to the API
2026-03-30 00:50:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004262>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '5bc20575-9c4b-550b-860a-031f57ed98df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004262',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 102477,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-24',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 77kWh 1ST Auto 5D 150kW uitlopend',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 77kWh 1ST Auto 5D 150kW uitlopend',
'vin': None,
'year': 2020}
2026-03-30 00:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004262auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:26 [ecarstrade.nl] INFO: Saving data for 7004262auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537032.685624, 'last_price_update_time': 1774831826.933029}
2026-03-30 00:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004262auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004114> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:27 [ecarstrade.nl] INFO: Extracting details for car 7004114auction111077
2026-03-30 00:50:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a766efa0-e9a7-5d71-a53a-86c7d617c03f with identifier: 7004114auction111077
2026-03-30 00:50:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a766efa0-e9a7-5d71-a53a-86c7d617c03f with scrape type 2
2026-03-30 00:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a766efa0-e9a7-5d71-a53a-86c7d617c03f with scrape type 2
2026-03-30 00:50:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a766efa0-e9a7-5d71-a53a-86c7d617c03f, identifier: 7004114auction111077
2026-03-30 00:50:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a766efa0-e9a7-5d71-a53a-86c7d617c03f with identifier: 7004114auction111077
2026-03-30 00:50:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a766efa0-e9a7-5d71-a53a-86c7d617c03f with identifier: 7004114auction111077
2026-03-30 00:50:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a766efa0-e9a7-5d71-a53a-86c7d617c03f with identifier: 7004114auction111077 to the API
2026-03-30 00:50:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:50:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004114>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'a766efa0-e9a7-5d71-a53a-86c7d617c03f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004114',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mini',
'model': 'Cooper',
'odometer': 21600,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-07',
'seats_number': 5,
'seller_name': None,
'title': 'Mini Mini Cooper Camden Edition Auto 5D 100kW',
'transmission': 'automatic',
'trim': 'Camden Edition Auto 5D 100kW',
'vin': None,
'year': 2023}
2026-03-30 00:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004114auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:27 [ecarstrade.nl] INFO: Saving data for 7004114auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537023.965742, 'last_price_update_time': 1774831827.915107}
2026-03-30 00:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004114auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004182> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:28 [ecarstrade.nl] INFO: Extracting details for car 7004182auction111077
2026-03-30 00:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d732d29-2c3e-558c-b1c8-d6e39ad7458a with identifier: 7004182auction111077
2026-03-30 00:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d732d29-2c3e-558c-b1c8-d6e39ad7458a with scrape type 2
2026-03-30 00:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d732d29-2c3e-558c-b1c8-d6e39ad7458a with scrape type 2
2026-03-30 00:50:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4d732d29-2c3e-558c-b1c8-d6e39ad7458a, identifier: 7004182auction111077
2026-03-30 00:50:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4d732d29-2c3e-558c-b1c8-d6e39ad7458a with identifier: 7004182auction111077
2026-03-30 00:50:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4d732d29-2c3e-558c-b1c8-d6e39ad7458a with identifier: 7004182auction111077
2026-03-30 00:50:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4d732d29-2c3e-558c-b1c8-d6e39ad7458a with identifier: 7004182auction111077 to the API
2026-03-30 00:50:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004182>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.6L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4d732d29-2c3e-558c-b1c8-d6e39ad7458a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004182',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 111790,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C5 Aircross Hybrid 225 e-EAT8 Business Plus 5D 165kW',
'transmission': 'automatic',
'trim': 'CITROEN Hybrid 225 e-EAT8 Business Plus 5D 165kW',
'vin': None,
'year': 2021}
2026-03-30 00:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004182auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:28 [ecarstrade.nl] INFO: Saving data for 7004182auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537180.569752, 'last_price_update_time': 1774831828.782371}
2026-03-30 00:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004182auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004157> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:28 [ecarstrade.nl] INFO: Extracting details for car 7004157auction111077
2026-03-30 00:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72feb969-eb6a-52dc-869b-5fd28a40a418 with identifier: 7004157auction111077
2026-03-30 00:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72feb969-eb6a-52dc-869b-5fd28a40a418 with scrape type 2
2026-03-30 00:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72feb969-eb6a-52dc-869b-5fd28a40a418 with scrape type 2
2026-03-30 00:50:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 72feb969-eb6a-52dc-869b-5fd28a40a418, identifier: 7004157auction111077
2026-03-30 00:50:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 72feb969-eb6a-52dc-869b-5fd28a40a418 with identifier: 7004157auction111077
2026-03-30 00:50:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 72feb969-eb6a-52dc-869b-5fd28a40a418 with identifier: 7004157auction111077
2026-03-30 00:50:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 72feb969-eb6a-52dc-869b-5fd28a40a418 with identifier: 7004157auction111077 to the API
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50: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-30 00:50:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004157>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.6L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '72feb969-eb6a-52dc-869b-5fd28a40a418',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004157',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 106470,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 T-GDI 48V MHEV Comfort 5D 110kW',
'transmission': 'manual',
'trim': 'HYUNDAI TUCSON 1.6 T-GDI 48V MHEV Comfort 5D 110kW',
'vin': None,
'year': 2021}
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004157auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Saving data for 7004157auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537180.153534, 'last_price_update_time': 1774831829.285725}
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004157auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004142auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004142auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004142auction111077: 2
2026-03-30 00:50:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004179auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004179auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004179auction111077: 2
2026-03-30 00:50:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004317auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004317auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004317auction111077: 2
2026-03-30 00:50:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004118auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004118auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004118auction111077: 2
2026-03-30 00:50:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004168auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004168auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004168auction111077: 2
2026-03-30 00:50:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004143auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004143auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004143auction111077: 2
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004284auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004284auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004284auction111077: 2
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004113auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004113auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004113auction111077: 2
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004121auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004121auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004121auction111077: 2
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004271auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004271auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004271auction111077: 2
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004109auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004109auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004109auction111077: 2
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004188auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004188auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004188auction111077: 2
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004293auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004293auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004293auction111077: 2
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004120auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004120auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004120auction111077: 2
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004274auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004274auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004274auction111077: 2
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004309auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004309auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004309auction111077: 2
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004272auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004272auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004272auction111077: 2
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004320auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004320auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004320auction111077: 2
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004148auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004148auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004148auction111077: 2
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Found listing with ID: 7004268auction111077
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004268auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:29 [ecarstrade.nl] INFO: Scrape type for 7004268auction111077: 2
2026-03-30 00:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004313> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:31 [ecarstrade.nl] INFO: Extracting details for car 7004313auction111077
2026-03-30 00:50:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b15ff5b-ab67-58f2-a774-4d4a306f329e with identifier: 7004313auction111077
2026-03-30 00:50:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b15ff5b-ab67-58f2-a774-4d4a306f329e with scrape type 2
2026-03-30 00:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b15ff5b-ab67-58f2-a774-4d4a306f329e with scrape type 2
2026-03-30 00:50:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2b15ff5b-ab67-58f2-a774-4d4a306f329e, identifier: 7004313auction111077
2026-03-30 00:50:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2b15ff5b-ab67-58f2-a774-4d4a306f329e with identifier: 7004313auction111077
2026-03-30 00:50:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2b15ff5b-ab67-58f2-a774-4d4a306f329e with identifier: 7004313auction111077
2026-03-30 00:50:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2b15ff5b-ab67-58f2-a774-4d4a306f329e with identifier: 7004313auction111077 to the API
2026-03-30 00:50:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004313>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '2b15ff5b-ab67-58f2-a774-4d4a306f329e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004313',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Polestar',
'model': '2',
'odometer': 137301,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-04',
'seats_number': 5,
'seller_name': None,
'title': 'Polestar Polestar 2 78kWh Single Motor Long Range 5D 170kW',
'transmission': 'automatic',
'trim': '78kWh Single Motor Long Range 5D 170kW',
'vin': None,
'year': 2022}
2026-03-30 00:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004313auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:31 [ecarstrade.nl] INFO: Saving data for 7004313auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537032.187496, 'last_price_update_time': 1774831831.958085}
2026-03-30 00:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004313auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004294auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004294auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004294auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004277auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004277auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004277auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004107auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004107auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004107auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004159auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004159auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004159auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004172auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004172auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004172auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004269auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004269auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004269auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004296auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004296auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004296auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004160auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004160auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004160auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004273auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004273auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004273auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004280auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004280auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004280auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004298auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004298auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004298auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004267auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004267auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004267auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004286auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004286auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004286auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004295auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004295auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004295auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004322auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004322auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004322auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004164auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004164auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004164auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004145auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004145auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004145auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004316auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004316auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004316auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004321auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004321auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004321auction111077: 0
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Found listing with ID: 7004108auction111077
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004108auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:35 [ecarstrade.nl] INFO: Scrape type for 7004108auction111077: 0
2026-03-30 00:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004179> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004142> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004118> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:36 [ecarstrade.nl] INFO: Extracting details for car 7004179auction111077
2026-03-30 00:50:36 [ecarstrade.nl] INFO: Extracting details for car 7004142auction111077
2026-03-30 00:50:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004117> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f300188-42db-5178-9c6e-f8caa5ce11b8 with identifier: 7004179auction111077
2026-03-30 00:50:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f300188-42db-5178-9c6e-f8caa5ce11b8 with scrape type 2
2026-03-30 00:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f300188-42db-5178-9c6e-f8caa5ce11b8 with scrape type 2
2026-03-30 00:50:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5f300188-42db-5178-9c6e-f8caa5ce11b8, identifier: 7004179auction111077
2026-03-30 00:50:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 415ec1c7-2c80-5b2d-b07d-18bf18b0d613 with identifier: 7004142auction111077
2026-03-30 00:50:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 415ec1c7-2c80-5b2d-b07d-18bf18b0d613 with scrape type 2
2026-03-30 00:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 415ec1c7-2c80-5b2d-b07d-18bf18b0d613 with scrape type 2
2026-03-30 00:50:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 415ec1c7-2c80-5b2d-b07d-18bf18b0d613, identifier: 7004142auction111077
2026-03-30 00:50:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5f300188-42db-5178-9c6e-f8caa5ce11b8 with identifier: 7004179auction111077
2026-03-30 00:50:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5f300188-42db-5178-9c6e-f8caa5ce11b8 with identifier: 7004179auction111077
2026-03-30 00:50:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5f300188-42db-5178-9c6e-f8caa5ce11b8 with identifier: 7004179auction111077 to the API
2026-03-30 00:50:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50: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-30 00:50:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004179>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '5f300188-42db-5178-9c6e-f8caa5ce11b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004179',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Cupra',
'model': 'Born',
'odometer': 141599,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'CUPRA Born 58kWh Business auto 5D 150kW',
'transmission': 'automatic',
'trim': 'CUPRA 58kWh Business auto 5D 150kW',
'vin': None,
'year': 2021}
2026-03-30 00:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004179auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:36 [ecarstrade.nl] INFO: Saving data for 7004179auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537106.979456, 'last_price_update_time': 1774831836.57898}
2026-03-30 00:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004179auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 415ec1c7-2c80-5b2d-b07d-18bf18b0d613 with identifier: 7004142auction111077
2026-03-30 00:50:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 415ec1c7-2c80-5b2d-b07d-18bf18b0d613 with identifier: 7004142auction111077
2026-03-30 00:50:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 415ec1c7-2c80-5b2d-b07d-18bf18b0d613 with identifier: 7004142auction111077 to the API
2026-03-30 00:50:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50: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-30 00:50:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004142>
{'auction_title': '',
'c_o_2_emission_value': 173,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '415ec1c7-2c80-5b2d-b07d-18bf18b0d613',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004142',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mazda',
'model': 'CX-5',
'odometer': 127671,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'Mazda CX-5 2.0 SKYACTIV-G 6AT 2WD Business Comfort 5D 1 Uitl.',
'transmission': 'automatic',
'trim': '2.0 SKYACTIV-G 6AT 2WD Business Comfort 5D 1 Uitl.',
'vin': None,
'year': 2020}
2026-03-30 00:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004142auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:36 [ecarstrade.nl] INFO: Saving data for 7004142auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537162.892044, 'last_price_update_time': 1774831836.958593}
2026-03-30 00:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004142auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:36 [ecarstrade.nl] INFO: Extracting details for car 7004118auction111077
2026-03-30 00:50:37 [ecarstrade.nl] INFO: Extracting details for car 7004117auction111077
2026-03-30 00:50:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a98300f2-ee39-50df-b6f6-85ffcbb066e1 with identifier: 7004118auction111077
2026-03-30 00:50:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a98300f2-ee39-50df-b6f6-85ffcbb066e1 with scrape type 2
2026-03-30 00:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a98300f2-ee39-50df-b6f6-85ffcbb066e1 with scrape type 2
2026-03-30 00:50:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a98300f2-ee39-50df-b6f6-85ffcbb066e1, identifier: 7004118auction111077
2026-03-30 00:50:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34fc4de5-d595-572f-a547-07536abf7bc4 with identifier: 7004117auction111077
2026-03-30 00:50:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34fc4de5-d595-572f-a547-07536abf7bc4 with scrape type 2
2026-03-30 00:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34fc4de5-d595-572f-a547-07536abf7bc4 with scrape type 2
2026-03-30 00:50:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 34fc4de5-d595-572f-a547-07536abf7bc4, identifier: 7004117auction111077
2026-03-30 00:50:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a98300f2-ee39-50df-b6f6-85ffcbb066e1 with identifier: 7004118auction111077
2026-03-30 00:50:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a98300f2-ee39-50df-b6f6-85ffcbb066e1 with identifier: 7004118auction111077
2026-03-30 00:50:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a98300f2-ee39-50df-b6f6-85ffcbb066e1 with identifier: 7004118auction111077 to the API
2026-03-30 00:50:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004118>
{'auction_title': '',
'c_o_2_emission_value': 219,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': 'a98300f2-ee39-50df-b6f6-85ffcbb066e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004118',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 169579,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-21',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ Sprinter GB 311CDI 4325 3.5t 7G-Tronic HRF 6 4D 84kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GB 311CDI 4325 3.5t 7G-Tronic HRF 6 4D 84kW',
'vin': None,
'year': 2018}
2026-03-30 00:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004118auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:37 [ecarstrade.nl] INFO: Saving data for 7004118auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537191.095898, 'last_price_update_time': 1774831837.470666}
2026-03-30 00:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004118auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 34fc4de5-d595-572f-a547-07536abf7bc4 with identifier: 7004117auction111077
2026-03-30 00:50:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 34fc4de5-d595-572f-a547-07536abf7bc4 with identifier: 7004117auction111077
2026-03-30 00:50:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 34fc4de5-d595-572f-a547-07536abf7bc4 with identifier: 7004117auction111077 to the API
2026-03-30 00:50:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004117>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '1.9L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': '34fc4de5-d595-572f-a547-07536abf7bc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004117',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Vito',
'odometer': 161973,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-22',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ Vito GB 114 CDI Extra Lang',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GB 114 CDI Extra Lang',
'vin': None,
'year': 2021}
2026-03-30 00:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004117auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:37 [ecarstrade.nl] INFO: Saving data for 7004117auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537031.345385, 'last_price_update_time': 1774831837.741181}
2026-03-30 00:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004117auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004154> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:50:38 [ecarstrade.nl] INFO: Extracting details for car 7004154auction111077
2026-03-30 00:50:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f10f803-ecce-524e-b350-897703c4e331 with identifier: 7004154auction111077
2026-03-30 00:50:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f10f803-ecce-524e-b350-897703c4e331 with scrape type 2
2026-03-30 00:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f10f803-ecce-524e-b350-897703c4e331 with scrape type 2
2026-03-30 00:50:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9f10f803-ecce-524e-b350-897703c4e331, identifier: 7004154auction111077
2026-03-30 00:50:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9f10f803-ecce-524e-b350-897703c4e331 with identifier: 7004154auction111077
2026-03-30 00:50:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9f10f803-ecce-524e-b350-897703c4e331 with identifier: 7004154auction111077
2026-03-30 00:50:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9f10f803-ecce-524e-b350-897703c4e331 with identifier: 7004154auction111077 to the API
2026-03-30 00:50:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004154>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.6L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9f10f803-ecce-524e-b350-897703c4e331',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004154',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Niro',
'odometer': 41621,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Niro 1.6 GDi Hybrid DynamicLine 5D 104kW',
'transmission': 'automatic',
'trim': 'KIA 1.6 GDi Hybrid DynamicLine 5D 104kW',
'vin': None,
'year': 2022}
2026-03-30 00:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004154auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:38 [ecarstrade.nl] INFO: Saving data for 7004154auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537035.416426, 'last_price_update_time': 1774831838.534105}
2026-03-30 00:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004154auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004317> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:50:38 [ecarstrade.nl] INFO: Extracting details for car 7004317auction111077
2026-03-30 00:50:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 281fa9e2-5194-5a52-8eca-1dbd6e585960 with identifier: 7004317auction111077
2026-03-30 00:50:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 281fa9e2-5194-5a52-8eca-1dbd6e585960 with scrape type 2
2026-03-30 00:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 281fa9e2-5194-5a52-8eca-1dbd6e585960 with scrape type 2
2026-03-30 00:50:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 281fa9e2-5194-5a52-8eca-1dbd6e585960, identifier: 7004317auction111077
2026-03-30 00:50:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 281fa9e2-5194-5a52-8eca-1dbd6e585960 with identifier: 7004317auction111077
2026-03-30 00:50:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 281fa9e2-5194-5a52-8eca-1dbd6e585960 with identifier: 7004317auction111077
2026-03-30 00:50:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 281fa9e2-5194-5a52-8eca-1dbd6e585960 with identifier: 7004317auction111077 to the API
2026-03-30 00:50:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004317>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '281fa9e2-5194-5a52-8eca-1dbd6e585960',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004317',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 75736,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-04',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-2008 Active Pack EV 50kWh 136 5D',
'transmission': 'automatic',
'trim': 'PEUGEOT e- Active Pack EV 50kWh 136 5D',
'vin': None,
'year': 2022}
2026-03-30 00:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004317auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:39 [ecarstrade.nl] INFO: Saving data for 7004317auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537192.524198, 'last_price_update_time': 1774831839.057243}
2026-03-30 00:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004317auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004143> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:42 [ecarstrade.nl] INFO: Extracting details for car 7004143auction111077
2026-03-30 00:50:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 899f33a4-1ab0-5f1f-a831-676301bf8ea1 with identifier: 7004143auction111077
2026-03-30 00:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 899f33a4-1ab0-5f1f-a831-676301bf8ea1 with scrape type 2
2026-03-30 00:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 899f33a4-1ab0-5f1f-a831-676301bf8ea1 with scrape type 2
2026-03-30 00:50:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 899f33a4-1ab0-5f1f-a831-676301bf8ea1, identifier: 7004143auction111077
2026-03-30 00:50:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 899f33a4-1ab0-5f1f-a831-676301bf8ea1 with identifier: 7004143auction111077
2026-03-30 00:50:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 899f33a4-1ab0-5f1f-a831-676301bf8ea1 with identifier: 7004143auction111077
2026-03-30 00:50:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 899f33a4-1ab0-5f1f-a831-676301bf8ea1 with identifier: 7004143auction111077 to the API
2026-03-30 00:50:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004143>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '899f33a4-1ab0-5f1f-a831-676301bf8ea1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004143',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mazda',
'model': 'CX-30',
'odometer': 120992,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-13',
'seats_number': 5,
'seller_name': None,
'title': 'Mazda CX-30 SKYACTIV-G 122 Comfort 5D 90kW',
'transmission': 'manual',
'trim': 'SKYACTIV-G 122 Comfort 5D 90kW',
'vin': None,
'year': 2021}
2026-03-30 00:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004143auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:43 [ecarstrade.nl] INFO: Saving data for 7004143auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537191.533879, 'last_price_update_time': 1774831843.123161}
2026-03-30 00:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004143auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004121> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:43 [ecarstrade.nl] INFO: Extracting details for car 7004121auction111077
2026-03-30 00:50:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd23a64e-107b-53fb-bad8-4fa66ea3fe53 with identifier: 7004121auction111077
2026-03-30 00:50:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd23a64e-107b-53fb-bad8-4fa66ea3fe53 with scrape type 2
2026-03-30 00:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd23a64e-107b-53fb-bad8-4fa66ea3fe53 with scrape type 2
2026-03-30 00:50:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cd23a64e-107b-53fb-bad8-4fa66ea3fe53, identifier: 7004121auction111077
2026-03-30 00:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cd23a64e-107b-53fb-bad8-4fa66ea3fe53 with identifier: 7004121auction111077
2026-03-30 00:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cd23a64e-107b-53fb-bad8-4fa66ea3fe53 with identifier: 7004121auction111077
2026-03-30 00:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cd23a64e-107b-53fb-bad8-4fa66ea3fe53 with identifier: 7004121auction111077 to the API
2026-03-30 00:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004121>
{'auction_title': '',
'c_o_2_emission_value': 219,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': 'cd23a64e-107b-53fb-bad8-4fa66ea3fe53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004121',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 192299,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-08',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ Sprinter GB 311CDI 4325 3.5t 7G-Tronic HRF 6 4D 84kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GB 311CDI 4325 3.5t 7G-Tronic HRF 6 4D 84kW',
'vin': None,
'year': 2018}
2026-03-30 00:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004121auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:44 [ecarstrade.nl] INFO: Saving data for 7004121auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537186.209072, 'last_price_update_time': 1774831844.007075}
2026-03-30 00:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004121auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004113> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004271> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:44 [ecarstrade.nl] INFO: Extracting details for car 7004113auction111077
2026-03-30 00:50:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f95402d1-2349-52de-8133-49db3a88c476 with identifier: 7004113auction111077
2026-03-30 00:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f95402d1-2349-52de-8133-49db3a88c476 with scrape type 2
2026-03-30 00:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f95402d1-2349-52de-8133-49db3a88c476 with scrape type 2
2026-03-30 00:50:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f95402d1-2349-52de-8133-49db3a88c476, identifier: 7004113auction111077
2026-03-30 00:50:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f95402d1-2349-52de-8133-49db3a88c476 with identifier: 7004113auction111077
2026-03-30 00:50:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f95402d1-2349-52de-8133-49db3a88c476 with identifier: 7004113auction111077
2026-03-30 00:50:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f95402d1-2349-52de-8133-49db3a88c476 with identifier: 7004113auction111077 to the API
2026-03-30 00:50:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50: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-30 00:50:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004113>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 6,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'f95402d1-2349-52de-8133-49db3a88c476',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004113',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MAN',
'model': 'Mini One Clubman',
'odometer': 124182,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-17',
'seats_number': 5,
'seller_name': None,
'title': 'Mini Mini Clubman One 5D 75kW',
'transmission': 'manual',
'trim': 'Mini Mini Clubman One 5D 75kW',
'vin': None,
'year': 2021}
2026-03-30 00:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004113auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:44 [ecarstrade.nl] INFO: Saving data for 7004113auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537189.485381, 'last_price_update_time': 1774831844.947139}
2026-03-30 00:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004113auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:44 [ecarstrade.nl] INFO: Extracting details for car 7004271auction111077
2026-03-30 00:50:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e266a121-07a6-5a1c-83d5-0a4a677576e5 with identifier: 7004271auction111077
2026-03-30 00:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e266a121-07a6-5a1c-83d5-0a4a677576e5 with scrape type 2
2026-03-30 00:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e266a121-07a6-5a1c-83d5-0a4a677576e5 with scrape type 2
2026-03-30 00:50:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e266a121-07a6-5a1c-83d5-0a4a677576e5, identifier: 7004271auction111077
2026-03-30 00:50:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e266a121-07a6-5a1c-83d5-0a4a677576e5 with identifier: 7004271auction111077
2026-03-30 00:50:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e266a121-07a6-5a1c-83d5-0a4a677576e5 with identifier: 7004271auction111077
2026-03-30 00:50:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e266a121-07a6-5a1c-83d5-0a4a677576e5 with identifier: 7004271auction111077 to the API
2026-03-30 00:50:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50: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-30 00:50:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004271>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': 'e266a121-07a6-5a1c-83d5-0a4a677576e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004271',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 36494,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 58kWh 1st Plus auto 5D 150kW uitlopend',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 58kWh 1st Plus auto 5D 150kW uitlopend',
'vin': None,
'year': 2020}
2026-03-30 00:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004271auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:45 [ecarstrade.nl] INFO: Saving data for 7004271auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537185.464995, 'last_price_update_time': 1774831845.323057}
2026-03-30 00:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004271auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004188> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:46 [ecarstrade.nl] INFO: Extracting details for car 7004188auction111077
2026-03-30 00:50:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66c1dd09-1756-50eb-9882-f2fb0b4609aa with identifier: 7004188auction111077
2026-03-30 00:50:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66c1dd09-1756-50eb-9882-f2fb0b4609aa with scrape type 2
2026-03-30 00:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66c1dd09-1756-50eb-9882-f2fb0b4609aa with scrape type 2
2026-03-30 00:50:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 66c1dd09-1756-50eb-9882-f2fb0b4609aa, identifier: 7004188auction111077
2026-03-30 00:50:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 66c1dd09-1756-50eb-9882-f2fb0b4609aa with identifier: 7004188auction111077
2026-03-30 00:50:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 66c1dd09-1756-50eb-9882-f2fb0b4609aa with identifier: 7004188auction111077
2026-03-30 00:50:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 66c1dd09-1756-50eb-9882-f2fb0b4609aa with identifier: 7004188auction111077 to the API
2026-03-30 00:50:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004188>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '66c1dd09-1756-50eb-9882-f2fb0b4609aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004188',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '218 Gran Coupé',
'odometer': 81167,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2-serie Gran Coupé 218iA Corporate Executive 4D 103kW',
'transmission': 'automatic',
'trim': '2-serie Gran Coupé 218iA Corporate Executive 4D 103kW',
'vin': None,
'year': 2020}
2026-03-30 00:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004188auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:47 [ecarstrade.nl] INFO: Saving data for 7004188auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537176.086562, 'last_price_update_time': 1774831847.276595}
2026-03-30 00:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004188auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004109> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:49 [ecarstrade.nl] INFO: Extracting details for car 7004109auction111077
2026-03-30 00:50:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9ce935f-71a2-5302-bf18-09c07f2b478e with identifier: 7004109auction111077
2026-03-30 00:50:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9ce935f-71a2-5302-bf18-09c07f2b478e with scrape type 2
2026-03-30 00:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9ce935f-71a2-5302-bf18-09c07f2b478e with scrape type 2
2026-03-30 00:50:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a9ce935f-71a2-5302-bf18-09c07f2b478e, identifier: 7004109auction111077
2026-03-30 00:50:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a9ce935f-71a2-5302-bf18-09c07f2b478e with identifier: 7004109auction111077
2026-03-30 00:50:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a9ce935f-71a2-5302-bf18-09c07f2b478e with identifier: 7004109auction111077
2026-03-30 00:50:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a9ce935f-71a2-5302-bf18-09c07f2b478e with identifier: 7004109auction111077 to the API
2026-03-30 00:50:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004109>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.2L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'a9ce935f-71a2-5302-bf18-09c07f2b478e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004109',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 61910,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-17',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Astra Sports Tourer 1.2 turbo 96kW Business Edition 5D '
'uitlopend',
'transmission': 'manual',
'trim': 'OPEL Sports Tourer 1.2 turbo 96kW Business Edition 5D uitlopend',
'vin': None,
'year': 2022}
2026-03-30 00:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004109auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:50 [ecarstrade.nl] INFO: Saving data for 7004109auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537177.140698, 'last_price_update_time': 1774831850.650766}
2026-03-30 00:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004109auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004268> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004148> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:50 [ecarstrade.nl] INFO: Extracting details for car 7004268auction111077
2026-03-30 00:50:50 [ecarstrade.nl] INFO: Extracting details for car 7004148auction111077
2026-03-30 00:50:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc9725ff-1166-57f3-9142-acc3bb476b88 with identifier: 7004268auction111077
2026-03-30 00:50:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc9725ff-1166-57f3-9142-acc3bb476b88 with scrape type 2
2026-03-30 00:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc9725ff-1166-57f3-9142-acc3bb476b88 with scrape type 2
2026-03-30 00:50:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cc9725ff-1166-57f3-9142-acc3bb476b88, identifier: 7004268auction111077
2026-03-30 00:50:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa2c8db8-2951-5bb8-8b4f-abdd11dba884 with identifier: 7004148auction111077
2026-03-30 00:50:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa2c8db8-2951-5bb8-8b4f-abdd11dba884 with scrape type 2
2026-03-30 00:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa2c8db8-2951-5bb8-8b4f-abdd11dba884 with scrape type 2
2026-03-30 00:50:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aa2c8db8-2951-5bb8-8b4f-abdd11dba884, identifier: 7004148auction111077
2026-03-30 00:50:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cc9725ff-1166-57f3-9142-acc3bb476b88 with identifier: 7004268auction111077
2026-03-30 00:50:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cc9725ff-1166-57f3-9142-acc3bb476b88 with identifier: 7004268auction111077
2026-03-30 00:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cc9725ff-1166-57f3-9142-acc3bb476b88 with identifier: 7004268auction111077 to the API
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004268>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': 'cc9725ff-1166-57f3-9142-acc3bb476b88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004268',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 92316,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 58kWh Business auto 5D 150kW uitlopend',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 58kWh Business auto 5D 150kW uitlopend',
'vin': None,
'year': 2020}
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004268auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Saving data for 7004268auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537078.331206, 'last_price_update_time': 1774831851.241178}
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004268auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aa2c8db8-2951-5bb8-8b4f-abdd11dba884 with identifier: 7004148auction111077
2026-03-30 00:50:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aa2c8db8-2951-5bb8-8b4f-abdd11dba884 with identifier: 7004148auction111077
2026-03-30 00:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aa2c8db8-2951-5bb8-8b4f-abdd11dba884 with identifier: 7004148auction111077 to the API
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004148>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'aa2c8db8-2951-5bb8-8b4f-abdd11dba884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004148',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Stonic',
'odometer': 36367,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-28',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Stonic 1.0 T-GDi MHEV 74 kW DynamicLine 5D',
'transmission': 'manual',
'trim': 'KIA 1.0 T-GDi MHEV 74 kW DynamicLine 5D',
'vin': None,
'year': 2022}
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004148auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Saving data for 7004148auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537076.292489, 'last_price_update_time': 1774831851.508737}
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004148auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004270auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004270auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004270auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004101auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004101auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004101auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004102auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004102auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004102auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004104auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004104auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004104auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004106auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004106auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004106auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004103auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004103auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004103auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004105auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004105auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004105auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7005063auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005063auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7005063auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004176auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004176auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004176auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004276auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004276auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004276auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004312auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004312auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004312auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004311auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004311auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004311auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004152auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004152auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004152auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004325auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004325auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004325auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004170auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004170auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004170auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004174auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004174auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004174auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004301auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004301auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004301auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004167auction111077
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004167auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Scrape type for 7004167auction111077: 0
2026-03-30 00:50:51 [ecarstrade.nl] INFO: Found listing with ID: 7004175auction111077
2026-03-30 00:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004175auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:52 [ecarstrade.nl] INFO: Scrape type for 7004175auction111077: 0
2026-03-30 00:50:52 [ecarstrade.nl] INFO: Found listing with ID: 7004151auction111077
2026-03-30 00:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004151auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:52 [ecarstrade.nl] INFO: Scrape type for 7004151auction111077: 0
2026-03-30 00:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004320> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:52 [ecarstrade.nl] INFO: Extracting details for car 7004320auction111077
2026-03-30 00:50:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9416457d-e415-55c1-bc88-0a3bd1205fe6 with identifier: 7004320auction111077
2026-03-30 00:50:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9416457d-e415-55c1-bc88-0a3bd1205fe6 with scrape type 2
2026-03-30 00:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9416457d-e415-55c1-bc88-0a3bd1205fe6 with scrape type 2
2026-03-30 00:50:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9416457d-e415-55c1-bc88-0a3bd1205fe6, identifier: 7004320auction111077
2026-03-30 00:50:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9416457d-e415-55c1-bc88-0a3bd1205fe6 with identifier: 7004320auction111077
2026-03-30 00:50:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9416457d-e415-55c1-bc88-0a3bd1205fe6 with identifier: 7004320auction111077
2026-03-30 00:50:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9416457d-e415-55c1-bc88-0a3bd1205fe6 with identifier: 7004320auction111077 to the API
2026-03-30 00:50:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004320>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.2L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '9416457d-e415-55c1-bc88-0a3bd1205fe6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004320',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '308',
'odometer': 55981,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW Active Pack Bus.1.2 PT 110 81kW Athlon Edition',
'transmission': 'manual',
'trim': 'PEUGEOT SW Active Pack Bus.1.2 PT 110 81kW Athlon Edition',
'vin': None,
'year': 2022}
2026-03-30 00:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004320auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:52 [ecarstrade.nl] INFO: Saving data for 7004320auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537077.854593, 'last_price_update_time': 1774831852.508507}
2026-03-30 00:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004320auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004272> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:53 [ecarstrade.nl] INFO: Extracting details for car 7004272auction111077
2026-03-30 00:50:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6abc383-f0b5-5d41-9b4d-adddb496b8fb with identifier: 7004272auction111077
2026-03-30 00:50:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6abc383-f0b5-5d41-9b4d-adddb496b8fb with scrape type 2
2026-03-30 00:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6abc383-f0b5-5d41-9b4d-adddb496b8fb with scrape type 2
2026-03-30 00:50:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a6abc383-f0b5-5d41-9b4d-adddb496b8fb, identifier: 7004272auction111077
2026-03-30 00:50:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a6abc383-f0b5-5d41-9b4d-adddb496b8fb with identifier: 7004272auction111077
2026-03-30 00:50:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a6abc383-f0b5-5d41-9b4d-adddb496b8fb with identifier: 7004272auction111077
2026-03-30 00:50:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a6abc383-f0b5-5d41-9b4d-adddb496b8fb with identifier: 7004272auction111077 to the API
2026-03-30 00:50:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004272>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': 'a6abc383-f0b5-5d41-9b4d-adddb496b8fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004272',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 88699,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-24',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 58kWh 1st Plus auto 5D 150kW uitlopend',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 58kWh 1st Plus auto 5D 150kW uitlopend',
'vin': None,
'year': 2020}
2026-03-30 00:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004272auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:54 [ecarstrade.nl] INFO: Saving data for 7004272auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537104.657409, 'last_price_update_time': 1774831854.142094}
2026-03-30 00:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004272auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004309> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004274> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:57 [ecarstrade.nl] INFO: Extracting details for car 7004309auction111077
2026-03-30 00:50:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0d8c38e-44b4-5582-b409-14203d5f8f85 with identifier: 7004309auction111077
2026-03-30 00:50:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0d8c38e-44b4-5582-b409-14203d5f8f85 with scrape type 2
2026-03-30 00:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0d8c38e-44b4-5582-b409-14203d5f8f85 with scrape type 2
2026-03-30 00:50:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f0d8c38e-44b4-5582-b409-14203d5f8f85, identifier: 7004309auction111077
2026-03-30 00:50:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f0d8c38e-44b4-5582-b409-14203d5f8f85 with identifier: 7004309auction111077
2026-03-30 00:50:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f0d8c38e-44b4-5582-b409-14203d5f8f85 with identifier: 7004309auction111077
2026-03-30 00:50:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f0d8c38e-44b4-5582-b409-14203d5f8f85 with identifier: 7004309auction111077 to the API
2026-03-30 00:50:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:50:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004309>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.6L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'f0d8c38e-44b4-5582-b409-14203d5f8f85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004309',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Clio',
'odometer': 38688,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-08',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.6 Hybrid 140 E-TECH Zen 5D 103kW',
'transmission': 'automatic',
'trim': 'RENAULT CLIO 1.6 Hybrid 140 E-TECH Zen 5D 103kW',
'vin': None,
'year': 2021}
2026-03-30 00:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004309auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:58 [ecarstrade.nl] INFO: Saving data for 7004309auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537211.792911, 'last_price_update_time': 1774831858.047761}
2026-03-30 00:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004309auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:58 [ecarstrade.nl] INFO: Extracting details for car 7004274auction111077
2026-03-30 00:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004120> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 119f29f9-5255-5139-bef9-86a682935a3e with identifier: 7004274auction111077
2026-03-30 00:50:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 119f29f9-5255-5139-bef9-86a682935a3e with scrape type 2
2026-03-30 00:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 119f29f9-5255-5139-bef9-86a682935a3e with scrape type 2
2026-03-30 00:50:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 119f29f9-5255-5139-bef9-86a682935a3e, identifier: 7004274auction111077
2026-03-30 00:50:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 119f29f9-5255-5139-bef9-86a682935a3e with identifier: 7004274auction111077
2026-03-30 00:50:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 119f29f9-5255-5139-bef9-86a682935a3e with identifier: 7004274auction111077
2026-03-30 00:50:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 119f29f9-5255-5139-bef9-86a682935a3e with identifier: 7004274auction111077 to the API
2026-03-30 00:50:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50: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-30 00:50:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004274>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '119f29f9-5255-5139-bef9-86a682935a3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004274',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 82633,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 58kWh 1st Plus auto 5D 150kW',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 58kWh 1st Plus auto 5D 150kW',
'vin': None,
'year': 2020}
2026-03-30 00:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004274auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:58 [ecarstrade.nl] INFO: Saving data for 7004274auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537176.688248, 'last_price_update_time': 1774831858.448802}
2026-03-30 00:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004274auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:58 [ecarstrade.nl] INFO: Extracting details for car 7004120auction111077
2026-03-30 00:50:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 738655eb-bbaa-50d7-b4c1-1ef280334a4a with identifier: 7004120auction111077
2026-03-30 00:50:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 738655eb-bbaa-50d7-b4c1-1ef280334a4a with scrape type 2
2026-03-30 00:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 738655eb-bbaa-50d7-b4c1-1ef280334a4a with scrape type 2
2026-03-30 00:50:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 738655eb-bbaa-50d7-b4c1-1ef280334a4a, identifier: 7004120auction111077
2026-03-30 00:50:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 738655eb-bbaa-50d7-b4c1-1ef280334a4a with identifier: 7004120auction111077
2026-03-30 00:50:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 738655eb-bbaa-50d7-b4c1-1ef280334a4a with identifier: 7004120auction111077
2026-03-30 00:50:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 738655eb-bbaa-50d7-b4c1-1ef280334a4a with identifier: 7004120auction111077 to the API
2026-03-30 00:50:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50: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-30 00:50:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004120>
{'auction_title': '',
'c_o_2_emission_value': 219,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': '738655eb-bbaa-50d7-b4c1-1ef280334a4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004120',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 259372,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-10',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ Sprinter GB 311CDI 4325 3.5t 7G-Tronic HRF 6 4D 84kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GB 311CDI 4325 3.5t 7G-Tronic HRF 6 4D 84kW',
'vin': None,
'year': 2018}
2026-03-30 00:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004120auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:58 [ecarstrade.nl] INFO: Saving data for 7004120auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537177.554271, 'last_price_update_time': 1774831858.83658}
2026-03-30 00:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004120auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004293> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:58 [ecarstrade.nl] INFO: Extracting details for car 7004293auction111077
2026-03-30 00:50:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5258c49b-9275-5f06-8193-8089e60cf03b with identifier: 7004293auction111077
2026-03-30 00:50:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5258c49b-9275-5f06-8193-8089e60cf03b with scrape type 2
2026-03-30 00:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5258c49b-9275-5f06-8193-8089e60cf03b with scrape type 2
2026-03-30 00:50:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5258c49b-9275-5f06-8193-8089e60cf03b, identifier: 7004293auction111077
2026-03-30 00:50:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5258c49b-9275-5f06-8193-8089e60cf03b with identifier: 7004293auction111077
2026-03-30 00:50:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5258c49b-9275-5f06-8193-8089e60cf03b with identifier: 7004293auction111077
2026-03-30 00:50:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5258c49b-9275-5f06-8193-8089e60cf03b with identifier: 7004293auction111077 to the API
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:50: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-30 00:50:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004293>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '5258c49b-9275-5f06-8193-8089e60cf03b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004293',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Leon',
'odometer': 86046,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT LEON 1.0 TSI FR 5D 81kW',
'transmission': 'manual',
'trim': 'SEAT LEON 1.0 TSI FR 5D 81kW',
'vin': None,
'year': 2022}
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004293auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Saving data for 7004293auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537175.578907, 'last_price_update_time': 1774831859.32872}
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004293auction111077') HTTP/1.1" 204 0
2026-03-30 00:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004165auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004165auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004165auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004183auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004183auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004183auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004319auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004319auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004319auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004306auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004306auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004306auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004184auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004184auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004184auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004281auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004281auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004281auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004310auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004310auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004310auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004308auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004308auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004308auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004186auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004186auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004186auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004300auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004300auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004300auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004256auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004256auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004256auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004112auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004112auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004112auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004111auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004111auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004111auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004100auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004100auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004100auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004180auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004180auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004180auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7004307auction111077
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004307auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7004307auction111077: 0
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7007123auction111108
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007123auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7007123auction111108: 2
2026-03-30 00:50:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7007129auction111108
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007129auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7007129auction111108: 2
2026-03-30 00:50:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7007157auction111108
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007157auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7007157auction111108: 2
2026-03-30 00:50:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Found listing with ID: 7007121auction111108
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007121auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:50:59 [ecarstrade.nl] INFO: Scrape type for 7007121auction111108: 2
2026-03-30 00:50:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:50:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007129> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:05 [ecarstrade.nl] INFO: Extracting details for car 7007129auction111108
2026-03-30 00:51:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec143f6b-508b-50d3-92b3-cdd13601cea1 with identifier: 7007129auction111108
2026-03-30 00:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec143f6b-508b-50d3-92b3-cdd13601cea1 with scrape type 2
2026-03-30 00:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec143f6b-508b-50d3-92b3-cdd13601cea1 with scrape type 2
2026-03-30 00:51:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ec143f6b-508b-50d3-92b3-cdd13601cea1, identifier: 7007129auction111108
2026-03-30 00:51:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ec143f6b-508b-50d3-92b3-cdd13601cea1 with identifier: 7007129auction111108
2026-03-30 00:51:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ec143f6b-508b-50d3-92b3-cdd13601cea1 with identifier: 7007129auction111108
2026-03-30 00:51:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ec143f6b-508b-50d3-92b3-cdd13601cea1 with identifier: 7007129auction111108 to the API
2026-03-30 00:51:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007129>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Electric',
'id': 'ec143f6b-508b-50d3-92b3-cdd13601cea1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007129',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model X',
'odometer': 299370,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-15',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model X 100D',
'transmission': 'automatic',
'trim': '100D',
'vin': None,
'year': 2018}
2026-03-30 00:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007129auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:06 [ecarstrade.nl] INFO: Saving data for 7007129auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623029.664497, 'last_price_update_time': 1774831866.416107}
2026-03-30 00:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007129auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007123> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:06 [scrapy.extensions.logstats] INFO: Crawled 205 pages (at 43 pages/min), scraped 188 items (at 38 items/min)
2026-03-30 00:51:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 278MiB
2026-03-30 00:51:06 [ecarstrade.nl] INFO: Extracting details for car 7007123auction111108
2026-03-30 00:51:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fc6523e-9e36-5a16-8d15-2f59783664bc with identifier: 7007123auction111108
2026-03-30 00:51:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fc6523e-9e36-5a16-8d15-2f59783664bc with scrape type 2
2026-03-30 00:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fc6523e-9e36-5a16-8d15-2f59783664bc with scrape type 2
2026-03-30 00:51:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1fc6523e-9e36-5a16-8d15-2f59783664bc, identifier: 7007123auction111108
2026-03-30 00:51:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1fc6523e-9e36-5a16-8d15-2f59783664bc with identifier: 7007123auction111108
2026-03-30 00:51:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1fc6523e-9e36-5a16-8d15-2f59783664bc with identifier: 7007123auction111108
2026-03-30 00:51:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1fc6523e-9e36-5a16-8d15-2f59783664bc with identifier: 7007123auction111108 to the API
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51: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-30 00:51:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007123>
{'auction_title': '',
'c_o_2_emission_value': 162,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': '1fc6523e-9e36-5a16-8d15-2f59783664bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007123',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'E 350',
'odometer': 143864,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLS-KLASSE 350 Premium Plus',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLS-KLASS Premium Plus',
'vin': None,
'year': 2019}
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007123auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:07 [ecarstrade.nl] INFO: Saving data for 7007123auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623030.349203, 'last_price_update_time': 1774831867.248537}
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007123auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007121> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:07 [ecarstrade.nl] INFO: Extracting details for car 7007121auction111108
2026-03-30 00:51:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aea1356d-9b80-5724-9454-400e242b16fd with identifier: 7007121auction111108
2026-03-30 00:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aea1356d-9b80-5724-9454-400e242b16fd with scrape type 2
2026-03-30 00:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aea1356d-9b80-5724-9454-400e242b16fd with scrape type 2
2026-03-30 00:51:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aea1356d-9b80-5724-9454-400e242b16fd, identifier: 7007121auction111108
2026-03-30 00:51:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aea1356d-9b80-5724-9454-400e242b16fd with identifier: 7007121auction111108
2026-03-30 00:51:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aea1356d-9b80-5724-9454-400e242b16fd with identifier: 7007121auction111108
2026-03-30 00:51:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aea1356d-9b80-5724-9454-400e242b16fd with identifier: 7007121auction111108 to the API
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51: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-30 00:51:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007121>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': 'aea1356d-9b80-5724-9454-400e242b16fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007121',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Iveco',
'model': 'Other',
'odometer': 65856,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-31',
'seats_number': None,
'seller_name': None,
'title': 'IVECO DAILY 35C14 2.3 375',
'transmission': 'manual',
'trim': 'IVECO DAILY 35C14 2.3 375',
'vin': None,
'year': 2022}
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007121auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:07 [ecarstrade.nl] INFO: Saving data for 7007121auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623031.038624, 'last_price_update_time': 1774831867.742672}
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007121auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:07 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:51:07 [ecarstrade.nl] INFO: Found listing with ID: 7007160auction111108
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007160auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:07 [ecarstrade.nl] INFO: Scrape type for 7007160auction111108: 2
2026-03-30 00:51:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:07 [ecarstrade.nl] INFO: Found listing with ID: 7007111auction111108
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007111auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:07 [ecarstrade.nl] INFO: Scrape type for 7007111auction111108: 2
2026-03-30 00:51:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:07 [ecarstrade.nl] INFO: Found listing with ID: 7007224auction111108
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007224auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:07 [ecarstrade.nl] INFO: Scrape type for 7007224auction111108: 2
2026-03-30 00:51:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:07 [ecarstrade.nl] INFO: Found listing with ID: 7007125auction111108
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007125auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:07 [ecarstrade.nl] INFO: Scrape type for 7007125auction111108: 2
2026-03-30 00:51:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:07 [ecarstrade.nl] INFO: Found listing with ID: 7007124auction111108
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007124auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:07 [ecarstrade.nl] INFO: Scrape type for 7007124auction111108: 2
2026-03-30 00:51:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7007159auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007159auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7007159auction111108: 2
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7009257auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009257auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7009257auction111108: 2
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7007143auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007143auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7007143auction111108: 2
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7007169auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007169auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7007169auction111108: 2
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7007153auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007153auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7007153auction111108: 2
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7007163auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007163auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7007163auction111108: 2
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7007126auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007126auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7007126auction111108: 2
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7007168auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007168auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7007168auction111108: 2
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7007120auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007120auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7007120auction111108: 2
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7007162auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007162auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7007162auction111108: 2
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7007119auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007119auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7007119auction111108: 2
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7007130auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007130auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7007130auction111108: 2
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7007139auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007139auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7007139auction111108: 2
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7007112auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007112auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7007112auction111108: 2
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Found listing with ID: 7007117auction111108
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007117auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Scrape type for 7007117auction111108: 2
2026-03-30 00:51:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004168> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Extracting details for car 7004168auction111077
2026-03-30 00:51:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76 with identifier: 7004168auction111077
2026-03-30 00:51:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76 with scrape type 2
2026-03-30 00:51:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76 with scrape type 2
2026-03-30 00:51:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76, identifier: 7004168auction111077
2026-03-30 00:51:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76 with identifier: 7004168auction111077
2026-03-30 00:51:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76 with identifier: 7004168auction111077
2026-03-30 00:51:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76 with identifier: 7004168auction111077 to the API
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51: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-30 00:51:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004168>
{'auction_title': '',
'c_o_2_emission_value': 207,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': 'ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004168',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Ranger',
'odometer': 89055,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-03',
'seats_number': None,
'seller_name': None,
'title': 'FORD Ranger PU Super Cab Lmtd 2.2 TDCi 160pk Auto 4D',
'transmission': 'automatic',
'trim': 'FORD PU Super Cab Lmtd 2.2 TDCi 160pk Auto 4D',
'vin': None,
'year': 2019}
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004168auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:51:08 [ecarstrade.nl] INFO: Saving data for 7004168auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537105.452552, 'last_price_update_time': 1774831868.948739}
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004168auction111077') HTTP/1.1" 204 0
2026-03-30 00:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004284> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007157> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:11 [ecarstrade.nl] INFO: Extracting details for car 7004284auction111077
2026-03-30 00:51:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cd141f1-9a92-5d3e-a759-e2fb578cf723 with identifier: 7004284auction111077
2026-03-30 00:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cd141f1-9a92-5d3e-a759-e2fb578cf723 with scrape type 2
2026-03-30 00:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cd141f1-9a92-5d3e-a759-e2fb578cf723 with scrape type 2
2026-03-30 00:51:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9cd141f1-9a92-5d3e-a759-e2fb578cf723, identifier: 7004284auction111077
2026-03-30 00:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9cd141f1-9a92-5d3e-a759-e2fb578cf723 with identifier: 7004284auction111077
2026-03-30 00:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9cd141f1-9a92-5d3e-a759-e2fb578cf723 with identifier: 7004284auction111077
2026-03-30 00:51:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9cd141f1-9a92-5d3e-a759-e2fb578cf723 with identifier: 7004284auction111077 to the API
2026-03-30 00:51:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004284>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.2L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '9cd141f1-9a92-5d3e-a759-e2fb578cf723',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004284',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Suzuki',
'model': 'Swift',
'odometer': 23253,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-13',
'seats_number': 5,
'seller_name': None,
'title': 'SUZUKI Swift 1.2 Smart Hybrid Select 5D 61kW',
'transmission': 'manual',
'trim': 'SUZUKI 1.2 Smart Hybrid Select 5D 61kW',
'vin': None,
'year': 2024}
2026-03-30 00:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004284auction111077%27 HTTP/1.1" 200 None
2026-03-30 00:51:11 [ecarstrade.nl] INFO: Saving data for 7004284auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537201.125424, 'last_price_update_time': 1774831871.450253}
2026-03-30 00:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004284auction111077') HTTP/1.1" 204 0
2026-03-30 00:51:11 [ecarstrade.nl] INFO: Extracting details for car 7007157auction111108
2026-03-30 00:51:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8765ca18-d42c-5076-ac1a-196414fb2312 with identifier: 7007157auction111108
2026-03-30 00:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8765ca18-d42c-5076-ac1a-196414fb2312 with scrape type 2
2026-03-30 00:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8765ca18-d42c-5076-ac1a-196414fb2312 with scrape type 2
2026-03-30 00:51:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8765ca18-d42c-5076-ac1a-196414fb2312, identifier: 7007157auction111108
2026-03-30 00:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8765ca18-d42c-5076-ac1a-196414fb2312 with identifier: 7007157auction111108
2026-03-30 00:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8765ca18-d42c-5076-ac1a-196414fb2312 with identifier: 7007157auction111108
2026-03-30 00:51:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8765ca18-d42c-5076-ac1a-196414fb2312 with identifier: 7007157auction111108 to the API
2026-03-30 00:51:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007157>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Electric',
'id': '8765ca18-d42c-5076-ac1a-196414fb2312',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007157',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Niro',
'odometer': 54690,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-15',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Niro EV 64.8kWh ev dynamicplusline 3-fase 150kW aut',
'transmission': 'automatic',
'trim': 'KIA EV 64.8kWh ev dynamicplusline 3-fase 150kW aut',
'vin': None,
'year': 2023}
2026-03-30 00:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007157auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:11 [ecarstrade.nl] INFO: Saving data for 7007157auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774622978.47647, 'last_price_update_time': 1774831871.840759}
2026-03-30 00:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007157auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007224> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007111> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:14 [ecarstrade.nl] INFO: Extracting details for car 7007224auction111108
2026-03-30 00:51:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c7a1ff4-cba4-5193-aa3f-63056a071a52 with identifier: 7007224auction111108
2026-03-30 00:51:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c7a1ff4-cba4-5193-aa3f-63056a071a52 with scrape type 2
2026-03-30 00:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c7a1ff4-cba4-5193-aa3f-63056a071a52 with scrape type 2
2026-03-30 00:51:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0c7a1ff4-cba4-5193-aa3f-63056a071a52, identifier: 7007224auction111108
2026-03-30 00:51:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0c7a1ff4-cba4-5193-aa3f-63056a071a52 with identifier: 7007224auction111108
2026-03-30 00:51:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0c7a1ff4-cba4-5193-aa3f-63056a071a52 with identifier: 7007224auction111108
2026-03-30 00:51:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0c7a1ff4-cba4-5193-aa3f-63056a071a52 with identifier: 7007224auction111108 to the API
2026-03-30 00:51:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007224>
{'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-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': '0c7a1ff4-cba4-5193-aa3f-63056a071a52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007224',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 38277,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-03',
'seats_number': None,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy Cargo 2.0 TDI Style',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Cargo 2.0 TDI Style',
'vin': None,
'year': 2024}
2026-03-30 00:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007224auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:14 [ecarstrade.nl] INFO: Saving data for 7007224auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623028.94987, 'last_price_update_time': 1774831874.462053}
2026-03-30 00:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007224auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:14 [ecarstrade.nl] INFO: Extracting details for car 7007111auction111108
2026-03-30 00:51:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87959eb4-91c2-531c-9342-da1bfb1209d6 with identifier: 7007111auction111108
2026-03-30 00:51:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87959eb4-91c2-531c-9342-da1bfb1209d6 with scrape type 2
2026-03-30 00:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87959eb4-91c2-531c-9342-da1bfb1209d6 with scrape type 2
2026-03-30 00:51:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 87959eb4-91c2-531c-9342-da1bfb1209d6, identifier: 7007111auction111108
2026-03-30 00:51:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 87959eb4-91c2-531c-9342-da1bfb1209d6 with identifier: 7007111auction111108
2026-03-30 00:51:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 87959eb4-91c2-531c-9342-da1bfb1209d6 with identifier: 7007111auction111108
2026-03-30 00:51:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 87959eb4-91c2-531c-9342-da1bfb1209d6 with identifier: 7007111auction111108 to the API
2026-03-30 00:51:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007111>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Electric',
'id': '87959eb4-91c2-531c-9342-da1bfb1209d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007111',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 104972,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-27',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI e-tron e-tron 55 quattro advanced 95 kWh',
'transmission': 'automatic',
'trim': 'AUDI e-tron e-tron 55 quattro advanced 95 kWh',
'vin': None,
'year': 2019}
2026-03-30 00:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007111auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:14 [ecarstrade.nl] INFO: Saving data for 7007111auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774622977.863915, 'last_price_update_time': 1774831874.861128}
2026-03-30 00:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007111auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007160> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007125> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:15 [ecarstrade.nl] INFO: Extracting details for car 7007160auction111108
2026-03-30 00:51:15 [ecarstrade.nl] INFO: Extracting details for car 7007125auction111108
2026-03-30 00:51:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e51e931-f50b-5c21-b891-5469e71ff71a with identifier: 7007160auction111108
2026-03-30 00:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e51e931-f50b-5c21-b891-5469e71ff71a with scrape type 2
2026-03-30 00:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e51e931-f50b-5c21-b891-5469e71ff71a with scrape type 2
2026-03-30 00:51:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6e51e931-f50b-5c21-b891-5469e71ff71a, identifier: 7007160auction111108
2026-03-30 00:51:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb814e6e-ff41-5c26-9a3d-8d0da14d26e0 with identifier: 7007125auction111108
2026-03-30 00:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb814e6e-ff41-5c26-9a3d-8d0da14d26e0 with scrape type 2
2026-03-30 00:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb814e6e-ff41-5c26-9a3d-8d0da14d26e0 with scrape type 2
2026-03-30 00:51:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cb814e6e-ff41-5c26-9a3d-8d0da14d26e0, identifier: 7007125auction111108
2026-03-30 00:51:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6e51e931-f50b-5c21-b891-5469e71ff71a with identifier: 7007160auction111108
2026-03-30 00:51:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6e51e931-f50b-5c21-b891-5469e71ff71a with identifier: 7007160auction111108
2026-03-30 00:51:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6e51e931-f50b-5c21-b891-5469e71ff71a with identifier: 7007160auction111108 to the API
2026-03-30 00:51:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007160>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Electric',
'id': '6e51e931-f50b-5c21-b891-5469e71ff71a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007160',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 36600,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Kona 1.6 GDI HEV Comfort Smart',
'transmission': 'automatic',
'trim': 'HYUNDAI 1.6 GDI HEV Comfort Smart',
'vin': None,
'year': 2024}
2026-03-30 00:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007160auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:15 [ecarstrade.nl] INFO: Saving data for 7007160auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774622975.92836, 'last_price_update_time': 1774831875.543427}
2026-03-30 00:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007160auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cb814e6e-ff41-5c26-9a3d-8d0da14d26e0 with identifier: 7007125auction111108
2026-03-30 00:51:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cb814e6e-ff41-5c26-9a3d-8d0da14d26e0 with identifier: 7007125auction111108
2026-03-30 00:51:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cb814e6e-ff41-5c26-9a3d-8d0da14d26e0 with identifier: 7007125auction111108 to the API
2026-03-30 00:51:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007125>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': 'cb814e6e-ff41-5c26-9a3d-8d0da14d26e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007125',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Master',
'odometer': 90430,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-22',
'seats_number': None,
'seller_name': None,
'title': 'RENAULT Master T35 2.3 dCi 135 L3H2 Work Edition',
'transmission': 'manual',
'trim': 'RENAULT T35 2.3 dCi 135 L3H2 Work Edition',
'vin': None,
'year': 2022}
2026-03-30 00:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007125auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:15 [ecarstrade.nl] INFO: Saving data for 7007125auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774622974.637705, 'last_price_update_time': 1774831875.820989}
2026-03-30 00:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007125auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007124> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:17 [ecarstrade.nl] INFO: Extracting details for car 7007124auction111108
2026-03-30 00:51:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd47151f-ede7-58a5-bd0d-aa3a56fc5b01 with identifier: 7007124auction111108
2026-03-30 00:51:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd47151f-ede7-58a5-bd0d-aa3a56fc5b01 with scrape type 2
2026-03-30 00:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd47151f-ede7-58a5-bd0d-aa3a56fc5b01 with scrape type 2
2026-03-30 00:51:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dd47151f-ede7-58a5-bd0d-aa3a56fc5b01, identifier: 7007124auction111108
2026-03-30 00:51:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dd47151f-ede7-58a5-bd0d-aa3a56fc5b01 with identifier: 7007124auction111108
2026-03-30 00:51:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dd47151f-ede7-58a5-bd0d-aa3a56fc5b01 with identifier: 7007124auction111108
2026-03-30 00:51:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dd47151f-ede7-58a5-bd0d-aa3a56fc5b01 with identifier: 7007124auction111108 to the API
2026-03-30 00:51:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51: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-30 00:51:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007124>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Electric',
'id': 'dd47151f-ede7-58a5-bd0d-aa3a56fc5b01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007124',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 66825,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro Edition Advantage 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro Edition Advantage 58 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007124auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:17 [ecarstrade.nl] INFO: Saving data for 7007124auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774622979.097099, 'last_price_update_time': 1774831877.458787}
2026-03-30 00:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007124auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007159> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:17 [ecarstrade.nl] INFO: Extracting details for car 7007159auction111108
2026-03-30 00:51:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8 with identifier: 7007159auction111108
2026-03-30 00:51:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8 with scrape type 2
2026-03-30 00:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8 with scrape type 2
2026-03-30 00:51:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8, identifier: 7007159auction111108
2026-03-30 00:51:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8 with identifier: 7007159auction111108
2026-03-30 00:51:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8 with identifier: 7007159auction111108
2026-03-30 00:51:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8 with identifier: 7007159auction111108 to the API
2026-03-30 00:51:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51: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-30 00:51:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007159>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': 'adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007159',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '530',
'odometer': 268531,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5-serie 530i High Executive',
'transmission': 'automatic',
'trim': '5-serie i High Executive',
'vin': None,
'year': 2018}
2026-03-30 00:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007159auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:18 [ecarstrade.nl] INFO: Saving data for 7007159auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774622979.713355, 'last_price_update_time': 1774831878.066491}
2026-03-30 00:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007159auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007169> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:20 [ecarstrade.nl] INFO: Extracting details for car 7007169auction111108
2026-03-30 00:51:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a05a3c85-3d9d-5244-b069-2d130caf48b7 with identifier: 7007169auction111108
2026-03-30 00:51:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a05a3c85-3d9d-5244-b069-2d130caf48b7 with scrape type 2
2026-03-30 00:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a05a3c85-3d9d-5244-b069-2d130caf48b7 with scrape type 2
2026-03-30 00:51:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a05a3c85-3d9d-5244-b069-2d130caf48b7, identifier: 7007169auction111108
2026-03-30 00:51:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a05a3c85-3d9d-5244-b069-2d130caf48b7 with identifier: 7007169auction111108
2026-03-30 00:51:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a05a3c85-3d9d-5244-b069-2d130caf48b7 with identifier: 7007169auction111108
2026-03-30 00:51:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a05a3c85-3d9d-5244-b069-2d130caf48b7 with identifier: 7007169auction111108 to the API
2026-03-30 00:51:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007169>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': 'a05a3c85-3d9d-5244-b069-2d130caf48b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007169',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 62856,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Life',
'vin': None,
'year': 2023}
2026-03-30 00:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007169auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:21 [ecarstrade.nl] INFO: Saving data for 7007169auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623007.958387, 'last_price_update_time': 1774831881.317504}
2026-03-30 00:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007169auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007143> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:21 [ecarstrade.nl] INFO: Extracting details for car 7007143auction111108
2026-03-30 00:51:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a931ee67-4eb7-5eec-bf4b-4cb593cbc45b with identifier: 7007143auction111108
2026-03-30 00:51:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a931ee67-4eb7-5eec-bf4b-4cb593cbc45b with scrape type 2
2026-03-30 00:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a931ee67-4eb7-5eec-bf4b-4cb593cbc45b with scrape type 2
2026-03-30 00:51:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a931ee67-4eb7-5eec-bf4b-4cb593cbc45b, identifier: 7007143auction111108
2026-03-30 00:51:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a931ee67-4eb7-5eec-bf4b-4cb593cbc45b with identifier: 7007143auction111108
2026-03-30 00:51:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a931ee67-4eb7-5eec-bf4b-4cb593cbc45b with identifier: 7007143auction111108
2026-03-30 00:51:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a931ee67-4eb7-5eec-bf4b-4cb593cbc45b with identifier: 7007143auction111108 to the API
2026-03-30 00:51:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007143>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Electric',
'id': 'a931ee67-4eb7-5eec-bf4b-4cb593cbc45b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007143',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 184012,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Long Range AWD 75 kWh',
'transmission': 'automatic',
'trim': 'Long Range AWD 75 kWh',
'vin': None,
'year': 2019}
2026-03-30 00:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007143auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:21 [ecarstrade.nl] INFO: Saving data for 7007143auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623005.661118, 'last_price_update_time': 1774831881.873004}
2026-03-30 00:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007143auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007153> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:22 [ecarstrade.nl] INFO: Extracting details for car 7007153auction111108
2026-03-30 00:51:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fed6335-d79e-506c-9ddb-ce0701f77726 with identifier: 7007153auction111108
2026-03-30 00:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fed6335-d79e-506c-9ddb-ce0701f77726 with scrape type 2
2026-03-30 00:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fed6335-d79e-506c-9ddb-ce0701f77726 with scrape type 2
2026-03-30 00:51:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9fed6335-d79e-506c-9ddb-ce0701f77726, identifier: 7007153auction111108
2026-03-30 00:51:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9fed6335-d79e-506c-9ddb-ce0701f77726 with identifier: 7007153auction111108
2026-03-30 00:51:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9fed6335-d79e-506c-9ddb-ce0701f77726 with identifier: 7007153auction111108
2026-03-30 00:51:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9fed6335-d79e-506c-9ddb-ce0701f77726 with identifier: 7007153auction111108 to the API
2026-03-30 00:51:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007153>
{'auction_title': '',
'c_o_2_emission_value': 219,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': '9fed6335-d79e-506c-9ddb-ce0701f77726',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007153',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 242312,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-10',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 314 2.2 CDI L2H2',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ SPRINTER 314 2.2 CDI L2H2',
'vin': None,
'year': 2018}
2026-03-30 00:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007153auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:22 [ecarstrade.nl] INFO: Saving data for 7007153auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623006.959263, 'last_price_update_time': 1774831882.551997}
2026-03-30 00:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007153auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007126> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:51:24 [ecarstrade.nl] INFO: Extracting details for car 7007126auction111108
2026-03-30 00:51:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 964e88ed-f6c6-5658-8a7d-714f10b97016 with identifier: 7007126auction111108
2026-03-30 00:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 964e88ed-f6c6-5658-8a7d-714f10b97016 with scrape type 2
2026-03-30 00:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 964e88ed-f6c6-5658-8a7d-714f10b97016 with scrape type 2
2026-03-30 00:51:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 964e88ed-f6c6-5658-8a7d-714f10b97016, identifier: 7007126auction111108
2026-03-30 00:51:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 964e88ed-f6c6-5658-8a7d-714f10b97016 with identifier: 7007126auction111108
2026-03-30 00:51:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 964e88ed-f6c6-5658-8a7d-714f10b97016 with identifier: 7007126auction111108
2026-03-30 00:51:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 964e88ed-f6c6-5658-8a7d-714f10b97016 with identifier: 7007126auction111108 to the API
2026-03-30 00:51:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007126>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '964e88ed-f6c6-5658-8a7d-714f10b97016',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007126',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Niro',
'odometer': 111483,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-24',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Niro 1.6 GDi Hybrid DynamicPlusLine',
'transmission': 'automatic',
'trim': 'KIA 1.6 GDi Hybrid DynamicPlusLine',
'vin': None,
'year': 2020}
2026-03-30 00:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007126auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:24 [ecarstrade.nl] INFO: Saving data for 7007126auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623144.551558, 'last_price_update_time': 1774831884.655591}
2026-03-30 00:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007126auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007117> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:25 [ecarstrade.nl] INFO: Extracting details for car 7007117auction111108
2026-03-30 00:51:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2089ede5-478d-5604-ae12-713526b5717c with identifier: 7007117auction111108
2026-03-30 00:51:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2089ede5-478d-5604-ae12-713526b5717c with scrape type 2
2026-03-30 00:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2089ede5-478d-5604-ae12-713526b5717c with scrape type 2
2026-03-30 00:51:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2089ede5-478d-5604-ae12-713526b5717c, identifier: 7007117auction111108
2026-03-30 00:51:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2089ede5-478d-5604-ae12-713526b5717c with identifier: 7007117auction111108
2026-03-30 00:51:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2089ede5-478d-5604-ae12-713526b5717c with identifier: 7007117auction111108
2026-03-30 00:51:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2089ede5-478d-5604-ae12-713526b5717c with identifier: 7007117auction111108 to the API
2026-03-30 00:51:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51: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-30 00:51:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007117>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': '2089ede5-478d-5604-ae12-713526b5717c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007117',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 183210,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-28',
'seats_number': None,
'seller_name': None,
'title': 'FORD TRANSIT CONNECT 1.5 TDCI L1 Trend',
'transmission': 'manual',
'trim': 'FORD TRANSIT CONNECT 1.5 TDCI L1 Trend',
'vin': None,
'year': 2017}
2026-03-30 00:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007117auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:25 [ecarstrade.nl] INFO: Saving data for 7007117auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623004.808931, 'last_price_update_time': 1774831885.481519}
2026-03-30 00:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007117auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007139> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007130> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:28 [ecarstrade.nl] INFO: Extracting details for car 7007139auction111108
2026-03-30 00:51:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 392eb446-b37d-5fa9-b683-7846ba58a7cd with identifier: 7007139auction111108
2026-03-30 00:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 392eb446-b37d-5fa9-b683-7846ba58a7cd with scrape type 2
2026-03-30 00:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 392eb446-b37d-5fa9-b683-7846ba58a7cd with scrape type 2
2026-03-30 00:51:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 392eb446-b37d-5fa9-b683-7846ba58a7cd, identifier: 7007139auction111108
2026-03-30 00:51:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 392eb446-b37d-5fa9-b683-7846ba58a7cd with identifier: 7007139auction111108
2026-03-30 00:51:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 392eb446-b37d-5fa9-b683-7846ba58a7cd with identifier: 7007139auction111108
2026-03-30 00:51:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 392eb446-b37d-5fa9-b683-7846ba58a7cd with identifier: 7007139auction111108 to the API
2026-03-30 00:51:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007139>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': '392eb446-b37d-5fa9-b683-7846ba58a7cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007139',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 204994,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc 1.0 TSI Style',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Style',
'vin': None,
'year': 2020}
2026-03-30 00:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007139auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:28 [ecarstrade.nl] INFO: Saving data for 7007139auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623146.007848, 'last_price_update_time': 1774831888.486966}
2026-03-30 00:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007139auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:28 [ecarstrade.nl] INFO: Extracting details for car 7007130auction111108
2026-03-30 00:51:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0541001-f252-502e-9ba9-378609cff726 with identifier: 7007130auction111108
2026-03-30 00:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0541001-f252-502e-9ba9-378609cff726 with scrape type 2
2026-03-30 00:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0541001-f252-502e-9ba9-378609cff726 with scrape type 2
2026-03-30 00:51:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e0541001-f252-502e-9ba9-378609cff726, identifier: 7007130auction111108
2026-03-30 00:51:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e0541001-f252-502e-9ba9-378609cff726 with identifier: 7007130auction111108
2026-03-30 00:51:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e0541001-f252-502e-9ba9-378609cff726 with identifier: 7007130auction111108
2026-03-30 00:51:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e0541001-f252-502e-9ba9-378609cff726 with identifier: 7007130auction111108 to the API
2026-03-30 00:51:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007130>
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': 'e0541001-f252-502e-9ba9-378609cff726',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007130',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '328',
'odometer': 192699,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-11',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie 328i xDrive High Executive',
'transmission': 'automatic',
'trim': '3-serie i xDrive High Executive',
'vin': None,
'year': 2015}
2026-03-30 00:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007130auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:28 [ecarstrade.nl] INFO: Saving data for 7007130auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623059.759336, 'last_price_update_time': 1774831888.886108}
2026-03-30 00:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007130auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007119> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:31 [ecarstrade.nl] INFO: Extracting details for car 7007119auction111108
2026-03-30 00:51:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e43ef9ba-fc7e-50ea-91b1-93003829467c with identifier: 7007119auction111108
2026-03-30 00:51:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e43ef9ba-fc7e-50ea-91b1-93003829467c with scrape type 2
2026-03-30 00:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e43ef9ba-fc7e-50ea-91b1-93003829467c with scrape type 2
2026-03-30 00:51:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e43ef9ba-fc7e-50ea-91b1-93003829467c, identifier: 7007119auction111108
2026-03-30 00:51:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e43ef9ba-fc7e-50ea-91b1-93003829467c with identifier: 7007119auction111108
2026-03-30 00:51:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e43ef9ba-fc7e-50ea-91b1-93003829467c with identifier: 7007119auction111108
2026-03-30 00:51:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e43ef9ba-fc7e-50ea-91b1-93003829467c with identifier: 7007119auction111108 to the API
2026-03-30 00:51:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007119>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': 'e43ef9ba-fc7e-50ea-91b1-93003829467c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007119',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A1',
'odometer': 23048,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-15',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A1 SPORTBACK 1.0 TFSI Sport S line Edition',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 1.0 TFSI Sport S line Edition',
'vin': None,
'year': 2017}
2026-03-30 00:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007119auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:31 [ecarstrade.nl] INFO: Saving data for 7007119auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623065.011375, 'last_price_update_time': 1774831891.820133}
2026-03-30 00:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007119auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007162> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:31 [ecarstrade.nl] INFO: Extracting details for car 7007162auction111108
2026-03-30 00:51:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b33a3cb-d185-5f69-8970-48eaa2f8f865 with identifier: 7007162auction111108
2026-03-30 00:51:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b33a3cb-d185-5f69-8970-48eaa2f8f865 with scrape type 2
2026-03-30 00:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b33a3cb-d185-5f69-8970-48eaa2f8f865 with scrape type 2
2026-03-30 00:51:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2b33a3cb-d185-5f69-8970-48eaa2f8f865, identifier: 7007162auction111108
2026-03-30 00:51:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2b33a3cb-d185-5f69-8970-48eaa2f8f865 with identifier: 7007162auction111108
2026-03-30 00:51:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2b33a3cb-d185-5f69-8970-48eaa2f8f865 with identifier: 7007162auction111108
2026-03-30 00:51:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2b33a3cb-d185-5f69-8970-48eaa2f8f865 with identifier: 7007162auction111108 to the API
2026-03-30 00:51:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007162>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': '2b33a3cb-d185-5f69-8970-48eaa2f8f865',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007162',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 97782,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.5 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF 1.5 TSI Life',
'vin': None,
'year': 2020}
2026-03-30 00:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007162auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:32 [ecarstrade.nl] INFO: Saving data for 7007162auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623061.388952, 'last_price_update_time': 1774831892.293626}
2026-03-30 00:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007162auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007112> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:34 [ecarstrade.nl] INFO: Extracting details for car 7007112auction111108
2026-03-30 00:51:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fd60a86-0909-5d61-9d9d-311d5f78b067 with identifier: 7007112auction111108
2026-03-30 00:51:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fd60a86-0909-5d61-9d9d-311d5f78b067 with scrape type 2
2026-03-30 00:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fd60a86-0909-5d61-9d9d-311d5f78b067 with scrape type 2
2026-03-30 00:51:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6fd60a86-0909-5d61-9d9d-311d5f78b067, identifier: 7007112auction111108
2026-03-30 00:51:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6fd60a86-0909-5d61-9d9d-311d5f78b067 with identifier: 7007112auction111108
2026-03-30 00:51:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6fd60a86-0909-5d61-9d9d-311d5f78b067 with identifier: 7007112auction111108
2026-03-30 00:51:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6fd60a86-0909-5d61-9d9d-311d5f78b067 with identifier: 7007112auction111108 to the API
2026-03-30 00:51:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51: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-30 00:51:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007112>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': '6fd60a86-0909-5d61-9d9d-311d5f78b067',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007112',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A4',
'odometer': 251814,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-17',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT 1.4 TFSI Lease Edition',
'transmission': 'automatic',
'trim': 'AUDI AVANT 1.4 TFSI Lease Edition',
'vin': None,
'year': 2017}
2026-03-30 00:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007112auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:34 [ecarstrade.nl] INFO: Saving data for 7007112auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623062.902251, 'last_price_update_time': 1774831894.365007}
2026-03-30 00:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007112auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007120> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:34 [ecarstrade.nl] INFO: Extracting details for car 7007120auction111108
2026-03-30 00:51:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21807e41-976e-53b7-ab93-a81e5c74d1f0 with identifier: 7007120auction111108
2026-03-30 00:51:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21807e41-976e-53b7-ab93-a81e5c74d1f0 with scrape type 2
2026-03-30 00:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21807e41-976e-53b7-ab93-a81e5c74d1f0 with scrape type 2
2026-03-30 00:51:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 21807e41-976e-53b7-ab93-a81e5c74d1f0, identifier: 7007120auction111108
2026-03-30 00:51:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 21807e41-976e-53b7-ab93-a81e5c74d1f0 with identifier: 7007120auction111108
2026-03-30 00:51:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 21807e41-976e-53b7-ab93-a81e5c74d1f0 with identifier: 7007120auction111108
2026-03-30 00:51:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 21807e41-976e-53b7-ab93-a81e5c74d1f0 with identifier: 7007120auction111108 to the API
2026-03-30 00:51:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51: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-30 00:51:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007120>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': '21807e41-976e-53b7-ab93-a81e5c74d1f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007120',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 141392,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-09',
'seats_number': None,
'seller_name': None,
'title': 'FORD Transit Custom 280 2.0 TDCI L1H1 Trend',
'transmission': 'automatic',
'trim': 'FORD 280 2.0 TDCI L1H1 Trend',
'vin': None,
'year': 2020}
2026-03-30 00:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007120auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:34 [ecarstrade.nl] INFO: Saving data for 7007120auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623062.152697, 'last_price_update_time': 1774831894.979703}
2026-03-30 00:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007120auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007168> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:35 [ecarstrade.nl] INFO: Extracting details for car 7007168auction111108
2026-03-30 00:51:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1608a46a-de22-54a6-aee6-e34e28c0f383 with identifier: 7007168auction111108
2026-03-30 00:51:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1608a46a-de22-54a6-aee6-e34e28c0f383 with scrape type 2
2026-03-30 00:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1608a46a-de22-54a6-aee6-e34e28c0f383 with scrape type 2
2026-03-30 00:51:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1608a46a-de22-54a6-aee6-e34e28c0f383, identifier: 7007168auction111108
2026-03-30 00:51:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1608a46a-de22-54a6-aee6-e34e28c0f383 with identifier: 7007168auction111108
2026-03-30 00:51:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1608a46a-de22-54a6-aee6-e34e28c0f383 with identifier: 7007168auction111108
2026-03-30 00:51:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1608a46a-de22-54a6-aee6-e34e28c0f383 with identifier: 7007168auction111108 to the API
2026-03-30 00:51:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51: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-30 00:51:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007168>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': '1608a46a-de22-54a6-aee6-e34e28c0f383',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007168',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 94509,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-27',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF 1.0 TSI Life',
'vin': None,
'year': 2022}
2026-03-30 00:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007168auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:35 [ecarstrade.nl] INFO: Saving data for 7007168auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623143.87352, 'last_price_update_time': 1774831895.453461}
2026-03-30 00:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007168auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7007203auction111108
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007203auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7007203auction111108: 2
2026-03-30 00:51:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7007144auction111108
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007144auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7007144auction111108: 2
2026-03-30 00:51:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7009406auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009406auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7009406auction111131: 2
2026-03-30 00:51:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7010542auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010542auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7010542auction111131: 0
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7010540auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010540auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7010540auction111131: 0
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7009328auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009328auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7009328auction111131: 2
2026-03-30 00:51:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7010539auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010539auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7010539auction111131: 0
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7009324auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009324auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7009324auction111131: 2
2026-03-30 00:51:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7009352auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009352auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7009352auction111131: 2
2026-03-30 00:51:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7009644auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009644auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7009644auction111131: 2
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7009465auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009465auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7009465auction111131: 2
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7009522auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009522auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7009522auction111131: 2
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7009601auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009601auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7009601auction111131: 2
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7010544auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010544auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7010544auction111131: 0
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7009646auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009646auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7009646auction111131: 2
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7009399auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009399auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7009399auction111131: 2
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7009642auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009642auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7009642auction111131: 2
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7009316auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009316auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7009316auction111131: 2
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7009372auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009372auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7009372auction111131: 2
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Found listing with ID: 7009390auction111131
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009390auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:42 [ecarstrade.nl] INFO: Scrape type for 7009390auction111131: 2
2026-03-30 00:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009257> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:47 [ecarstrade.nl] INFO: Extracting details for car 7009257auction111108
2026-03-30 00:51:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39aba44b-39a2-533f-bf2b-cacd901ae4ac with identifier: 7009257auction111108
2026-03-30 00:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39aba44b-39a2-533f-bf2b-cacd901ae4ac with scrape type 2
2026-03-30 00:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39aba44b-39a2-533f-bf2b-cacd901ae4ac with scrape type 2
2026-03-30 00:51:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 39aba44b-39a2-533f-bf2b-cacd901ae4ac, identifier: 7009257auction111108
2026-03-30 00:51:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 39aba44b-39a2-533f-bf2b-cacd901ae4ac with identifier: 7009257auction111108
2026-03-30 00:51:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 39aba44b-39a2-533f-bf2b-cacd901ae4ac with identifier: 7009257auction111108
2026-03-30 00:51:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 39aba44b-39a2-533f-bf2b-cacd901ae4ac with identifier: 7009257auction111108 to the API
2026-03-30 00:51:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009257>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '39aba44b-39a2-533f-bf2b-cacd901ae4ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009257',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Arkana',
'odometer': 126988,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Arkana 1.6 E-Tech Hybrid 145 Intens',
'transmission': 'automatic',
'trim': 'RENAULT 1.6 E-Tech Hybrid 145 Intens',
'vin': None,
'year': 2022}
2026-03-30 00:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009257auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:48 [ecarstrade.nl] INFO: Saving data for 7009257auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623007.495568, 'last_price_update_time': 1774831908.189073}
2026-03-30 00:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009257auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007203> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:48 [ecarstrade.nl] INFO: Extracting details for car 7007203auction111108
2026-03-30 00:51:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dd260c9-44fc-5948-8bd2-5cde23e037f0 with identifier: 7007203auction111108
2026-03-30 00:51:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dd260c9-44fc-5948-8bd2-5cde23e037f0 with scrape type 2
2026-03-30 00:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dd260c9-44fc-5948-8bd2-5cde23e037f0 with scrape type 2
2026-03-30 00:51:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6dd260c9-44fc-5948-8bd2-5cde23e037f0, identifier: 7007203auction111108
2026-03-30 00:51:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6dd260c9-44fc-5948-8bd2-5cde23e037f0 with identifier: 7007203auction111108
2026-03-30 00:51:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6dd260c9-44fc-5948-8bd2-5cde23e037f0 with identifier: 7007203auction111108
2026-03-30 00:51:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6dd260c9-44fc-5948-8bd2-5cde23e037f0 with identifier: 7007203auction111108 to the API
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007203>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': '6dd260c9-44fc-5948-8bd2-5cde23e037f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007203',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 209985,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-07-14',
'seats_number': None,
'seller_name': None,
'title': 'VOLKSWAGEN CADDY 2.0 TDI L1H1 BMT Trendline',
'transmission': 'manual',
'trim': 'VOLKSWAGEN CADDY 2.0 TDI L1H1 BMT Trendline',
'vin': None,
'year': 2016}
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007203auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Saving data for 7007203auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623065.588915, 'last_price_update_time': 1774831909.164537}
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007203auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009328> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Extracting details for car 7009328auction111131
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Found listing with ID: 7009493auction111131
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009493auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Scrape type for 7009493auction111131: 2
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Found listing with ID: 7009630auction111131
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009630auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Scrape type for 7009630auction111131: 2
2026-03-30 00:51:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07890f17-f041-55f6-8f34-51549fff01f2 with identifier: 7009328auction111131
2026-03-30 00:51:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07890f17-f041-55f6-8f34-51549fff01f2 with scrape type 2
2026-03-30 00:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07890f17-f041-55f6-8f34-51549fff01f2 with scrape type 2
2026-03-30 00:51:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 07890f17-f041-55f6-8f34-51549fff01f2, identifier: 7009328auction111131
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Found listing with ID: 7009345auction111131
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009345auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Scrape type for 7009345auction111131: 2
2026-03-30 00:51:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 07890f17-f041-55f6-8f34-51549fff01f2 with identifier: 7009328auction111131
2026-03-30 00:51:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 07890f17-f041-55f6-8f34-51549fff01f2 with identifier: 7009328auction111131
2026-03-30 00:51:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 07890f17-f041-55f6-8f34-51549fff01f2 with identifier: 7009328auction111131 to the API
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009328>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '07890f17-f041-55f6-8f34-51549fff01f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009328',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'C 180',
'odometer': 82728,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-05',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ C-klasse Estate 180 AMG Line G-Tronic',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ C-klasse Estate 180 AMG Line G-Tronic',
'vin': None,
'year': 2023}
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009328auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Saving data for 7009328auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623024.646896, 'last_price_update_time': 1774831909.796431}
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009328auction111131') HTTP/1.1" 204 0
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Found listing with ID: 7009347auction111131
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009347auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Scrape type for 7009347auction111131: 2
2026-03-30 00:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007144> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007163> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Found listing with ID: 7009578auction111131
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009578auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Scrape type for 7009578auction111131: 2
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Found listing with ID: 7009346auction111131
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009346auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Scrape type for 7009346auction111131: 2
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Found listing with ID: 7009322auction111131
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009322auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Scrape type for 7009322auction111131: 2
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Found listing with ID: 7009349auction111131
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009349auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Scrape type for 7009349auction111131: 2
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Found listing with ID: 7009540auction111131
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009540auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Scrape type for 7009540auction111131: 2
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Extracting details for car 7007144auction111108
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Extracting details for car 7007163auction111108
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Found listing with ID: 7009635auction111131
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009635auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Scrape type for 7009635auction111131: 2
2026-03-30 00:51:49 [ecarstrade.nl] INFO: Found listing with ID: 7009652auction111131
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009652auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Scrape type for 7009652auction111131: 2
2026-03-30 00:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6277d5d-169a-57f2-af4f-e05d580b00a4 with identifier: 7007144auction111108
2026-03-30 00:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6277d5d-169a-57f2-af4f-e05d580b00a4 with scrape type 2
2026-03-30 00:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6277d5d-169a-57f2-af4f-e05d580b00a4 with scrape type 2
2026-03-30 00:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b6277d5d-169a-57f2-af4f-e05d580b00a4, identifier: 7007144auction111108
2026-03-30 00:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6 with identifier: 7007163auction111108
2026-03-30 00:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6 with scrape type 2
2026-03-30 00:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6 with scrape type 2
2026-03-30 00:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6, identifier: 7007163auction111108
2026-03-30 00:51:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b6277d5d-169a-57f2-af4f-e05d580b00a4 with identifier: 7007144auction111108
2026-03-30 00:51:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b6277d5d-169a-57f2-af4f-e05d580b00a4 with identifier: 7007144auction111108
2026-03-30 00:51:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b6277d5d-169a-57f2-af4f-e05d580b00a4 with identifier: 7007144auction111108 to the API
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007144>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': 'b6277d5d-169a-57f2-af4f-e05d580b00a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007144',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 182599,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PureTech Blue Lease Executive',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Blue Lease Executive',
'vin': None,
'year': 2018}
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007144auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Saving data for 7007144auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774623023.96589, 'last_price_update_time': 1774831910.474211}
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007144auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6 with identifier: 7007163auction111108
2026-03-30 00:51:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6 with identifier: 7007163auction111108
2026-03-30 00:51:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6 with identifier: 7007163auction111108 to the API
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007163>
{'auction_title': '',
'c_o_2_emission_value': 216,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': '6c5dd5fe-f323-507c-a1a6-13ce9998e9d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007163',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 266736,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-02',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 314 2.2 CDI L3 EURO VI-D',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ SPRINTER 314 2.2 CDI L3 EURO VI-D',
'vin': None,
'year': 2019}
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007163auction111108%27 HTTP/1.1" 200 None
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Saving data for 7007163auction111108: {'auction_closing_time': 1774952700.0, 'created_time': 1774622977.314651, 'last_price_update_time': 1774831910.837988}
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007163auction111108') HTTP/1.1" 204 0
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Found listing with ID: 7009282auction111131
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009282auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Scrape type for 7009282auction111131: 2
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Found listing with ID: 7009475auction111131
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009475auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Scrape type for 7009475auction111131: 2
2026-03-30 00:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009324> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Found listing with ID: 7009297auction111131
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009297auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Scrape type for 7009297auction111131: 2
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Found listing with ID: 7009343auction111131
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009343auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Scrape type for 7009343auction111131: 2
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Found listing with ID: 7009267auction111131
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009267auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Scrape type for 7009267auction111131: 2
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Found listing with ID: 7009274auction111131
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009274auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Scrape type for 7009274auction111131: 2
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Found listing with ID: 7009415auction111131
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009415auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Scrape type for 7009415auction111131: 2
2026-03-30 00:51:50 [ecarstrade.nl] INFO: Found listing with ID: 7010184auction111131
2026-03-30 00:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010184auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:51 [ecarstrade.nl] INFO: Scrape type for 7010184auction111131: 2
2026-03-30 00:51:51 [ecarstrade.nl] INFO: Extracting details for car 7009324auction111131
2026-03-30 00:51:51 [ecarstrade.nl] INFO: Found listing with ID: 7009289auction111131
2026-03-30 00:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009289auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:51 [ecarstrade.nl] INFO: Scrape type for 7009289auction111131: 2
2026-03-30 00:51:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02705d2b-70d7-5fcf-bc66-4cce4c5b329e with identifier: 7009324auction111131
2026-03-30 00:51:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02705d2b-70d7-5fcf-bc66-4cce4c5b329e with scrape type 2
2026-03-30 00:51:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02705d2b-70d7-5fcf-bc66-4cce4c5b329e with scrape type 2
2026-03-30 00:51:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 02705d2b-70d7-5fcf-bc66-4cce4c5b329e, identifier: 7009324auction111131
2026-03-30 00:51:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 02705d2b-70d7-5fcf-bc66-4cce4c5b329e with identifier: 7009324auction111131
2026-03-30 00:51:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 02705d2b-70d7-5fcf-bc66-4cce4c5b329e with identifier: 7009324auction111131
2026-03-30 00:51:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 02705d2b-70d7-5fcf-bc66-4cce4c5b329e with identifier: 7009324auction111131 to the API
2026-03-30 00:51:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009324>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '02705d2b-70d7-5fcf-bc66-4cce4c5b329e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009324',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'EQB',
'odometer': 178624,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-18',
'seats_number': 7,
'seller_name': None,
'title': 'MERCEDES-BENZ EQB 250 AMG Line 7p.',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ 250 AMG Line 7p.',
'vin': None,
'year': 2023}
2026-03-30 00:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009324auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:51 [ecarstrade.nl] INFO: Saving data for 7009324auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623026.046066, 'last_price_update_time': 1774831911.386932}
2026-03-30 00:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009324auction111131') HTTP/1.1" 204 0
2026-03-30 00:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009352> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:54 [ecarstrade.nl] INFO: Extracting details for car 7009352auction111131
2026-03-30 00:51:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 401de392-68df-53c7-a5f9-78ece4d36647 with identifier: 7009352auction111131
2026-03-30 00:51:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 401de392-68df-53c7-a5f9-78ece4d36647 with scrape type 2
2026-03-30 00:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 401de392-68df-53c7-a5f9-78ece4d36647 with scrape type 2
2026-03-30 00:51:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 401de392-68df-53c7-a5f9-78ece4d36647, identifier: 7009352auction111131
2026-03-30 00:51:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 401de392-68df-53c7-a5f9-78ece4d36647 with identifier: 7009352auction111131
2026-03-30 00:51:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 401de392-68df-53c7-a5f9-78ece4d36647 with identifier: 7009352auction111131
2026-03-30 00:51:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 401de392-68df-53c7-a5f9-78ece4d36647 with identifier: 7009352auction111131 to the API
2026-03-30 00:51:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51: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-30 00:51:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009352>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '401de392-68df-53c7-a5f9-78ece4d36647',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009352',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '430',
'odometer': 88310,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-22',
'seats_number': 4,
'seller_name': None,
'title': 'BMW 4-serie Coupé 430i M-Sport AUT.',
'transmission': 'automatic',
'trim': '4-serie Coupé i M-Sport AUT.',
'vin': None,
'year': 2021}
2026-03-30 00:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009352auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:55 [ecarstrade.nl] INFO: Saving data for 7009352auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623066.243381, 'last_price_update_time': 1774831915.278321}
2026-03-30 00:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009352auction111131') HTTP/1.1" 204 0
2026-03-30 00:51:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009644> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:56 [ecarstrade.nl] INFO: Extracting details for car 7009644auction111131
2026-03-30 00:51:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35b65111-d84c-5603-b431-95ab01e2f743 with identifier: 7009644auction111131
2026-03-30 00:51:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35b65111-d84c-5603-b431-95ab01e2f743 with scrape type 2
2026-03-30 00:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35b65111-d84c-5603-b431-95ab01e2f743 with scrape type 2
2026-03-30 00:51:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 35b65111-d84c-5603-b431-95ab01e2f743, identifier: 7009644auction111131
2026-03-30 00:51:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 35b65111-d84c-5603-b431-95ab01e2f743 with identifier: 7009644auction111131
2026-03-30 00:51:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 35b65111-d84c-5603-b431-95ab01e2f743 with identifier: 7009644auction111131
2026-03-30 00:51:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 35b65111-d84c-5603-b431-95ab01e2f743 with identifier: 7009644auction111131 to the API
2026-03-30 00:51:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:51:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009644>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '35b65111-d84c-5603-b431-95ab01e2f743',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009644',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 62271,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-klasse 180 AMG Line',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ B-klasse 180 AMG Line',
'vin': None,
'year': 2023}
2026-03-30 00:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009644auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:56 [ecarstrade.nl] INFO: Saving data for 7009644auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623072.720575, 'last_price_update_time': 1774831916.704503}
2026-03-30 00:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009644auction111131') HTTP/1.1" 204 0
2026-03-30 00:51:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009522> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009465> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:56 [ecarstrade.nl] INFO: Extracting details for car 7009522auction111131
2026-03-30 00:51:56 [ecarstrade.nl] INFO: Extracting details for car 7009465auction111131
2026-03-30 00:51:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3798488-5fac-5b66-a337-57a69e91dfc5 with identifier: 7009522auction111131
2026-03-30 00:51:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3798488-5fac-5b66-a337-57a69e91dfc5 with scrape type 2
2026-03-30 00:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3798488-5fac-5b66-a337-57a69e91dfc5 with scrape type 2
2026-03-30 00:51:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b3798488-5fac-5b66-a337-57a69e91dfc5, identifier: 7009522auction111131
2026-03-30 00:51:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e85cc0d-7ce6-566f-ac71-4cb64de963a4 with identifier: 7009465auction111131
2026-03-30 00:51:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e85cc0d-7ce6-566f-ac71-4cb64de963a4 with scrape type 2
2026-03-30 00:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e85cc0d-7ce6-566f-ac71-4cb64de963a4 with scrape type 2
2026-03-30 00:51:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0e85cc0d-7ce6-566f-ac71-4cb64de963a4, identifier: 7009465auction111131
2026-03-30 00:51:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b3798488-5fac-5b66-a337-57a69e91dfc5 with identifier: 7009522auction111131
2026-03-30 00:51:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b3798488-5fac-5b66-a337-57a69e91dfc5 with identifier: 7009522auction111131
2026-03-30 00:51:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b3798488-5fac-5b66-a337-57a69e91dfc5 with identifier: 7009522auction111131 to the API
2026-03-30 00:51:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51: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-30 00:51:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009522>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'b3798488-5fac-5b66-a337-57a69e91dfc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009522',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Ford Mustang Mach-E',
'odometer': 115519,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Mustang Mach-E Extended RWD 98 kWh',
'transmission': 'automatic',
'trim': 'FORD Mustang Mach-E Extended RWD 98 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009522auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:57 [ecarstrade.nl] INFO: Saving data for 7009522auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623031.998375, 'last_price_update_time': 1774831917.329711}
2026-03-30 00:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009522auction111131') HTTP/1.1" 204 0
2026-03-30 00:51:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0e85cc0d-7ce6-566f-ac71-4cb64de963a4 with identifier: 7009465auction111131
2026-03-30 00:51:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0e85cc0d-7ce6-566f-ac71-4cb64de963a4 with identifier: 7009465auction111131
2026-03-30 00:51:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0e85cc0d-7ce6-566f-ac71-4cb64de963a4 with identifier: 7009465auction111131 to the API
2026-03-30 00:51:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51: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-30 00:51:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009465>
{'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-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0e85cc0d-7ce6-566f-ac71-4cb64de963a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009465',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Austral',
'odometer': 71078,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Austral 1.2ET fh200 tech e A',
'transmission': 'automatic',
'trim': 'RENAULT 1.2ET fh200 tech e A',
'vin': None,
'year': 2023}
2026-03-30 00:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009465auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:57 [ecarstrade.nl] INFO: Saving data for 7009465auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623026.733237, 'last_price_update_time': 1774831917.638168}
2026-03-30 00:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009465auction111131') HTTP/1.1" 204 0
2026-03-30 00:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009399> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009601> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:51:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:51:57 [ecarstrade.nl] INFO: Extracting details for car 7009399auction111131
2026-03-30 00:51:57 [ecarstrade.nl] INFO: Extracting details for car 7009601auction111131
2026-03-30 00:51:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac161f75-d878-5f15-9631-47423e723ae9 with identifier: 7009399auction111131
2026-03-30 00:51:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac161f75-d878-5f15-9631-47423e723ae9 with scrape type 2
2026-03-30 00:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac161f75-d878-5f15-9631-47423e723ae9 with scrape type 2
2026-03-30 00:51:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ac161f75-d878-5f15-9631-47423e723ae9, identifier: 7009399auction111131
2026-03-30 00:51:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd with identifier: 7009601auction111131
2026-03-30 00:51:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd with scrape type 2
2026-03-30 00:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd with scrape type 2
2026-03-30 00:51:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd, identifier: 7009601auction111131
2026-03-30 00:51:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ac161f75-d878-5f15-9631-47423e723ae9 with identifier: 7009399auction111131
2026-03-30 00:51:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ac161f75-d878-5f15-9631-47423e723ae9 with identifier: 7009399auction111131
2026-03-30 00:51:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ac161f75-d878-5f15-9631-47423e723ae9 with identifier: 7009399auction111131 to the API
2026-03-30 00:51:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51: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-30 00:51:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009399>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'ac161f75-d878-5f15-9631-47423e723ae9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009399',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 56452,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback 30 TFSI S edition',
'transmission': 'automatic',
'trim': 'AUDI Sportback 30 TFSI S edition',
'vin': None,
'year': 2023}
2026-03-30 00:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009399auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:58 [ecarstrade.nl] INFO: Saving data for 7009399auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623025.372768, 'last_price_update_time': 1774831918.279569}
2026-03-30 00:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009399auction111131') HTTP/1.1" 204 0
2026-03-30 00:51:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd with identifier: 7009601auction111131
2026-03-30 00:51:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd with identifier: 7009601auction111131
2026-03-30 00:51:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd with identifier: 7009601auction111131 to the API
2026-03-30 00:51:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:51: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-30 00:51:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009601>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '2baf7a4c-db31-5a08-a5f9-a69eed20cdbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009601',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A5',
'odometer': 164179,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-05',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A5 Sportback 40 TDI S ed. Comp.',
'transmission': 'automatic',
'trim': 'AUDI Sportback 40 TDI S ed. Comp.',
'vin': None,
'year': 2021}
2026-03-30 00:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009601auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:51:58 [ecarstrade.nl] INFO: Saving data for 7009601auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623027.218898, 'last_price_update_time': 1774831918.551912}
2026-03-30 00:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009601auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009642> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:02 [ecarstrade.nl] INFO: Extracting details for car 7009642auction111131
2026-03-30 00:52:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714 with identifier: 7009642auction111131
2026-03-30 00:52:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714 with scrape type 2
2026-03-30 00:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714 with scrape type 2
2026-03-30 00:52:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714, identifier: 7009642auction111131
2026-03-30 00:52:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714 with identifier: 7009642auction111131
2026-03-30 00:52:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714 with identifier: 7009642auction111131
2026-03-30 00:52:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714 with identifier: 7009642auction111131 to the API
2026-03-30 00:52:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009642>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009642',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '320',
'odometer': 165439,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie Touring 320e Bns Ed.P',
'transmission': 'automatic',
'trim': '3-serie Touring e Bns Ed.P',
'vin': None,
'year': 2022}
2026-03-30 00:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009642auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:02 [ecarstrade.nl] INFO: Saving data for 7009642auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623004.160424, 'last_price_update_time': 1774831922.947625}
2026-03-30 00:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009642auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009316> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:03 [ecarstrade.nl] INFO: Extracting details for car 7009316auction111131
2026-03-30 00:52:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9531c35-22e3-5f7a-905a-ed7c5b033230 with identifier: 7009316auction111131
2026-03-30 00:52:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9531c35-22e3-5f7a-905a-ed7c5b033230 with scrape type 2
2026-03-30 00:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9531c35-22e3-5f7a-905a-ed7c5b033230 with scrape type 2
2026-03-30 00:52:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e9531c35-22e3-5f7a-905a-ed7c5b033230, identifier: 7009316auction111131
2026-03-30 00:52:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e9531c35-22e3-5f7a-905a-ed7c5b033230 with identifier: 7009316auction111131
2026-03-30 00:52:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e9531c35-22e3-5f7a-905a-ed7c5b033230 with identifier: 7009316auction111131
2026-03-30 00:52:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e9531c35-22e3-5f7a-905a-ed7c5b033230 with identifier: 7009316auction111131 to the API
2026-03-30 00:52:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009316>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'e9531c35-22e3-5f7a-905a-ed7c5b033230',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009316',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 166232,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-12',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 200 Bns .Sol. AMG DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ Bns .Sol. AMG DCT',
'vin': None,
'year': 2022}
2026-03-30 00:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009316auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:04 [ecarstrade.nl] INFO: Saving data for 7009316auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623001.582433, 'last_price_update_time': 1774831924.206874}
2026-03-30 00:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009316auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009646> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009372> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:04 [ecarstrade.nl] INFO: Extracting details for car 7009646auction111131
2026-03-30 00:52:04 [ecarstrade.nl] INFO: Extracting details for car 7009372auction111131
2026-03-30 00:52:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eda712f4-b221-58fe-9951-97bb87d86972 with identifier: 7009646auction111131
2026-03-30 00:52:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eda712f4-b221-58fe-9951-97bb87d86972 with scrape type 2
2026-03-30 00:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eda712f4-b221-58fe-9951-97bb87d86972 with scrape type 2
2026-03-30 00:52:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: eda712f4-b221-58fe-9951-97bb87d86972, identifier: 7009646auction111131
2026-03-30 00:52:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66a2a5e3-6f93-52e2-88d1-eefc63b17104 with identifier: 7009372auction111131
2026-03-30 00:52:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66a2a5e3-6f93-52e2-88d1-eefc63b17104 with scrape type 2
2026-03-30 00:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66a2a5e3-6f93-52e2-88d1-eefc63b17104 with scrape type 2
2026-03-30 00:52:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 66a2a5e3-6f93-52e2-88d1-eefc63b17104, identifier: 7009372auction111131
2026-03-30 00:52:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: eda712f4-b221-58fe-9951-97bb87d86972 with identifier: 7009646auction111131
2026-03-30 00:52:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: eda712f4-b221-58fe-9951-97bb87d86972 with identifier: 7009646auction111131
2026-03-30 00:52:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: eda712f4-b221-58fe-9951-97bb87d86972 with identifier: 7009646auction111131 to the API
2026-03-30 00:52:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009646>
{'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-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'eda712f4-b221-58fe-9951-97bb87d86972',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009646',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A4',
'odometer': 86404,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 Avant 35 TFSI Adv Edition',
'transmission': 'automatic',
'trim': 'AUDI Avant 35 TFSI Adv Edition',
'vin': None,
'year': 2023}
2026-03-30 00:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009646auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:04 [ecarstrade.nl] INFO: Saving data for 7009646auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623028.492614, 'last_price_update_time': 1774831924.820966}
2026-03-30 00:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009646auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 66a2a5e3-6f93-52e2-88d1-eefc63b17104 with identifier: 7009372auction111131
2026-03-30 00:52:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 66a2a5e3-6f93-52e2-88d1-eefc63b17104 with identifier: 7009372auction111131
2026-03-30 00:52:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 66a2a5e3-6f93-52e2-88d1-eefc63b17104 with identifier: 7009372auction111131 to the API
2026-03-30 00:52:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009372>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '66a2a5e3-6f93-52e2-88d1-eefc63b17104',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009372',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 61957,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback 30 TFSI S edition',
'transmission': 'automatic',
'trim': 'AUDI Sportback 30 TFSI S edition',
'vin': None,
'year': 2023}
2026-03-30 00:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009372auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:05 [ecarstrade.nl] INFO: Saving data for 7009372auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623003.087209, 'last_price_update_time': 1774831925.64101}
2026-03-30 00:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009372auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009390> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009345> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00: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-30 00:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:52:05 [ecarstrade.nl] INFO: Extracting details for car 7009390auction111131
2026-03-30 00:52:05 [ecarstrade.nl] INFO: Extracting details for car 7009345auction111131
2026-03-30 00:52:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b80a954-90f8-5050-a52e-392ca46165be with identifier: 7009390auction111131
2026-03-30 00:52:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b80a954-90f8-5050-a52e-392ca46165be with scrape type 2
2026-03-30 00:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b80a954-90f8-5050-a52e-392ca46165be with scrape type 2
2026-03-30 00:52:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8b80a954-90f8-5050-a52e-392ca46165be, identifier: 7009390auction111131
2026-03-30 00:52:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7318bd12-c268-5153-92d5-78c32ebb95aa with identifier: 7009345auction111131
2026-03-30 00:52:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7318bd12-c268-5153-92d5-78c32ebb95aa with scrape type 2
2026-03-30 00:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7318bd12-c268-5153-92d5-78c32ebb95aa with scrape type 2
2026-03-30 00:52:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7318bd12-c268-5153-92d5-78c32ebb95aa, identifier: 7009345auction111131
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:52:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8b80a954-90f8-5050-a52e-392ca46165be with identifier: 7009390auction111131
2026-03-30 00:52:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8b80a954-90f8-5050-a52e-392ca46165be with identifier: 7009390auction111131
2026-03-30 00:52:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8b80a954-90f8-5050-a52e-392ca46165be with identifier: 7009390auction111131 to the API
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009390>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '8b80a954-90f8-5050-a52e-392ca46165be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009390',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 66350,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback 30 TFSI S edition',
'transmission': 'automatic',
'trim': 'AUDI Sportback 30 TFSI S edition',
'vin': None,
'year': 2023}
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009390auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Saving data for 7009390auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623002.495764, 'last_price_update_time': 1774831926.290156}
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009390auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7318bd12-c268-5153-92d5-78c32ebb95aa with identifier: 7009345auction111131
2026-03-30 00:52:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7318bd12-c268-5153-92d5-78c32ebb95aa with identifier: 7009345auction111131
2026-03-30 00:52:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7318bd12-c268-5153-92d5-78c32ebb95aa with identifier: 7009345auction111131 to the API
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009345>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '7318bd12-c268-5153-92d5-78c32ebb95aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009345',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 98988,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 Pro 77 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 77 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009345auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Saving data for 7009345auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623000.821752, 'last_price_update_time': 1774831926.557858}
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009345auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Found listing with ID: 7009344auction111131
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009344auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Scrape type for 7009344auction111131: 2
2026-03-30 00:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009406> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Found listing with ID: 7010173auction111131
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010173auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Scrape type for 7010173auction111131: 2
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Found listing with ID: 7009290auction111131
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009290auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Scrape type for 7009290auction111131: 2
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Found listing with ID: 7009380auction111131
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009380auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Scrape type for 7009380auction111131: 2
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Found listing with ID: 7009611auction111131
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009611auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Scrape type for 7009611auction111131: 2
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Extracting details for car 7009406auction111131
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Found listing with ID: 7009648auction111131
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009648auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Scrape type for 7009648auction111131: 2
2026-03-30 00:52:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f22fc83-ce21-5b57-a23a-d464851276b5 with identifier: 7009406auction111131
2026-03-30 00:52:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f22fc83-ce21-5b57-a23a-d464851276b5 with scrape type 2
2026-03-30 00:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f22fc83-ce21-5b57-a23a-d464851276b5 with scrape type 2
2026-03-30 00:52:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4f22fc83-ce21-5b57-a23a-d464851276b5, identifier: 7009406auction111131
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Found listing with ID: 7009278auction111131
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009278auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:06 [ecarstrade.nl] INFO: Scrape type for 7009278auction111131: 2
2026-03-30 00:52:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4f22fc83-ce21-5b57-a23a-d464851276b5 with identifier: 7009406auction111131
2026-03-30 00:52:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4f22fc83-ce21-5b57-a23a-d464851276b5 with identifier: 7009406auction111131
2026-03-30 00:52:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4f22fc83-ce21-5b57-a23a-d464851276b5 with identifier: 7009406auction111131 to the API
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009406>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4f22fc83-ce21-5b57-a23a-d464851276b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009406',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': 'X5',
'odometer': 160313,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-26',
'seats_number': 5,
'seller_name': None,
'title': 'BMW x5 xDrive45e High Exec. M-Sport',
'transmission': 'automatic',
'trim': 'x5 xDrive45e High Exec. M-Sport',
'vin': None,
'year': 2022}
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009406auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Saving data for 7009406auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623063.707894, 'last_price_update_time': 1774831927.216149}
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009406auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:07 [scrapy.extensions.logstats] INFO: Crawled 250 pages (at 45 pages/min), scraped 230 items (at 42 items/min)
2026-03-30 00:52:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Found listing with ID: 7009291auction111131
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009291auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Scrape type for 7009291auction111131: 2
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Found listing with ID: 7009350auction111131
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009350auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Scrape type for 7009350auction111131: 2
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Found listing with ID: 7009650auction111131
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009650auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Scrape type for 7009650auction111131: 2
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Found listing with ID: 7009301auction111131
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009301auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Scrape type for 7009301auction111131: 2
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Found listing with ID: 7010205auction111131
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010205auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Scrape type for 7010205auction111131: 2
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Found listing with ID: 7009381auction111131
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009381auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Scrape type for 7009381auction111131: 2
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Found listing with ID: 7009616auction111131
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009616auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Scrape type for 7009616auction111131: 2
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Found listing with ID: 7009624auction111131
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009624auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Scrape type for 7009624auction111131: 2
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Found listing with ID: 7009653auction111131
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009653auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Scrape type for 7009653auction111131: 2
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Found listing with ID: 7009339auction111131
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009339auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Scrape type for 7009339auction111131: 2
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Found listing with ID: 7009360auction111131
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009360auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Scrape type for 7009360auction111131: 2
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Found listing with ID: 7009657auction111131
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009657auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Scrape type for 7009657auction111131: 2
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Found listing with ID: 7009285auction111131
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009285auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:07 [ecarstrade.nl] INFO: Scrape type for 7009285auction111131: 2
2026-03-30 00:52:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009630> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:09 [ecarstrade.nl] INFO: Extracting details for car 7009630auction111131
2026-03-30 00:52:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48ff1951-e5ec-5868-b70f-da82f065da27 with identifier: 7009630auction111131
2026-03-30 00:52:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48ff1951-e5ec-5868-b70f-da82f065da27 with scrape type 2
2026-03-30 00:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48ff1951-e5ec-5868-b70f-da82f065da27 with scrape type 2
2026-03-30 00:52:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 48ff1951-e5ec-5868-b70f-da82f065da27, identifier: 7009630auction111131
2026-03-30 00:52:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 48ff1951-e5ec-5868-b70f-da82f065da27 with identifier: 7009630auction111131
2026-03-30 00:52:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 48ff1951-e5ec-5868-b70f-da82f065da27 with identifier: 7009630auction111131
2026-03-30 00:52:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 48ff1951-e5ec-5868-b70f-da82f065da27 with identifier: 7009630auction111131 to the API
2026-03-30 00:52:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009630>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '48ff1951-e5ec-5868-b70f-da82f065da27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009630',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 173062,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 T-GDI PHEV PrSky',
'transmission': 'automatic',
'trim': 'HYUNDAI TUCSON 1.6 T-GDI PHEV PrSky',
'vin': None,
'year': 2022}
2026-03-30 00:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009630auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:09 [ecarstrade.nl] INFO: Saving data for 7009630auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623027.868621, 'last_price_update_time': 1774831929.444326}
2026-03-30 00:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009630auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009282> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:10 [ecarstrade.nl] INFO: Extracting details for car 7009282auction111131
2026-03-30 00:52:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a77db747-de58-5512-9a6a-384da1f3cbf1 with identifier: 7009282auction111131
2026-03-30 00:52:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a77db747-de58-5512-9a6a-384da1f3cbf1 with scrape type 2
2026-03-30 00:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a77db747-de58-5512-9a6a-384da1f3cbf1 with scrape type 2
2026-03-30 00:52:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a77db747-de58-5512-9a6a-384da1f3cbf1, identifier: 7009282auction111131
2026-03-30 00:52:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a77db747-de58-5512-9a6a-384da1f3cbf1 with identifier: 7009282auction111131
2026-03-30 00:52:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a77db747-de58-5512-9a6a-384da1f3cbf1 with identifier: 7009282auction111131
2026-03-30 00:52:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a77db747-de58-5512-9a6a-384da1f3cbf1 with identifier: 7009282auction111131 to the API
2026-03-30 00:52:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009282>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'a77db747-de58-5512-9a6a-384da1f3cbf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009282',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Superb',
'odometer': 109515,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Superb Combi 1.4 TSI iV BnsEdPlus',
'transmission': 'automatic',
'trim': 'SKODA Combi 1.4 TSI iV BnsEdPlus',
'vin': None,
'year': 2022}
2026-03-30 00:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009282auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:10 [ecarstrade.nl] INFO: Saving data for 7009282auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623064.556816, 'last_price_update_time': 1774831930.830937}
2026-03-30 00:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009282auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010184> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:11 [ecarstrade.nl] INFO: Extracting details for car 7010184auction111131
2026-03-30 00:52:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe with identifier: 7010184auction111131
2026-03-30 00:52:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe with scrape type 2
2026-03-30 00:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe with scrape type 2
2026-03-30 00:52:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe, identifier: 7010184auction111131
2026-03-30 00:52:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe with identifier: 7010184auction111131
2026-03-30 00:52:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe with identifier: 7010184auction111131
2026-03-30 00:52:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe with identifier: 7010184auction111131 to the API
2026-03-30 00:52:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010184>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '6b9bb694-12b1-5cda-97e2-2e1b8e362ebe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010184',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 100879,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Transit Custom 320 2.0 L2H1 Plat.DC',
'transmission': 'automatic',
'trim': 'FORD 320 2.0 L2H1 Plat.DC',
'vin': None,
'year': 2021}
2026-03-30 00:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010184auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:12 [ecarstrade.nl] INFO: Saving data for 7010184auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623103.137642, 'last_price_update_time': 1774831932.351604}
2026-03-30 00:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010184auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009289> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:52:12 [ecarstrade.nl] INFO: Extracting details for car 7009289auction111131
2026-03-30 00:52:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aec4796-ba32-5bb4-b289-795240a5d830 with identifier: 7009289auction111131
2026-03-30 00:52:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aec4796-ba32-5bb4-b289-795240a5d830 with scrape type 2
2026-03-30 00:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aec4796-ba32-5bb4-b289-795240a5d830 with scrape type 2
2026-03-30 00:52:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2aec4796-ba32-5bb4-b289-795240a5d830, identifier: 7009289auction111131
2026-03-30 00:52:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2aec4796-ba32-5bb4-b289-795240a5d830 with identifier: 7009289auction111131
2026-03-30 00:52:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2aec4796-ba32-5bb4-b289-795240a5d830 with identifier: 7009289auction111131
2026-03-30 00:52:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2aec4796-ba32-5bb4-b289-795240a5d830 with identifier: 7009289auction111131 to the API
2026-03-30 00:52:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009289>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '2aec4796-ba32-5bb4-b289-795240a5d830',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009289',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'ZS',
'odometer': 76172,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'MG Mg zs ev EV Long R Luxury',
'transmission': 'automatic',
'trim': 'Mg zs ev EV Long R Luxury',
'vin': None,
'year': 2023}
2026-03-30 00:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009289auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:13 [ecarstrade.nl] INFO: Saving data for 7009289auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623105.475359, 'last_price_update_time': 1774831933.117596}
2026-03-30 00:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009289auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009267> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009274> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009343> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:13 [ecarstrade.nl] INFO: Extracting details for car 7009267auction111131
2026-03-30 00:52:13 [ecarstrade.nl] INFO: Extracting details for car 7009274auction111131
2026-03-30 00:52:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02302553-7f97-5e2f-9297-0c16b1ceed8f with identifier: 7009267auction111131
2026-03-30 00:52:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02302553-7f97-5e2f-9297-0c16b1ceed8f with scrape type 2
2026-03-30 00:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02302553-7f97-5e2f-9297-0c16b1ceed8f with scrape type 2
2026-03-30 00:52:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 02302553-7f97-5e2f-9297-0c16b1ceed8f, identifier: 7009267auction111131
2026-03-30 00:52:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee6c3d4f-1d07-5909-a884-a91f23350ce7 with identifier: 7009274auction111131
2026-03-30 00:52:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee6c3d4f-1d07-5909-a884-a91f23350ce7 with scrape type 2
2026-03-30 00:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee6c3d4f-1d07-5909-a884-a91f23350ce7 with scrape type 2
2026-03-30 00:52:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ee6c3d4f-1d07-5909-a884-a91f23350ce7, identifier: 7009274auction111131
2026-03-30 00:52:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 02302553-7f97-5e2f-9297-0c16b1ceed8f with identifier: 7009267auction111131
2026-03-30 00:52:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 02302553-7f97-5e2f-9297-0c16b1ceed8f with identifier: 7009267auction111131
2026-03-30 00:52:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 02302553-7f97-5e2f-9297-0c16b1ceed8f with identifier: 7009267auction111131 to the API
2026-03-30 00:52:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009267>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '02302553-7f97-5e2f-9297-0c16b1ceed8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009267',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 187947,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-25',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan 1.5 TSI R-Line',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.5 TSI R-Line',
'vin': None,
'year': 2023}
2026-03-30 00:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009267auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:13 [ecarstrade.nl] INFO: Saving data for 7009267auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623195.088858, 'last_price_update_time': 1774831933.734806}
2026-03-30 00:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009267auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ee6c3d4f-1d07-5909-a884-a91f23350ce7 with identifier: 7009274auction111131
2026-03-30 00:52:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ee6c3d4f-1d07-5909-a884-a91f23350ce7 with identifier: 7009274auction111131
2026-03-30 00:52:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ee6c3d4f-1d07-5909-a884-a91f23350ce7 with identifier: 7009274auction111131 to the API
2026-03-30 00:52:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009274>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ee6c3d4f-1d07-5909-a884-a91f23350ce7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009274',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 138399,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-17',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback 40 TFSI e Edition',
'transmission': 'automatic',
'trim': 'AUDI Sportback 40 TFSI e Edition',
'vin': None,
'year': 2022}
2026-03-30 00:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009274auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:14 [ecarstrade.nl] INFO: Saving data for 7009274auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623106.224269, 'last_price_update_time': 1774831934.011722}
2026-03-30 00:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009274auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:14 [ecarstrade.nl] INFO: Extracting details for car 7009343auction111131
2026-03-30 00:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009415> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61151022-0444-5a8e-b6b8-b36043cede77 with identifier: 7009343auction111131
2026-03-30 00:52:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61151022-0444-5a8e-b6b8-b36043cede77 with scrape type 2
2026-03-30 00:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61151022-0444-5a8e-b6b8-b36043cede77 with scrape type 2
2026-03-30 00:52:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 61151022-0444-5a8e-b6b8-b36043cede77, identifier: 7009343auction111131
2026-03-30 00:52:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 61151022-0444-5a8e-b6b8-b36043cede77 with identifier: 7009343auction111131
2026-03-30 00:52:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 61151022-0444-5a8e-b6b8-b36043cede77 with identifier: 7009343auction111131
2026-03-30 00:52:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 61151022-0444-5a8e-b6b8-b36043cede77 with identifier: 7009343auction111131 to the API
2026-03-30 00:52:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009343>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '61151022-0444-5a8e-b6b8-b36043cede77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009343',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 109951,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-05',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia Combi 1.5 TSI Bns Ed. Plus DSG',
'transmission': 'automatic',
'trim': 'SKODA Combi 1.5 TSI Bns Ed. Plus DSG',
'vin': None,
'year': 2024}
2026-03-30 00:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009343auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:14 [ecarstrade.nl] INFO: Saving data for 7009343auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623160.385072, 'last_price_update_time': 1774831934.414772}
2026-03-30 00:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009343auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:14 [ecarstrade.nl] INFO: Extracting details for car 7009415auction111131
2026-03-30 00:52:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e with identifier: 7009415auction111131
2026-03-30 00:52:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e with scrape type 2
2026-03-30 00:52:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e with scrape type 2
2026-03-30 00:52:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e, identifier: 7009415auction111131
2026-03-30 00:52:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e with identifier: 7009415auction111131
2026-03-30 00:52:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e with identifier: 7009415auction111131
2026-03-30 00:52:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e with identifier: 7009415auction111131 to the API
2026-03-30 00:52:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009415>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009415',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Arkana',
'odometer': 84256,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Arkana 1.6 E-T H 145 Intens',
'transmission': 'automatic',
'trim': 'RENAULT 1.6 E-T H 145 Intens',
'vin': None,
'year': 2022}
2026-03-30 00:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009415auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:14 [ecarstrade.nl] INFO: Saving data for 7009415auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623103.927041, 'last_price_update_time': 1774831934.784781}
2026-03-30 00:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009415auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009297> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:15 [ecarstrade.nl] INFO: Extracting details for car 7009297auction111131
2026-03-30 00:52:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebec3b42-c182-5887-81cb-927bbec43844 with identifier: 7009297auction111131
2026-03-30 00:52:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebec3b42-c182-5887-81cb-927bbec43844 with scrape type 2
2026-03-30 00:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebec3b42-c182-5887-81cb-927bbec43844 with scrape type 2
2026-03-30 00:52:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ebec3b42-c182-5887-81cb-927bbec43844, identifier: 7009297auction111131
2026-03-30 00:52:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ebec3b42-c182-5887-81cb-927bbec43844 with identifier: 7009297auction111131
2026-03-30 00:52:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ebec3b42-c182-5887-81cb-927bbec43844 with identifier: 7009297auction111131
2026-03-30 00:52:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ebec3b42-c182-5887-81cb-927bbec43844 with identifier: 7009297auction111131 to the API
2026-03-30 00:52:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009297>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'ebec3b42-c182-5887-81cb-927bbec43844',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009297',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 233235,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ C-klasse Estate 300 Prem. Plus Pack',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ C-klasse Estate 300 Prem. Plus Pack',
'vin': None,
'year': 2021}
2026-03-30 00:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009297auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:15 [ecarstrade.nl] INFO: Saving data for 7009297auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623196.991236, 'last_price_update_time': 1774831935.942589}
2026-03-30 00:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009297auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009475> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:16 [ecarstrade.nl] INFO: Extracting details for car 7009475auction111131
2026-03-30 00:52:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b with identifier: 7009475auction111131
2026-03-30 00:52:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b with scrape type 2
2026-03-30 00:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b with scrape type 2
2026-03-30 00:52:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b, identifier: 7009475auction111131
2026-03-30 00:52:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b with identifier: 7009475auction111131
2026-03-30 00:52:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b with identifier: 7009475auction111131
2026-03-30 00:52:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b with identifier: 7009475auction111131 to the API
2026-03-30 00:52:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009475>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009475',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Volkswagen Tiguan Allspace',
'odometer': 125237,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Allspace 1.5 TSI HL Bus. R.',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Tiguan Allspace 1.5 TSI HL Bus. R.',
'vin': None,
'year': 2019}
2026-03-30 00:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009475auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:17 [ecarstrade.nl] INFO: Saving data for 7009475auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623194.446207, 'last_price_update_time': 1774831937.354324}
2026-03-30 00:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009475auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009652> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:52:19 [ecarstrade.nl] INFO: Extracting details for car 7009652auction111131
2026-03-30 00:52:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adf6d337-e543-5d3b-8b42-555ce90bddc1 with identifier: 7009652auction111131
2026-03-30 00:52:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adf6d337-e543-5d3b-8b42-555ce90bddc1 with scrape type 2
2026-03-30 00:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adf6d337-e543-5d3b-8b42-555ce90bddc1 with scrape type 2
2026-03-30 00:52:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: adf6d337-e543-5d3b-8b42-555ce90bddc1, identifier: 7009652auction111131
2026-03-30 00:52:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: adf6d337-e543-5d3b-8b42-555ce90bddc1 with identifier: 7009652auction111131
2026-03-30 00:52:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: adf6d337-e543-5d3b-8b42-555ce90bddc1 with identifier: 7009652auction111131
2026-03-30 00:52:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: adf6d337-e543-5d3b-8b42-555ce90bddc1 with identifier: 7009652auction111131 to the API
2026-03-30 00:52:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009652>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'adf6d337-e543-5d3b-8b42-555ce90bddc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009652',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'IONIQ 5',
'odometer': 153238,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-09',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI IONIQ 5 Connect 73kWh',
'transmission': 'automatic',
'trim': 'HYUNDAI Connect 73kWh',
'vin': None,
'year': 2022}
2026-03-30 00:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009652auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:19 [ecarstrade.nl] INFO: Saving data for 7009652auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623197.462849, 'last_price_update_time': 1774831939.568731}
2026-03-30 00:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009652auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009349> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:52:19 [ecarstrade.nl] INFO: Extracting details for car 7009349auction111131
2026-03-30 00:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009635> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:52:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d9ddf43-38d0-560e-b65b-069bf7dfcbae with identifier: 7009349auction111131
2026-03-30 00:52:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d9ddf43-38d0-560e-b65b-069bf7dfcbae with scrape type 2
2026-03-30 00:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d9ddf43-38d0-560e-b65b-069bf7dfcbae with scrape type 2
2026-03-30 00:52:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6d9ddf43-38d0-560e-b65b-069bf7dfcbae, identifier: 7009349auction111131
2026-03-30 00:52:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6d9ddf43-38d0-560e-b65b-069bf7dfcbae with identifier: 7009349auction111131
2026-03-30 00:52:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6d9ddf43-38d0-560e-b65b-069bf7dfcbae with identifier: 7009349auction111131
2026-03-30 00:52:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6d9ddf43-38d0-560e-b65b-069bf7dfcbae with identifier: 7009349auction111131 to the API
2026-03-30 00:52:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009349>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '6d9ddf43-38d0-560e-b65b-069bf7dfcbae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009349',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 109189,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-29',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Enyaq iV 60',
'transmission': 'automatic',
'trim': 'SKODA iV 60',
'vin': None,
'year': 2022}
2026-03-30 00:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009349auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:20 [ecarstrade.nl] INFO: Saving data for 7009349auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623195.692198, 'last_price_update_time': 1774831940.100763}
2026-03-30 00:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009349auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:20 [ecarstrade.nl] INFO: Extracting details for car 7009635auction111131
2026-03-30 00:52:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b721e7a1-c990-5382-92e7-2e15ea44ba5c with identifier: 7009635auction111131
2026-03-30 00:52:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b721e7a1-c990-5382-92e7-2e15ea44ba5c with scrape type 2
2026-03-30 00:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b721e7a1-c990-5382-92e7-2e15ea44ba5c with scrape type 2
2026-03-30 00:52:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b721e7a1-c990-5382-92e7-2e15ea44ba5c, identifier: 7009635auction111131
2026-03-30 00:52:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b721e7a1-c990-5382-92e7-2e15ea44ba5c with identifier: 7009635auction111131
2026-03-30 00:52:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b721e7a1-c990-5382-92e7-2e15ea44ba5c with identifier: 7009635auction111131
2026-03-30 00:52:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b721e7a1-c990-5382-92e7-2e15ea44ba5c with identifier: 7009635auction111131 to the API
2026-03-30 00:52:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009635>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'b721e7a1-c990-5382-92e7-2e15ea44ba5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009635',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'IONIQ 5',
'odometer': 136584,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI IONIQ 5 Style 73kWh',
'transmission': 'automatic',
'trim': 'HYUNDAI Style 73kWh',
'vin': None,
'year': 2022}
2026-03-30 00:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009635auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:20 [ecarstrade.nl] INFO: Saving data for 7009635auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623197.95967, 'last_price_update_time': 1774831940.50487}
2026-03-30 00:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009635auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009322> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:21 [ecarstrade.nl] INFO: Extracting details for car 7009322auction111131
2026-03-30 00:52:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1214fda4-11a0-5730-b90c-9197fee19c2d with identifier: 7009322auction111131
2026-03-30 00:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1214fda4-11a0-5730-b90c-9197fee19c2d with scrape type 2
2026-03-30 00:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1214fda4-11a0-5730-b90c-9197fee19c2d with scrape type 2
2026-03-30 00:52:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1214fda4-11a0-5730-b90c-9197fee19c2d, identifier: 7009322auction111131
2026-03-30 00:52:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1214fda4-11a0-5730-b90c-9197fee19c2d with identifier: 7009322auction111131
2026-03-30 00:52:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1214fda4-11a0-5730-b90c-9197fee19c2d with identifier: 7009322auction111131
2026-03-30 00:52:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1214fda4-11a0-5730-b90c-9197fee19c2d with identifier: 7009322auction111131 to the API
2026-03-30 00:52:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009322>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '1214fda4-11a0-5730-b90c-9197fee19c2d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009322',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 113572,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Limousine 30 TFSI S edition S-Tronic',
'transmission': 'automatic',
'trim': 'AUDI Limousine 30 TFSI S edition S-Tronic',
'vin': None,
'year': 2023}
2026-03-30 00:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009322auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:21 [ecarstrade.nl] INFO: Saving data for 7009322auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623107.727153, 'last_price_update_time': 1774831941.73836}
2026-03-30 00:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009322auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009335auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009335auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009335auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009660auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009660auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009660auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7010187auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010187auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7010187auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009264auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009264auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009264auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009279auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009279auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009279auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009355auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009355auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009355auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009277auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009277auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009277auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009338auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009338auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009338auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009351auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009351auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009351auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009634auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009634auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009634auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009767auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009767auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009767auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009370auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009370auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009370auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009457auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009457auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009457auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009632auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009632auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009632auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009323auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009323auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009323auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009273auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009273auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009273auction111131: 2
2026-03-30 00:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009285> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009304auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009304auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009304auction111131: 2
2026-03-30 00:52:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009640auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009640auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009640auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009803auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009803auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009803auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Found listing with ID: 7009276auction111131
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009276auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Scrape type for 7009276auction111131: 2
2026-03-30 00:52:22 [ecarstrade.nl] INFO: Extracting details for car 7009285auction111131
2026-03-30 00:52:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccb00c7f-005e-5de2-84bb-fb835c066556 with identifier: 7009285auction111131
2026-03-30 00:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccb00c7f-005e-5de2-84bb-fb835c066556 with scrape type 2
2026-03-30 00:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccb00c7f-005e-5de2-84bb-fb835c066556 with scrape type 2
2026-03-30 00:52:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ccb00c7f-005e-5de2-84bb-fb835c066556, identifier: 7009285auction111131
2026-03-30 00:52:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ccb00c7f-005e-5de2-84bb-fb835c066556 with identifier: 7009285auction111131
2026-03-30 00:52:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ccb00c7f-005e-5de2-84bb-fb835c066556 with identifier: 7009285auction111131
2026-03-30 00:52:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ccb00c7f-005e-5de2-84bb-fb835c066556 with identifier: 7009285auction111131 to the API
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009285>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'ccb00c7f-005e-5de2-84bb-fb835c066556',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009285',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 143067,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-11',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Standard RWD Plus 60 kWh',
'transmission': 'automatic',
'trim': 'Standard RWD Plus 60 kWh',
'vin': None,
'year': 2020}
2026-03-30 00:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009285auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:23 [ecarstrade.nl] INFO: Saving data for 7009285auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623132.83462, 'last_price_update_time': 1774831943.093135}
2026-03-30 00:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009285auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009657> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:23 [ecarstrade.nl] INFO: Extracting details for car 7009657auction111131
2026-03-30 00:52:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a85307aa-35fa-5989-a282-2af25123f6bd with identifier: 7009657auction111131
2026-03-30 00:52:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a85307aa-35fa-5989-a282-2af25123f6bd with scrape type 2
2026-03-30 00:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a85307aa-35fa-5989-a282-2af25123f6bd with scrape type 2
2026-03-30 00:52:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a85307aa-35fa-5989-a282-2af25123f6bd, identifier: 7009657auction111131
2026-03-30 00:52:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a85307aa-35fa-5989-a282-2af25123f6bd with identifier: 7009657auction111131
2026-03-30 00:52:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a85307aa-35fa-5989-a282-2af25123f6bd with identifier: 7009657auction111131
2026-03-30 00:52:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a85307aa-35fa-5989-a282-2af25123f6bd with identifier: 7009657auction111131 to the API
2026-03-30 00:52:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009657>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'a85307aa-35fa-5989-a282-2af25123f6bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009657',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'MG5',
'odometer': 91060,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-31',
'seats_number': 5,
'seller_name': None,
'title': 'MG Mg5 electric Long R. Lux. 61 kWh',
'transmission': 'automatic',
'trim': 'Mg5 electric Long R. Lux. 61 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009657auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:23 [ecarstrade.nl] INFO: Saving data for 7009657auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623140.638108, 'last_price_update_time': 1774831943.852431}
2026-03-30 00:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009657auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009360> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:25 [ecarstrade.nl] INFO: Extracting details for car 7009360auction111131
2026-03-30 00:52:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9 with identifier: 7009360auction111131
2026-03-30 00:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9 with scrape type 2
2026-03-30 00:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9 with scrape type 2
2026-03-30 00:52:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9, identifier: 7009360auction111131
2026-03-30 00:52:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9 with identifier: 7009360auction111131
2026-03-30 00:52:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9 with identifier: 7009360auction111131
2026-03-30 00:52:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9 with identifier: 7009360auction111131 to the API
2026-03-30 00:52:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009360>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009360',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Seat Tarraco',
'odometer': 119414,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Tarraco 1.5 TSI Style',
'transmission': 'manual',
'trim': 'SEAT Tarraco 1.5 TSI Style',
'vin': None,
'year': 2021}
2026-03-30 00:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009360auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:25 [ecarstrade.nl] INFO: Saving data for 7009360auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623104.67161, 'last_price_update_time': 1774831945.585499}
2026-03-30 00:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009360auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009540> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:25 [ecarstrade.nl] INFO: Extracting details for car 7009540auction111131
2026-03-30 00:52:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da700b02-fa5b-52e9-a9ef-f3106434c490 with identifier: 7009540auction111131
2026-03-30 00:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da700b02-fa5b-52e9-a9ef-f3106434c490 with scrape type 2
2026-03-30 00:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da700b02-fa5b-52e9-a9ef-f3106434c490 with scrape type 2
2026-03-30 00:52:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: da700b02-fa5b-52e9-a9ef-f3106434c490, identifier: 7009540auction111131
2026-03-30 00:52:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: da700b02-fa5b-52e9-a9ef-f3106434c490 with identifier: 7009540auction111131
2026-03-30 00:52:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: da700b02-fa5b-52e9-a9ef-f3106434c490 with identifier: 7009540auction111131
2026-03-30 00:52:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: da700b02-fa5b-52e9-a9ef-f3106434c490 with identifier: 7009540auction111131 to the API
2026-03-30 00:52:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009540>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'da700b02-fa5b-52e9-a9ef-f3106434c490',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009540',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Cupra',
'model': 'Born',
'odometer': 60002,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'CUPRA Born 58 kWh Adrenaline',
'transmission': 'automatic',
'trim': 'CUPRA 58 kWh Adrenaline',
'vin': None,
'year': 2022}
2026-03-30 00:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009540auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:26 [ecarstrade.nl] INFO: Saving data for 7009540auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623160.798508, 'last_price_update_time': 1774831946.326675}
2026-03-30 00:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009540auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009653> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:26 [ecarstrade.nl] INFO: Extracting details for car 7009653auction111131
2026-03-30 00:52:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1f65dc8-a7bc-5112-937a-2c7ed32f863e with identifier: 7009653auction111131
2026-03-30 00:52:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1f65dc8-a7bc-5112-937a-2c7ed32f863e with scrape type 2
2026-03-30 00:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1f65dc8-a7bc-5112-937a-2c7ed32f863e with scrape type 2
2026-03-30 00:52:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c1f65dc8-a7bc-5112-937a-2c7ed32f863e, identifier: 7009653auction111131
2026-03-30 00:52:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c1f65dc8-a7bc-5112-937a-2c7ed32f863e with identifier: 7009653auction111131
2026-03-30 00:52:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c1f65dc8-a7bc-5112-937a-2c7ed32f863e with identifier: 7009653auction111131
2026-03-30 00:52:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c1f65dc8-a7bc-5112-937a-2c7ed32f863e with identifier: 7009653auction111131 to the API
2026-03-30 00:52:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009653>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'c1f65dc8-a7bc-5112-937a-2c7ed32f863e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009653',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Mokka',
'odometer': 32099,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Mokka Electric Level 2 50 kWh',
'transmission': 'automatic',
'trim': 'OPEL Electric Level 2 50 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009653auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:27 [ecarstrade.nl] INFO: Saving data for 7009653auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623134.402084, 'last_price_update_time': 1774831947.030971}
2026-03-30 00:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009653auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009339> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:52:27 [ecarstrade.nl] INFO: Extracting details for car 7009339auction111131
2026-03-30 00:52:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108 with identifier: 7009339auction111131
2026-03-30 00:52:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108 with scrape type 2
2026-03-30 00:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108 with scrape type 2
2026-03-30 00:52:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108, identifier: 7009339auction111131
2026-03-30 00:52:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108 with identifier: 7009339auction111131
2026-03-30 00:52:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108 with identifier: 7009339auction111131
2026-03-30 00:52:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108 with identifier: 7009339auction111131 to the API
2026-03-30 00:52:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009339>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '24d2e985-ac5b-5db3-a7bb-8d0ebbc39108',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009339',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Seat Tarraco',
'odometer': 138348,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Tarraco 1.5 TSI FR DSG',
'transmission': 'automatic',
'trim': 'SEAT Tarraco 1.5 TSI FR DSG',
'vin': None,
'year': 2021}
2026-03-30 00:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009339auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:27 [ecarstrade.nl] INFO: Saving data for 7009339auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623135.854033, 'last_price_update_time': 1774831947.533348}
2026-03-30 00:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009339auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009624> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:52:27 [ecarstrade.nl] INFO: Extracting details for car 7009624auction111131
2026-03-30 00:52:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b27bb9dd-63ef-53a7-bd20-c18f2d563cf7 with identifier: 7009624auction111131
2026-03-30 00:52:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b27bb9dd-63ef-53a7-bd20-c18f2d563cf7 with scrape type 2
2026-03-30 00:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b27bb9dd-63ef-53a7-bd20-c18f2d563cf7 with scrape type 2
2026-03-30 00:52:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b27bb9dd-63ef-53a7-bd20-c18f2d563cf7, identifier: 7009624auction111131
2026-03-30 00:52:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b27bb9dd-63ef-53a7-bd20-c18f2d563cf7 with identifier: 7009624auction111131
2026-03-30 00:52:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b27bb9dd-63ef-53a7-bd20-c18f2d563cf7 with identifier: 7009624auction111131
2026-03-30 00:52:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b27bb9dd-63ef-53a7-bd20-c18f2d563cf7 with identifier: 7009624auction111131 to the API
2026-03-30 00:52:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009624>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b27bb9dd-63ef-53a7-bd20-c18f2d563cf7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009624',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 69745,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-06',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR 1.8 Hybrid Business Plus AUT',
'transmission': 'automatic',
'trim': 'TOYOTA 1.8 Hybrid Business Plus AUT',
'vin': None,
'year': 2021}
2026-03-30 00:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009624auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:28 [ecarstrade.nl] INFO: Saving data for 7009624auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623133.644157, 'last_price_update_time': 1774831948.202181}
2026-03-30 00:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009624auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010205> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:30 [ecarstrade.nl] INFO: Extracting details for car 7010205auction111131
2026-03-30 00:52:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d272b2ca-5e20-5eb2-8c67-94a2f8175004 with identifier: 7010205auction111131
2026-03-30 00:52:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d272b2ca-5e20-5eb2-8c67-94a2f8175004 with scrape type 2
2026-03-30 00:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d272b2ca-5e20-5eb2-8c67-94a2f8175004 with scrape type 2
2026-03-30 00:52:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d272b2ca-5e20-5eb2-8c67-94a2f8175004, identifier: 7010205auction111131
2026-03-30 00:52:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d272b2ca-5e20-5eb2-8c67-94a2f8175004 with identifier: 7010205auction111131
2026-03-30 00:52:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 00:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-30 00:52:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d272b2ca-5e20-5eb2-8c67-94a2f8175004 with identifier: 7010205auction111131
2026-03-30 00:52:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d272b2ca-5e20-5eb2-8c67-94a2f8175004 with identifier: 7010205auction111131 to the API
2026-03-30 00:52:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010205>
{'auction_title': '',
'c_o_2_emission_value': 227,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'd272b2ca-5e20-5eb2-8c67-94a2f8175004',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010205',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Iveco',
'model': 'Other',
'odometer': 27454,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-23',
'seats_number': 2,
'seller_name': None,
'title': 'IVECO Daily 35S18 3.0 375',
'transmission': 'automatic',
'trim': 'IVECO Daily 35S18 3.0 375',
'vin': None,
'year': 2018}
2026-03-30 00:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010205auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:30 [ecarstrade.nl] INFO: Saving data for 7010205auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623138.795447, 'last_price_update_time': 1774831950.626053}
2026-03-30 00:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010205auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009381> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:30 [ecarstrade.nl] INFO: Extracting details for car 7009381auction111131
2026-03-30 00:52:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17a6ada8-0eee-5bd6-9609-d975db40dc82 with identifier: 7009381auction111131
2026-03-30 00:52:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17a6ada8-0eee-5bd6-9609-d975db40dc82 with scrape type 2
2026-03-30 00:52:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17a6ada8-0eee-5bd6-9609-d975db40dc82 with scrape type 2
2026-03-30 00:52:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 17a6ada8-0eee-5bd6-9609-d975db40dc82, identifier: 7009381auction111131
2026-03-30 00:52:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 17a6ada8-0eee-5bd6-9609-d975db40dc82 with identifier: 7009381auction111131
2026-03-30 00:52:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 17a6ada8-0eee-5bd6-9609-d975db40dc82 with identifier: 7009381auction111131
2026-03-30 00:52:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 17a6ada8-0eee-5bd6-9609-d975db40dc82 with identifier: 7009381auction111131 to the API
2026-03-30 00:52:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009381>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '17a6ada8-0eee-5bd6-9609-d975db40dc82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009381',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'CLA 180 Shooting Brake',
'odometer': 132297,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA-klasse Shooting Brake 180 d Business Solution '
'Luxury',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA-klasse Shooting Brake 180 d Business Solution '
'Luxury',
'vin': None,
'year': 2021}
2026-03-30 00:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009381auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:31 [ecarstrade.nl] INFO: Saving data for 7009381auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623137.362875, 'last_price_update_time': 1774831951.325399}
2026-03-30 00:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009381auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009616> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:31 [ecarstrade.nl] INFO: Extracting details for car 7009616auction111131
2026-03-30 00:52:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df217131-e5b1-5231-9768-47ef78ccbd73 with identifier: 7009616auction111131
2026-03-30 00:52:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df217131-e5b1-5231-9768-47ef78ccbd73 with scrape type 2
2026-03-30 00:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df217131-e5b1-5231-9768-47ef78ccbd73 with scrape type 2
2026-03-30 00:52:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: df217131-e5b1-5231-9768-47ef78ccbd73, identifier: 7009616auction111131
2026-03-30 00:52:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: df217131-e5b1-5231-9768-47ef78ccbd73 with identifier: 7009616auction111131
2026-03-30 00:52:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: df217131-e5b1-5231-9768-47ef78ccbd73 with identifier: 7009616auction111131
2026-03-30 00:52:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: df217131-e5b1-5231-9768-47ef78ccbd73 with identifier: 7009616auction111131 to the API
2026-03-30 00:52:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009616>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'df217131-e5b1-5231-9768-47ef78ccbd73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009616',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 156266,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Karoq 1.5 TSI Sportline Business DSG',
'transmission': 'automatic',
'trim': 'SKODA 1.5 TSI Sportline Business DSG',
'vin': None,
'year': 2021}
2026-03-30 00:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009616auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:31 [ecarstrade.nl] INFO: Saving data for 7009616auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623131.833897, 'last_price_update_time': 1774831951.850837}
2026-03-30 00:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009616auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009301> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:33 [ecarstrade.nl] INFO: Extracting details for car 7009301auction111131
2026-03-30 00:52:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87853430-c75a-53ee-a36d-ad3d68c13d5c with identifier: 7009301auction111131
2026-03-30 00:52:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87853430-c75a-53ee-a36d-ad3d68c13d5c with scrape type 2
2026-03-30 00:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87853430-c75a-53ee-a36d-ad3d68c13d5c with scrape type 2
2026-03-30 00:52:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 87853430-c75a-53ee-a36d-ad3d68c13d5c, identifier: 7009301auction111131
2026-03-30 00:52:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 87853430-c75a-53ee-a36d-ad3d68c13d5c with identifier: 7009301auction111131
2026-03-30 00:52:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 87853430-c75a-53ee-a36d-ad3d68c13d5c with identifier: 7009301auction111131
2026-03-30 00:52:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 87853430-c75a-53ee-a36d-ad3d68c13d5c with identifier: 7009301auction111131 to the API
2026-03-30 00:52:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009301>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '87853430-c75a-53ee-a36d-ad3d68c13d5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009301',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 83528,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-22',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR 1.8 Hybrid Business Plus AUT.',
'transmission': 'automatic',
'trim': 'TOYOTA 1.8 Hybrid Business Plus AUT.',
'vin': None,
'year': 2022}
2026-03-30 00:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009301auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:33 [ecarstrade.nl] INFO: Saving data for 7009301auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623157.333351, 'last_price_update_time': 1774831953.418098}
2026-03-30 00:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009301auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009350> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:33 [ecarstrade.nl] INFO: Extracting details for car 7009350auction111131
2026-03-30 00:52:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f573ea1-9343-54f2-8a41-fdcdda918872 with identifier: 7009350auction111131
2026-03-30 00:52:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f573ea1-9343-54f2-8a41-fdcdda918872 with scrape type 2
2026-03-30 00:52:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f573ea1-9343-54f2-8a41-fdcdda918872 with scrape type 2
2026-03-30 00:52:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7f573ea1-9343-54f2-8a41-fdcdda918872, identifier: 7009350auction111131
2026-03-30 00:52:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7f573ea1-9343-54f2-8a41-fdcdda918872 with identifier: 7009350auction111131
2026-03-30 00:52:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7f573ea1-9343-54f2-8a41-fdcdda918872 with identifier: 7009350auction111131
2026-03-30 00:52:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7f573ea1-9343-54f2-8a41-fdcdda918872 with identifier: 7009350auction111131 to the API
2026-03-30 00:52:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009350>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '7f573ea1-9343-54f2-8a41-fdcdda918872',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009350',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 153290,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 Life 77 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Life 77 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009350auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:33 [ecarstrade.nl] INFO: Saving data for 7009350auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623139.520349, 'last_price_update_time': 1774831953.911248}
2026-03-30 00:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009350auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009291> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:34 [ecarstrade.nl] INFO: Extracting details for car 7009291auction111131
2026-03-30 00:52:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5414be35-a644-5007-8c55-97e75d9cafd2 with identifier: 7009291auction111131
2026-03-30 00:52:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5414be35-a644-5007-8c55-97e75d9cafd2 with scrape type 2
2026-03-30 00:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5414be35-a644-5007-8c55-97e75d9cafd2 with scrape type 2
2026-03-30 00:52:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5414be35-a644-5007-8c55-97e75d9cafd2, identifier: 7009291auction111131
2026-03-30 00:52:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5414be35-a644-5007-8c55-97e75d9cafd2 with identifier: 7009291auction111131
2026-03-30 00:52:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5414be35-a644-5007-8c55-97e75d9cafd2 with identifier: 7009291auction111131
2026-03-30 00:52:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5414be35-a644-5007-8c55-97e75d9cafd2 with identifier: 7009291auction111131 to the API
2026-03-30 00:52:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009291>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '5414be35-a644-5007-8c55-97e75d9cafd2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009291',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Santa Fe',
'odometer': 179921,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-12',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI SANTA FE 1.6 T-GDI HEV i-M',
'transmission': 'automatic',
'trim': 'HYUNDAI SANTA FE 1.6 T-GDI HEV i-M',
'vin': None,
'year': 2022}
2026-03-30 00:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009291auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:34 [ecarstrade.nl] INFO: Saving data for 7009291auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623142.575435, 'last_price_update_time': 1774831954.408788}
2026-03-30 00:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009291auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009278> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:35 [ecarstrade.nl] INFO: Extracting details for car 7009278auction111131
2026-03-30 00:52:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5606f17d-0f58-5192-9221-8c971c8d4186 with identifier: 7009278auction111131
2026-03-30 00:52:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5606f17d-0f58-5192-9221-8c971c8d4186 with scrape type 2
2026-03-30 00:52:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5606f17d-0f58-5192-9221-8c971c8d4186 with scrape type 2
2026-03-30 00:52:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5606f17d-0f58-5192-9221-8c971c8d4186, identifier: 7009278auction111131
2026-03-30 00:52:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5606f17d-0f58-5192-9221-8c971c8d4186 with identifier: 7009278auction111131
2026-03-30 00:52:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5606f17d-0f58-5192-9221-8c971c8d4186 with identifier: 7009278auction111131
2026-03-30 00:52:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5606f17d-0f58-5192-9221-8c971c8d4186 with identifier: 7009278auction111131 to the API
2026-03-30 00:52:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009278>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5606f17d-0f58-5192-9221-8c971c8d4186',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009278',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Arkana',
'odometer': 140632,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Arkana 1.6 E-T H 145 RSLine',
'transmission': 'automatic',
'trim': 'RENAULT 1.6 E-T H 145 RSLine',
'vin': None,
'year': 2022}
2026-03-30 00:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009278auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:36 [ecarstrade.nl] INFO: Saving data for 7009278auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623143.558479, 'last_price_update_time': 1774831956.33698}
2026-03-30 00:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009278auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009648> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:36 [ecarstrade.nl] INFO: Extracting details for car 7009648auction111131
2026-03-30 00:52:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca with identifier: 7009648auction111131
2026-03-30 00:52:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca with scrape type 2
2026-03-30 00:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca with scrape type 2
2026-03-30 00:52:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca, identifier: 7009648auction111131
2026-03-30 00:52:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca with identifier: 7009648auction111131
2026-03-30 00:52:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca with identifier: 7009648auction111131
2026-03-30 00:52:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca with identifier: 7009648auction111131 to the API
2026-03-30 00:52:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009648>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '9f4bf055-9e60-5be3-bdcd-6c4b625b8cca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009648',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 232566,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-20',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q4 e-tron 40 L ed S Com 77 kWh',
'transmission': 'automatic',
'trim': 'AUDI 40 L ed S Com 77 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009648auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:37 [ecarstrade.nl] INFO: Saving data for 7009648auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623159.384533, 'last_price_update_time': 1774831957.230165}
2026-03-30 00:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009648auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009273> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:37 [ecarstrade.nl] INFO: Extracting details for car 7009273auction111131
2026-03-30 00:52:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e065cba-211f-50bb-a86d-850bf5812f26 with identifier: 7009273auction111131
2026-03-30 00:52:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e065cba-211f-50bb-a86d-850bf5812f26 with scrape type 2
2026-03-30 00:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e065cba-211f-50bb-a86d-850bf5812f26 with scrape type 2
2026-03-30 00:52:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5e065cba-211f-50bb-a86d-850bf5812f26, identifier: 7009273auction111131
2026-03-30 00:52:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5e065cba-211f-50bb-a86d-850bf5812f26 with identifier: 7009273auction111131
2026-03-30 00:52:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5e065cba-211f-50bb-a86d-850bf5812f26 with identifier: 7009273auction111131
2026-03-30 00:52:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5e065cba-211f-50bb-a86d-850bf5812f26 with identifier: 7009273auction111131 to the API
2026-03-30 00:52:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009273>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5e065cba-211f-50bb-a86d-850bf5812f26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009273',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 37910,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-24',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Astra Sports Tourer 1.2 Edition',
'transmission': 'manual',
'trim': 'OPEL Sports Tourer 1.2 Edition',
'vin': None,
'year': 2023}
2026-03-30 00:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009273auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:37 [ecarstrade.nl] INFO: Saving data for 7009273auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623217.971267, 'last_price_update_time': 1774831957.727781}
2026-03-30 00:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009273auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009276> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:37 [ecarstrade.nl] INFO: Extracting details for car 7009276auction111131
2026-03-30 00:52:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68a2df58-b347-5ca4-99ad-95e1da325659 with identifier: 7009276auction111131
2026-03-30 00:52:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68a2df58-b347-5ca4-99ad-95e1da325659 with scrape type 2
2026-03-30 00:52:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68a2df58-b347-5ca4-99ad-95e1da325659 with scrape type 2
2026-03-30 00:52:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 68a2df58-b347-5ca4-99ad-95e1da325659, identifier: 7009276auction111131
2026-03-30 00:52:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 68a2df58-b347-5ca4-99ad-95e1da325659 with identifier: 7009276auction111131
2026-03-30 00:52:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 68a2df58-b347-5ca4-99ad-95e1da325659 with identifier: 7009276auction111131
2026-03-30 00:52:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 68a2df58-b347-5ca4-99ad-95e1da325659 with identifier: 7009276auction111131 to the API
2026-03-30 00:52:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009276>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '68a2df58-b347-5ca4-99ad-95e1da325659',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009276',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'ZS',
'odometer': 31739,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'MG Mg zs ev EV Std. R Luxury',
'transmission': 'automatic',
'trim': 'Mg zs ev EV Std. R Luxury',
'vin': None,
'year': 2022}
2026-03-30 00:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009276auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:38 [ecarstrade.nl] INFO: Saving data for 7009276auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623218.528382, 'last_price_update_time': 1774831958.227961}
2026-03-30 00:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009276auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009803> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:40 [ecarstrade.nl] INFO: Extracting details for car 7009803auction111131
2026-03-30 00:52:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e080f758-2533-5d00-bc82-7f95632480ca with identifier: 7009803auction111131
2026-03-30 00:52:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e080f758-2533-5d00-bc82-7f95632480ca with scrape type 2
2026-03-30 00:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e080f758-2533-5d00-bc82-7f95632480ca with scrape type 2
2026-03-30 00:52:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e080f758-2533-5d00-bc82-7f95632480ca, identifier: 7009803auction111131
2026-03-30 00:52:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e080f758-2533-5d00-bc82-7f95632480ca with identifier: 7009803auction111131
2026-03-30 00:52:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e080f758-2533-5d00-bc82-7f95632480ca with identifier: 7009803auction111131
2026-03-30 00:52:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e080f758-2533-5d00-bc82-7f95632480ca with identifier: 7009803auction111131 to the API
2026-03-30 00:52:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009803>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'e080f758-2533-5d00-bc82-7f95632480ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009803',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 177240,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-16',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L1H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L1H1',
'vin': None,
'year': 2022}
2026-03-30 00:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009803auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:40 [ecarstrade.nl] INFO: Saving data for 7009803auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623220.698613, 'last_price_update_time': 1774831960.715315}
2026-03-30 00:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009803auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009304> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:40 [ecarstrade.nl] INFO: Extracting details for car 7009304auction111131
2026-03-30 00:52:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a with identifier: 7009304auction111131
2026-03-30 00:52:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a with scrape type 2
2026-03-30 00:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a with scrape type 2
2026-03-30 00:52:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a, identifier: 7009304auction111131
2026-03-30 00:52:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a with identifier: 7009304auction111131
2026-03-30 00:52:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a with identifier: 7009304auction111131
2026-03-30 00:52:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a with identifier: 7009304auction111131 to the API
2026-03-30 00:52:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009304>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009304',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 54513,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-11',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO 1.0 TSI Life',
'vin': None,
'year': 2023}
2026-03-30 00:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009304auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:41 [ecarstrade.nl] INFO: Saving data for 7009304auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623191.535826, 'last_price_update_time': 1774831961.197303}
2026-03-30 00:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009304auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009323> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:42 [ecarstrade.nl] INFO: Extracting details for car 7009323auction111131
2026-03-30 00:52:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9df7f5de-eae4-58d3-a91c-2ceee6290653 with identifier: 7009323auction111131
2026-03-30 00:52:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9df7f5de-eae4-58d3-a91c-2ceee6290653 with scrape type 2
2026-03-30 00:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9df7f5de-eae4-58d3-a91c-2ceee6290653 with scrape type 2
2026-03-30 00:52:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9df7f5de-eae4-58d3-a91c-2ceee6290653, identifier: 7009323auction111131
2026-03-30 00:52:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9df7f5de-eae4-58d3-a91c-2ceee6290653 with identifier: 7009323auction111131
2026-03-30 00:52:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9df7f5de-eae4-58d3-a91c-2ceee6290653 with identifier: 7009323auction111131
2026-03-30 00:52:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9df7f5de-eae4-58d3-a91c-2ceee6290653 with identifier: 7009323auction111131 to the API
2026-03-30 00:52:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009323>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '9df7f5de-eae4-58d3-a91c-2ceee6290653',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009323',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 88835,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-08',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc 1.5 TSI Style Business',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.5 TSI Style Business',
'vin': None,
'year': 2021}
2026-03-30 00:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009323auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:42 [ecarstrade.nl] INFO: Saving data for 7009323auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623196.508501, 'last_price_update_time': 1774831962.75955}
2026-03-30 00:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009323auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009632> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:43 [ecarstrade.nl] INFO: Extracting details for car 7009632auction111131
2026-03-30 00:52:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfa3680b-0de0-5ea0-8a82-d513cdf9538f with identifier: 7009632auction111131
2026-03-30 00:52:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfa3680b-0de0-5ea0-8a82-d513cdf9538f with scrape type 2
2026-03-30 00:52:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfa3680b-0de0-5ea0-8a82-d513cdf9538f with scrape type 2
2026-03-30 00:52:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: bfa3680b-0de0-5ea0-8a82-d513cdf9538f, identifier: 7009632auction111131
2026-03-30 00:52:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: bfa3680b-0de0-5ea0-8a82-d513cdf9538f with identifier: 7009632auction111131
2026-03-30 00:52:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: bfa3680b-0de0-5ea0-8a82-d513cdf9538f with identifier: 7009632auction111131
2026-03-30 00:52:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: bfa3680b-0de0-5ea0-8a82-d513cdf9538f with identifier: 7009632auction111131 to the API
2026-03-30 00:52:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009632>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'bfa3680b-0de0-5ea0-8a82-d513cdf9538f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009632',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '118',
'odometer': 131234,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1-serie 118i M-Sport',
'transmission': 'automatic',
'trim': '1-serie i M-Sport',
'vin': None,
'year': 2023}
2026-03-30 00:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009632auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:43 [ecarstrade.nl] INFO: Saving data for 7009632auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623219.864349, 'last_price_update_time': 1774831963.89677}
2026-03-30 00:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009632auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009457> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:44 [ecarstrade.nl] INFO: Extracting details for car 7009457auction111131
2026-03-30 00:52:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73 with identifier: 7009457auction111131
2026-03-30 00:52:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73 with scrape type 2
2026-03-30 00:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73 with scrape type 2
2026-03-30 00:52:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73, identifier: 7009457auction111131
2026-03-30 00:52:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73 with identifier: 7009457auction111131
2026-03-30 00:52:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73 with identifier: 7009457auction111131
2026-03-30 00:52:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73 with identifier: 7009457auction111131 to the API
2026-03-30 00:52:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009457>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '4ea7abe7-283a-5e8f-8e56-43c8aaca5d73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009457',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 76735,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc 1.0 TSI Life 75 Ed.',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Life 75 Ed.',
'vin': None,
'year': 2022}
2026-03-30 00:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009457auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:44 [ecarstrade.nl] INFO: Saving data for 7009457auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623223.6913, 'last_price_update_time': 1774831964.496848}
2026-03-30 00:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009457auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009767> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:52:47 [ecarstrade.nl] INFO: Extracting details for car 7009767auction111131
2026-03-30 00:52:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3f742e1-df15-5092-9e52-33cd3508103c with identifier: 7009767auction111131
2026-03-30 00:52:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3f742e1-df15-5092-9e52-33cd3508103c with scrape type 2
2026-03-30 00:52:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3f742e1-df15-5092-9e52-33cd3508103c with scrape type 2
2026-03-30 00:52:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f3f742e1-df15-5092-9e52-33cd3508103c, identifier: 7009767auction111131
2026-03-30 00:52:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f3f742e1-df15-5092-9e52-33cd3508103c with identifier: 7009767auction111131
2026-03-30 00:52:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f3f742e1-df15-5092-9e52-33cd3508103c with identifier: 7009767auction111131
2026-03-30 00:52:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f3f742e1-df15-5092-9e52-33cd3508103c with identifier: 7009767auction111131 to the API
2026-03-30 00:52:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009767>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'f3f742e1-df15-5092-9e52-33cd3508103c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009767',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 79322,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-26',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L2H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L2H1',
'vin': None,
'year': 2021}
2026-03-30 00:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009767auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:47 [ecarstrade.nl] INFO: Saving data for 7009767auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623216.76486, 'last_price_update_time': 1774831967.642712}
2026-03-30 00:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009767auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009634> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:52:48 [ecarstrade.nl] INFO: Extracting details for car 7009634auction111131
2026-03-30 00:52:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e087bf16-ac0d-584c-bebb-eef14f703960 with identifier: 7009634auction111131
2026-03-30 00:52:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e087bf16-ac0d-584c-bebb-eef14f703960 with scrape type 2
2026-03-30 00:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e087bf16-ac0d-584c-bebb-eef14f703960 with scrape type 2
2026-03-30 00:52:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e087bf16-ac0d-584c-bebb-eef14f703960, identifier: 7009634auction111131
2026-03-30 00:52:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e087bf16-ac0d-584c-bebb-eef14f703960 with identifier: 7009634auction111131
2026-03-30 00:52:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e087bf16-ac0d-584c-bebb-eef14f703960 with identifier: 7009634auction111131
2026-03-30 00:52:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e087bf16-ac0d-584c-bebb-eef14f703960 with identifier: 7009634auction111131 to the API
2026-03-30 00:52:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009634>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'e087bf16-ac0d-584c-bebb-eef14f703960',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009634',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 41088,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-208 EV Active Pack 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT EV Active Pack 50 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009634auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:48 [ecarstrade.nl] INFO: Saving data for 7009634auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623219.343728, 'last_price_update_time': 1774831968.448093}
2026-03-30 00:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009634auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009351> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:48 [ecarstrade.nl] INFO: Extracting details for car 7009351auction111131
2026-03-30 00:52:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff6f6342-fb45-5c35-82a4-65d6a319feae with identifier: 7009351auction111131
2026-03-30 00:52:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff6f6342-fb45-5c35-82a4-65d6a319feae with scrape type 2
2026-03-30 00:52:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff6f6342-fb45-5c35-82a4-65d6a319feae with scrape type 2
2026-03-30 00:52:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ff6f6342-fb45-5c35-82a4-65d6a319feae, identifier: 7009351auction111131
2026-03-30 00:52:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ff6f6342-fb45-5c35-82a4-65d6a319feae with identifier: 7009351auction111131
2026-03-30 00:52:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ff6f6342-fb45-5c35-82a4-65d6a319feae with identifier: 7009351auction111131
2026-03-30 00:52:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ff6f6342-fb45-5c35-82a4-65d6a319feae with identifier: 7009351auction111131 to the API
2026-03-30 00:52:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009351>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'ff6f6342-fb45-5c35-82a4-65d6a319feae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009351',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 42345,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-09',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-208 EV Active Pck 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT EV Active Pck 50 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009351auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:48 [ecarstrade.nl] INFO: Saving data for 7009351auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623235.209987, 'last_price_update_time': 1774831968.954206}
2026-03-30 00:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009351auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009338> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:50 [ecarstrade.nl] INFO: Extracting details for car 7009338auction111131
2026-03-30 00:52:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ce3e6c3-4dfb-5310-874d-d585c4fb047a with identifier: 7009338auction111131
2026-03-30 00:52:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ce3e6c3-4dfb-5310-874d-d585c4fb047a with scrape type 2
2026-03-30 00:52:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ce3e6c3-4dfb-5310-874d-d585c4fb047a with scrape type 2
2026-03-30 00:52:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8ce3e6c3-4dfb-5310-874d-d585c4fb047a, identifier: 7009338auction111131
2026-03-30 00:52:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8ce3e6c3-4dfb-5310-874d-d585c4fb047a with identifier: 7009338auction111131
2026-03-30 00:52:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8ce3e6c3-4dfb-5310-874d-d585c4fb047a with identifier: 7009338auction111131
2026-03-30 00:52:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8ce3e6c3-4dfb-5310-874d-d585c4fb047a with identifier: 7009338auction111131 to the API
2026-03-30 00:52:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009338>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '8ce3e6c3-4dfb-5310-874d-d585c4fb047a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009338',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 122941,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 Pure 52 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pure 52 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009338auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:51 [ecarstrade.nl] INFO: Saving data for 7009338auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623217.482498, 'last_price_update_time': 1774831971.781651}
2026-03-30 00:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009338auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009277> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:51 [ecarstrade.nl] INFO: Extracting details for car 7009277auction111131
2026-03-30 00:52:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9037d382-9cac-5d90-9fb7-6df88f821be2 with identifier: 7009277auction111131
2026-03-30 00:52:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9037d382-9cac-5d90-9fb7-6df88f821be2 with scrape type 2
2026-03-30 00:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9037d382-9cac-5d90-9fb7-6df88f821be2 with scrape type 2
2026-03-30 00:52:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9037d382-9cac-5d90-9fb7-6df88f821be2, identifier: 7009277auction111131
2026-03-30 00:52:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9037d382-9cac-5d90-9fb7-6df88f821be2 with identifier: 7009277auction111131
2026-03-30 00:52:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9037d382-9cac-5d90-9fb7-6df88f821be2 with identifier: 7009277auction111131
2026-03-30 00:52:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9037d382-9cac-5d90-9fb7-6df88f821be2 with identifier: 7009277auction111131 to the API
2026-03-30 00:52:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009277>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '9037d382-9cac-5d90-9fb7-6df88f821be2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009277',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 97395,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-03',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EcoBoost Hybrid Titanium X',
'transmission': 'automatic',
'trim': 'FORD Wagon 1.0 EcoBoost Hybrid Titanium X',
'vin': None,
'year': 2023}
2026-03-30 00:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009277auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:52 [ecarstrade.nl] INFO: Saving data for 7009277auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623216.287047, 'last_price_update_time': 1774831972.288836}
2026-03-30 00:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009277auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009279> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:52:54 [ecarstrade.nl] INFO: Extracting details for car 7009279auction111131
2026-03-30 00:52:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81512174-9a89-57cf-be2d-436422a3c8b3 with identifier: 7009279auction111131
2026-03-30 00:52:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81512174-9a89-57cf-be2d-436422a3c8b3 with scrape type 2
2026-03-30 00:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81512174-9a89-57cf-be2d-436422a3c8b3 with scrape type 2
2026-03-30 00:52:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 81512174-9a89-57cf-be2d-436422a3c8b3, identifier: 7009279auction111131
2026-03-30 00:52:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 81512174-9a89-57cf-be2d-436422a3c8b3 with identifier: 7009279auction111131
2026-03-30 00:52:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 81512174-9a89-57cf-be2d-436422a3c8b3 with identifier: 7009279auction111131
2026-03-30 00:52:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 81512174-9a89-57cf-be2d-436422a3c8b3 with identifier: 7009279auction111131 to the API
2026-03-30 00:52:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009279>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '81512174-9a89-57cf-be2d-436422a3c8b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009279',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 153213,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-klasse 180 Business Solution Luxury',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-klasse 180 Business Solution Luxury',
'vin': None,
'year': 2021}
2026-03-30 00:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009279auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:54 [ecarstrade.nl] INFO: Saving data for 7009279auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623248.960164, 'last_price_update_time': 1774831974.499328}
2026-03-30 00:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009279auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009355> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:52:54 [ecarstrade.nl] INFO: Extracting details for car 7009355auction111131
2026-03-30 00:52:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a59aa3c-13df-58c4-9fad-01348d5d4322 with identifier: 7009355auction111131
2026-03-30 00:52:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a59aa3c-13df-58c4-9fad-01348d5d4322 with scrape type 2
2026-03-30 00:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a59aa3c-13df-58c4-9fad-01348d5d4322 with scrape type 2
2026-03-30 00:52:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6a59aa3c-13df-58c4-9fad-01348d5d4322, identifier: 7009355auction111131
2026-03-30 00:52:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6a59aa3c-13df-58c4-9fad-01348d5d4322 with identifier: 7009355auction111131
2026-03-30 00:52:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6a59aa3c-13df-58c4-9fad-01348d5d4322 with identifier: 7009355auction111131
2026-03-30 00:52:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6a59aa3c-13df-58c4-9fad-01348d5d4322 with identifier: 7009355auction111131 to the API
2026-03-30 00:52:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009355>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '6a59aa3c-13df-58c4-9fad-01348d5d4322',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009355',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'MG4',
'odometer': 22437,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'MG MG4 Electric Electric standard 51 kWh',
'transmission': 'automatic',
'trim': '4 Electric Electric standard 51 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009355auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:55 [ecarstrade.nl] INFO: Saving data for 7009355auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623222.852481, 'last_price_update_time': 1774831975.206409}
2026-03-30 00:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009355auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009264> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:55 [ecarstrade.nl] INFO: Extracting details for car 7009264auction111131
2026-03-30 00:52:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77b91a68-7dfa-53f8-9714-e3a0781ac5ed with identifier: 7009264auction111131
2026-03-30 00:52:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77b91a68-7dfa-53f8-9714-e3a0781ac5ed with scrape type 2
2026-03-30 00:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77b91a68-7dfa-53f8-9714-e3a0781ac5ed with scrape type 2
2026-03-30 00:52:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 77b91a68-7dfa-53f8-9714-e3a0781ac5ed, identifier: 7009264auction111131
2026-03-30 00:52:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 77b91a68-7dfa-53f8-9714-e3a0781ac5ed with identifier: 7009264auction111131
2026-03-30 00:52:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 77b91a68-7dfa-53f8-9714-e3a0781ac5ed with identifier: 7009264auction111131
2026-03-30 00:52:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 77b91a68-7dfa-53f8-9714-e3a0781ac5ed with identifier: 7009264auction111131 to the API
2026-03-30 00:52:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:52:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009264>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '77b91a68-7dfa-53f8-9714-e3a0781ac5ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009264',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mazda',
'model': '2 Hybrid',
'odometer': 74439,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-14',
'seats_number': 5,
'seller_name': None,
'title': 'Mazda 2 Hybrid 1.5 Agile',
'transmission': 'automatic',
'trim': '1.5 Agile',
'vin': None,
'year': 2023}
2026-03-30 00:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009264auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:55 [ecarstrade.nl] INFO: Saving data for 7009264auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623102.382058, 'last_price_update_time': 1774831975.685061}
2026-03-30 00:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009264auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010187> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:58 [ecarstrade.nl] INFO: Extracting details for car 7010187auction111131
2026-03-30 00:52:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d67ef3b-8503-5769-b71e-127f7d60d028 with identifier: 7010187auction111131
2026-03-30 00:52:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d67ef3b-8503-5769-b71e-127f7d60d028 with scrape type 2
2026-03-30 00:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d67ef3b-8503-5769-b71e-127f7d60d028 with scrape type 2
2026-03-30 00:52:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0d67ef3b-8503-5769-b71e-127f7d60d028, identifier: 7010187auction111131
2026-03-30 00:52:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0d67ef3b-8503-5769-b71e-127f7d60d028 with identifier: 7010187auction111131
2026-03-30 00:52:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0d67ef3b-8503-5769-b71e-127f7d60d028 with identifier: 7010187auction111131
2026-03-30 00:52:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0d67ef3b-8503-5769-b71e-127f7d60d028 with identifier: 7010187auction111131 to the API
2026-03-30 00:52:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010187>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '0d67ef3b-8503-5769-b71e-127f7d60d028',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010187',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 113971,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L2H1 DC',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L2H1 DC',
'vin': None,
'year': 2021}
2026-03-30 00:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010187auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:58 [ecarstrade.nl] INFO: Saving data for 7010187auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623101.549458, 'last_price_update_time': 1774831978.439518}
2026-03-30 00:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010187auction111131') HTTP/1.1" 204 0
2026-03-30 00:52:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009660> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:52:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:52:58 [ecarstrade.nl] INFO: Extracting details for car 7009660auction111131
2026-03-30 00:52:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3c35086-1946-5fa8-be42-c0946156e919 with identifier: 7009660auction111131
2026-03-30 00:52:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3c35086-1946-5fa8-be42-c0946156e919 with scrape type 2
2026-03-30 00:52:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3c35086-1946-5fa8-be42-c0946156e919 with scrape type 2
2026-03-30 00:52:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e3c35086-1946-5fa8-be42-c0946156e919, identifier: 7009660auction111131
2026-03-30 00:52:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e3c35086-1946-5fa8-be42-c0946156e919 with identifier: 7009660auction111131
2026-03-30 00:52:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e3c35086-1946-5fa8-be42-c0946156e919 with identifier: 7009660auction111131
2026-03-30 00:52:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e3c35086-1946-5fa8-be42-c0946156e919 with identifier: 7009660auction111131 to the API
2026-03-30 00:52:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:52: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-30 00:52:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009660>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'e3c35086-1946-5fa8-be42-c0946156e919',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009660',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Insignia',
'odometer': 170396,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Insignia Sports Tourer 2.0 CDTI Bns Eleg.',
'transmission': 'manual',
'trim': 'OPEL Sports Tourer 2.0 CDTI Bns Eleg.',
'vin': None,
'year': 2021}
2026-03-30 00:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009660auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:52:59 [ecarstrade.nl] INFO: Saving data for 7009660auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623136.648838, 'last_price_update_time': 1774831979.882649}
2026-03-30 00:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009660auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009650> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:00 [ecarstrade.nl] INFO: Extracting details for car 7009650auction111131
2026-03-30 00:53:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a51b750-6d70-57b5-ab0f-1873126ea74a with identifier: 7009650auction111131
2026-03-30 00:53:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a51b750-6d70-57b5-ab0f-1873126ea74a with scrape type 2
2026-03-30 00:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a51b750-6d70-57b5-ab0f-1873126ea74a with scrape type 2
2026-03-30 00:53:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5a51b750-6d70-57b5-ab0f-1873126ea74a, identifier: 7009650auction111131
2026-03-30 00:53:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5a51b750-6d70-57b5-ab0f-1873126ea74a with identifier: 7009650auction111131
2026-03-30 00:53:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5a51b750-6d70-57b5-ab0f-1873126ea74a with identifier: 7009650auction111131
2026-03-30 00:53:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5a51b750-6d70-57b5-ab0f-1873126ea74a with identifier: 7009650auction111131 to the API
2026-03-30 00:53:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009650>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5a51b750-6d70-57b5-ab0f-1873126ea74a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009650',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Sportage',
'odometer': 185708,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE 1.6 T-GDi Hyb. GT-L.',
'transmission': 'automatic',
'trim': 'KIA SPORTAGE 1.6 T-GDi Hyb. GT-L.',
'vin': None,
'year': 2023}
2026-03-30 00:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009650auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:00 [ecarstrade.nl] INFO: Saving data for 7009650auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623221.397996, 'last_price_update_time': 1774831980.935536}
2026-03-30 00:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009650auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009335> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Extracting details for car 7009335auction111131
2026-03-30 00:53:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b with identifier: 7009335auction111131
2026-03-30 00:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b with scrape type 2
2026-03-30 00:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b with scrape type 2
2026-03-30 00:53:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b, identifier: 7009335auction111131
2026-03-30 00:53:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b with identifier: 7009335auction111131
2026-03-30 00:53:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b with identifier: 7009335auction111131
2026-03-30 00:53:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b with identifier: 7009335auction111131 to the API
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009335>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009335',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'XC40',
'odometer': 134673,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 T2 Momentum',
'transmission': 'manual',
'trim': 'VOLVO T2 Momentum',
'vin': None,
'year': 2021}
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009335auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Saving data for 7009335auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623139.986787, 'last_price_update_time': 1774831981.417206}
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009335auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009287auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009287auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009287auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7010537auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010537auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7010537auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009374auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009374auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009374auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009340auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009340auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009340auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009364auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009364auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009364auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009569auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009569auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009569auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009334auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009334auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009334auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009672auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009672auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009672auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009361auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009361auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009361auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009365auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009365auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009365auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009594auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009594auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009594auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7010186auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010186auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7010186auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009341auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009341auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009341auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009423auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009423auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009423auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009625auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009625auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009625auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009627auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009627auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009627auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009670auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009670auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009670auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009296auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009296auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009296auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009658auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009658auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7009658auction111131: 2
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7010169auction111131
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010169auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:01 [ecarstrade.nl] INFO: Scrape type for 7010169auction111131: 2
2026-03-30 00:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009611> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:02 [ecarstrade.nl] INFO: Extracting details for car 7009611auction111131
2026-03-30 00:53:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834 with identifier: 7009611auction111131
2026-03-30 00:53:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834 with scrape type 2
2026-03-30 00:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834 with scrape type 2
2026-03-30 00:53:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834, identifier: 7009611auction111131
2026-03-30 00:53:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834 with identifier: 7009611auction111131
2026-03-30 00:53:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834 with identifier: 7009611auction111131
2026-03-30 00:53:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834 with identifier: 7009611auction111131 to the API
2026-03-30 00:53:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009611>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009611',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 97585,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-22',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Enyaq iV 80',
'transmission': 'automatic',
'trim': 'SKODA iV 80',
'vin': None,
'year': 2020}
2026-03-30 00:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009611auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:02 [ecarstrade.nl] INFO: Saving data for 7009611auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623144.911353, 'last_price_update_time': 1774831982.778032}
2026-03-30 00:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009611auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009380> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:05 [ecarstrade.nl] INFO: Extracting details for car 7009380auction111131
2026-03-30 00:53:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f844225-ea11-5cbe-9221-e406caef99dc with identifier: 7009380auction111131
2026-03-30 00:53:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f844225-ea11-5cbe-9221-e406caef99dc with scrape type 2
2026-03-30 00:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f844225-ea11-5cbe-9221-e406caef99dc with scrape type 2
2026-03-30 00:53:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0f844225-ea11-5cbe-9221-e406caef99dc, identifier: 7009380auction111131
2026-03-30 00:53:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0f844225-ea11-5cbe-9221-e406caef99dc with identifier: 7009380auction111131
2026-03-30 00:53:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0f844225-ea11-5cbe-9221-e406caef99dc with identifier: 7009380auction111131
2026-03-30 00:53:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0f844225-ea11-5cbe-9221-e406caef99dc with identifier: 7009380auction111131 to the API
2026-03-30 00:53:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009380>
{'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-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '0f844225-ea11-5cbe-9221-e406caef99dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009380',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'Q3',
'odometer': 165460,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 35 TFSI Bns Edition',
'transmission': 'manual',
'trim': 'AUDI 35 TFSI Bns Edition',
'vin': None,
'year': 2021}
2026-03-30 00:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009380auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:05 [ecarstrade.nl] INFO: Saving data for 7009380auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623106.992533, 'last_price_update_time': 1774831985.529989}
2026-03-30 00:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009380auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009290> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:06 [ecarstrade.nl] INFO: Extracting details for car 7009290auction111131
2026-03-30 00:53:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60872e45-8fcc-5bcf-8982-ac8645bff4cd with identifier: 7009290auction111131
2026-03-30 00:53:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60872e45-8fcc-5bcf-8982-ac8645bff4cd with scrape type 2
2026-03-30 00:53:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60872e45-8fcc-5bcf-8982-ac8645bff4cd with scrape type 2
2026-03-30 00:53:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 60872e45-8fcc-5bcf-8982-ac8645bff4cd, identifier: 7009290auction111131
2026-03-30 00:53:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 60872e45-8fcc-5bcf-8982-ac8645bff4cd with identifier: 7009290auction111131
2026-03-30 00:53:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 60872e45-8fcc-5bcf-8982-ac8645bff4cd with identifier: 7009290auction111131
2026-03-30 00:53:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 60872e45-8fcc-5bcf-8982-ac8645bff4cd with identifier: 7009290auction111131 to the API
2026-03-30 00:53:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009290>
{'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-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '60872e45-8fcc-5bcf-8982-ac8645bff4cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009290',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Cupra',
'model': 'Born',
'odometer': 32171,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'CUPRA Born Adr. One 62 kWh',
'transmission': 'automatic',
'trim': 'CUPRA Adr. One 62 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009290auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:06 [ecarstrade.nl] INFO: Saving data for 7009290auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623108.480086, 'last_price_update_time': 1774831986.954848}
2026-03-30 00:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009290auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:06 [scrapy.extensions.logstats] INFO: Crawled 303 pages (at 53 pages/min), scraped 281 items (at 51 items/min)
2026-03-30 00:53:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-30 00:53:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010173> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:07 [ecarstrade.nl] INFO: Extracting details for car 7010173auction111131
2026-03-30 00:53:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f8fa360-082e-5bce-bb5c-34b468d19428 with identifier: 7010173auction111131
2026-03-30 00:53:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f8fa360-082e-5bce-bb5c-34b468d19428 with scrape type 2
2026-03-30 00:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f8fa360-082e-5bce-bb5c-34b468d19428 with scrape type 2
2026-03-30 00:53:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6f8fa360-082e-5bce-bb5c-34b468d19428, identifier: 7010173auction111131
2026-03-30 00:53:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6f8fa360-082e-5bce-bb5c-34b468d19428 with identifier: 7010173auction111131
2026-03-30 00:53:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6f8fa360-082e-5bce-bb5c-34b468d19428 with identifier: 7010173auction111131
2026-03-30 00:53:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6f8fa360-082e-5bce-bb5c-34b468d19428 with identifier: 7010173auction111131 to the API
2026-03-30 00:53:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010173>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '6f8fa360-082e-5bce-bb5c-34b468d19428',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010173',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 75448,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-klasse 180 Bns Solution AMG',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-klasse 180 Bns Solution AMG',
'vin': None,
'year': 2022}
2026-03-30 00:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010173auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:07 [ecarstrade.nl] INFO: Saving data for 7010173auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623141.852875, 'last_price_update_time': 1774831987.736952}
2026-03-30 00:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010173auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009344> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009640> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:07 [ecarstrade.nl] INFO: Extracting details for car 7009344auction111131
2026-03-30 00:53:07 [ecarstrade.nl] INFO: Extracting details for car 7009640auction111131
2026-03-30 00:53:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45 with identifier: 7009344auction111131
2026-03-30 00:53:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45 with scrape type 2
2026-03-30 00:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45 with scrape type 2
2026-03-30 00:53:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45, identifier: 7009344auction111131
2026-03-30 00:53:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38e9bc08-5a84-5a4b-9e65-e9b70f92b691 with identifier: 7009640auction111131
2026-03-30 00:53:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38e9bc08-5a84-5a4b-9e65-e9b70f92b691 with scrape type 2
2026-03-30 00:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38e9bc08-5a84-5a4b-9e65-e9b70f92b691 with scrape type 2
2026-03-30 00:53:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 38e9bc08-5a84-5a4b-9e65-e9b70f92b691, identifier: 7009640auction111131
2026-03-30 00:53:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45 with identifier: 7009344auction111131
2026-03-30 00:53:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45 with identifier: 7009344auction111131
2026-03-30 00:53:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45 with identifier: 7009344auction111131 to the API
2026-03-30 00:53:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009344>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '4f7ce5e4-db6f-5f6b-816a-ecf60b215c45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009344',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Seat Tarraco',
'odometer': 103882,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Tarraco 1.5 TSI Style DSG',
'transmission': 'automatic',
'trim': 'SEAT Tarraco 1.5 TSI Style DSG',
'vin': None,
'year': 2021}
2026-03-30 00:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009344auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:08 [ecarstrade.nl] INFO: Saving data for 7009344auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623141.177487, 'last_price_update_time': 1774831988.354988}
2026-03-30 00:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009344auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 38e9bc08-5a84-5a4b-9e65-e9b70f92b691 with identifier: 7009640auction111131
2026-03-30 00:53:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 38e9bc08-5a84-5a4b-9e65-e9b70f92b691 with identifier: 7009640auction111131
2026-03-30 00:53:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 38e9bc08-5a84-5a4b-9e65-e9b70f92b691 with identifier: 7009640auction111131 to the API
2026-03-30 00:53:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009640>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '38e9bc08-5a84-5a4b-9e65-e9b70f92b691',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009640',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 128789,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc 1.5 TSI Sport BnsR',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.5 TSI Sport BnsR',
'vin': None,
'year': 2020}
2026-03-30 00:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009640auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:08 [ecarstrade.nl] INFO: Saving data for 7009640auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623220.252739, 'last_price_update_time': 1774831988.643506}
2026-03-30 00:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009640auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009346> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:08 [ecarstrade.nl] INFO: Extracting details for car 7009346auction111131
2026-03-30 00:53:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c3acea8-5647-582a-8c42-3a7c7552bc42 with identifier: 7009346auction111131
2026-03-30 00:53:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c3acea8-5647-582a-8c42-3a7c7552bc42 with scrape type 2
2026-03-30 00:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c3acea8-5647-582a-8c42-3a7c7552bc42 with scrape type 2
2026-03-30 00:53:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8c3acea8-5647-582a-8c42-3a7c7552bc42, identifier: 7009346auction111131
2026-03-30 00:53:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8c3acea8-5647-582a-8c42-3a7c7552bc42 with identifier: 7009346auction111131
2026-03-30 00:53:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8c3acea8-5647-582a-8c42-3a7c7552bc42 with identifier: 7009346auction111131
2026-03-30 00:53:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8c3acea8-5647-582a-8c42-3a7c7552bc42 with identifier: 7009346auction111131 to the API
2026-03-30 00:53:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009346>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8c3acea8-5647-582a-8c42-3a7c7552bc42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009346',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Kuga',
'odometer': 77523,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-24',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA 2.5 PHEV Titanium AUT.',
'transmission': 'automatic',
'trim': 'FORD KUGA 2.5 PHEV Titanium AUT.',
'vin': None,
'year': 2023}
2026-03-30 00:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009346auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:09 [ecarstrade.nl] INFO: Saving data for 7009346auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623145.512341, 'last_price_update_time': 1774831989.161749}
2026-03-30 00:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009346auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009578> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:09 [ecarstrade.nl] INFO: Extracting details for car 7009578auction111131
2026-03-30 00:53:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 385c159f-3f73-5d64-a7e5-03ef04e6bacf with identifier: 7009578auction111131
2026-03-30 00:53:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 385c159f-3f73-5d64-a7e5-03ef04e6bacf with scrape type 2
2026-03-30 00:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 385c159f-3f73-5d64-a7e5-03ef04e6bacf with scrape type 2
2026-03-30 00:53:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 385c159f-3f73-5d64-a7e5-03ef04e6bacf, identifier: 7009578auction111131
2026-03-30 00:53:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 385c159f-3f73-5d64-a7e5-03ef04e6bacf with identifier: 7009578auction111131
2026-03-30 00:53:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 385c159f-3f73-5d64-a7e5-03ef04e6bacf with identifier: 7009578auction111131
2026-03-30 00:53:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 385c159f-3f73-5d64-a7e5-03ef04e6bacf with identifier: 7009578auction111131 to the API
2026-03-30 00:53:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009578>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '385c159f-3f73-5d64-a7e5-03ef04e6bacf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009578',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'S60',
'odometer': 116658,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-14',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO S60 2.0 B4 R-Design',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 B4 R-Design',
'vin': None,
'year': 2021}
2026-03-30 00:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009578auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:09 [ecarstrade.nl] INFO: Saving data for 7009578auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623060.520084, 'last_price_update_time': 1774831989.76581}
2026-03-30 00:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009578auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009347> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009370> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:12 [ecarstrade.nl] INFO: Extracting details for car 7009347auction111131
2026-03-30 00:53:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06e14b6a-b803-5e3e-aabf-9435529a6cc2 with identifier: 7009347auction111131
2026-03-30 00:53:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06e14b6a-b803-5e3e-aabf-9435529a6cc2 with scrape type 2
2026-03-30 00:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06e14b6a-b803-5e3e-aabf-9435529a6cc2 with scrape type 2
2026-03-30 00:53:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 06e14b6a-b803-5e3e-aabf-9435529a6cc2, identifier: 7009347auction111131
2026-03-30 00:53:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 06e14b6a-b803-5e3e-aabf-9435529a6cc2 with identifier: 7009347auction111131
2026-03-30 00:53:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 06e14b6a-b803-5e3e-aabf-9435529a6cc2 with identifier: 7009347auction111131
2026-03-30 00:53:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 06e14b6a-b803-5e3e-aabf-9435529a6cc2 with identifier: 7009347auction111131 to the API
2026-03-30 00:53:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009347>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '06e14b6a-b803-5e3e-aabf-9435529a6cc2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009347',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 43930,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan 1.5 TSI Life Bns. DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.5 TSI Life Bns. DSG',
'vin': None,
'year': 2021}
2026-03-30 00:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009347auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:12 [ecarstrade.nl] INFO: Saving data for 7009347auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623003.537988, 'last_price_update_time': 1774831992.451227}
2026-03-30 00:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009347auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:12 [ecarstrade.nl] INFO: Extracting details for car 7009370auction111131
2026-03-30 00:53:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ba89217-45b8-55e0-aff7-c9734f3266e8 with identifier: 7009370auction111131
2026-03-30 00:53:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ba89217-45b8-55e0-aff7-c9734f3266e8 with scrape type 2
2026-03-30 00:53:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ba89217-45b8-55e0-aff7-c9734f3266e8 with scrape type 2
2026-03-30 00:53:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4ba89217-45b8-55e0-aff7-c9734f3266e8, identifier: 7009370auction111131
2026-03-30 00:53:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4ba89217-45b8-55e0-aff7-c9734f3266e8 with identifier: 7009370auction111131
2026-03-30 00:53:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4ba89217-45b8-55e0-aff7-c9734f3266e8 with identifier: 7009370auction111131
2026-03-30 00:53:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4ba89217-45b8-55e0-aff7-c9734f3266e8 with identifier: 7009370auction111131 to the API
2026-03-30 00:53:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009370>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '4ba89217-45b8-55e0-aff7-c9734f3266e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009370',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '308',
'odometer': 88836,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 1.2 PureTech GT',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PureTech GT',
'vin': None,
'year': 2023}
2026-03-30 00:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009370auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:12 [ecarstrade.nl] INFO: Saving data for 7009370auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623224.648202, 'last_price_update_time': 1774831992.832819}
2026-03-30 00:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009370auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009493> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Extracting details for car 7009493auction111131
2026-03-30 00:53:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a95ab3af-cadb-5d66-a336-32b4edf1096c with identifier: 7009493auction111131
2026-03-30 00:53:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a95ab3af-cadb-5d66-a336-32b4edf1096c with scrape type 2
2026-03-30 00:53:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a95ab3af-cadb-5d66-a336-32b4edf1096c with scrape type 2
2026-03-30 00:53:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a95ab3af-cadb-5d66-a336-32b4edf1096c, identifier: 7009493auction111131
2026-03-30 00:53:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a95ab3af-cadb-5d66-a336-32b4edf1096c with identifier: 7009493auction111131
2026-03-30 00:53:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a95ab3af-cadb-5d66-a336-32b4edf1096c with identifier: 7009493auction111131
2026-03-30 00:53:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a95ab3af-cadb-5d66-a336-32b4edf1096c with identifier: 7009493auction111131 to the API
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009493>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'a95ab3af-cadb-5d66-a336-32b4edf1096c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009493',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'EV6',
'odometer': 108326,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-07',
'seats_number': 5,
'seller_name': None,
'title': 'KIA EV6 Plus 77.4 kWh',
'transmission': 'automatic',
'trim': 'KIA Plus 77.4 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009493auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Saving data for 7009493auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623006.36135, 'last_price_update_time': 1774831993.45028}
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009493auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7009559auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009559auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7009559auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7009613auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009613auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7009613auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7009376auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009376auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7009376auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7009621auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009621auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7009621auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7010177auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010177auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7010177auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7009319auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009319auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7009319auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7009674auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009674auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7009674auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7009367auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009367auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7009367auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7009649auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009649auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7009649auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7010198auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010198auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7010198auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7010181auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010181auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7010181auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7009333auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009333auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7009333auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7010180auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010180auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7010180auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7009363auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009363auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7009363auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7009607auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009607auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7009607auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7009641auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009641auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7009641auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7010192auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010192auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7010192auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7009286auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009286auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7009286auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7010182auction111131
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010182auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Scrape type for 7010182auction111131: 2
2026-03-30 00:53:13 [ecarstrade.nl] INFO: Found listing with ID: 7010174auction111131
2026-03-30 00:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010174auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:14 [ecarstrade.nl] INFO: Scrape type for 7010174auction111131: 2
2026-03-30 00:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009287> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:14 [ecarstrade.nl] INFO: Extracting details for car 7009287auction111131
2026-03-30 00:53:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b484305-bec7-57af-ab31-f073f803ae6c with identifier: 7009287auction111131
2026-03-30 00:53:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b484305-bec7-57af-ab31-f073f803ae6c with scrape type 2
2026-03-30 00:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b484305-bec7-57af-ab31-f073f803ae6c with scrape type 2
2026-03-30 00:53:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0b484305-bec7-57af-ab31-f073f803ae6c, identifier: 7009287auction111131
2026-03-30 00:53:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0b484305-bec7-57af-ab31-f073f803ae6c with identifier: 7009287auction111131
2026-03-30 00:53:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0b484305-bec7-57af-ab31-f073f803ae6c with identifier: 7009287auction111131
2026-03-30 00:53:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0b484305-bec7-57af-ab31-f073f803ae6c with identifier: 7009287auction111131 to the API
2026-03-30 00:53:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009287>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '0b484305-bec7-57af-ab31-f073f803ae6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009287',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 284040,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-30',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Performance AWD 75 kWh',
'transmission': 'automatic',
'trim': 'Performance AWD 75 kWh',
'vin': None,
'year': 2019}
2026-03-30 00:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009287auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:15 [ecarstrade.nl] INFO: Saving data for 7009287auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623192.874639, 'last_price_update_time': 1774831995.324145}
2026-03-30 00:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009287auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009340> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:53:16 [ecarstrade.nl] INFO: Extracting details for car 7009340auction111131
2026-03-30 00:53:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19d86a58-8c7f-5a7a-b2b8-0e312881c63d with identifier: 7009340auction111131
2026-03-30 00:53:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19d86a58-8c7f-5a7a-b2b8-0e312881c63d with scrape type 2
2026-03-30 00:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19d86a58-8c7f-5a7a-b2b8-0e312881c63d with scrape type 2
2026-03-30 00:53:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 19d86a58-8c7f-5a7a-b2b8-0e312881c63d, identifier: 7009340auction111131
2026-03-30 00:53:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 19d86a58-8c7f-5a7a-b2b8-0e312881c63d with identifier: 7009340auction111131
2026-03-30 00:53:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 19d86a58-8c7f-5a7a-b2b8-0e312881c63d with identifier: 7009340auction111131
2026-03-30 00:53:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 19d86a58-8c7f-5a7a-b2b8-0e312881c63d with identifier: 7009340auction111131 to the API
2026-03-30 00:53:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009340>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '19d86a58-8c7f-5a7a-b2b8-0e312881c63d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009340',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 150423,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-30',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc 1.5 TSI Life Business DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.5 TSI Life Business DSG',
'vin': None,
'year': 2023}
2026-03-30 00:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009340auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:16 [ecarstrade.nl] INFO: Saving data for 7009340auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623193.609361, 'last_price_update_time': 1774831996.376524}
2026-03-30 00:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009340auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010537> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:16 [ecarstrade.nl] INFO: Extracting details for car 7010537auction111131
2026-03-30 00:53:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3 with identifier: 7010537auction111131
2026-03-30 00:53:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3 with scrape type 2
2026-03-30 00:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3 with scrape type 2
2026-03-30 00:53:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3, identifier: 7010537auction111131
2026-03-30 00:53:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3 with identifier: 7010537auction111131
2026-03-30 00:53:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3 with identifier: 7010537auction111131
2026-03-30 00:53:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3 with identifier: 7010537auction111131 to the API
2026-03-30 00:53:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010537>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010537',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 108481,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI R-Line Business',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN POLO 1.0 TSI R-Line Business',
'vin': None,
'year': 2022}
2026-03-30 00:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010537auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:16 [ecarstrade.nl] INFO: Saving data for 7010537auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774637546.078056, 'last_price_update_time': 1774831996.903014}
2026-03-30 00:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010537auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010169> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:18 [ecarstrade.nl] INFO: Extracting details for car 7010169auction111131
2026-03-30 00:53:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fb3c63c-fa7d-5f39-bda2-223d520042eb with identifier: 7010169auction111131
2026-03-30 00:53:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fb3c63c-fa7d-5f39-bda2-223d520042eb with scrape type 2
2026-03-30 00:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fb3c63c-fa7d-5f39-bda2-223d520042eb with scrape type 2
2026-03-30 00:53:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1fb3c63c-fa7d-5f39-bda2-223d520042eb, identifier: 7010169auction111131
2026-03-30 00:53:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1fb3c63c-fa7d-5f39-bda2-223d520042eb with identifier: 7010169auction111131
2026-03-30 00:53:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1fb3c63c-fa7d-5f39-bda2-223d520042eb with identifier: 7010169auction111131
2026-03-30 00:53:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1fb3c63c-fa7d-5f39-bda2-223d520042eb with identifier: 7010169auction111131 to the API
2026-03-30 00:53:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010169>
{'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-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '1fb3c63c-fa7d-5f39-bda2-223d520042eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010169',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 72044,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-24',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Astra Sports Tourer 1.2 Level 2',
'transmission': 'manual',
'trim': 'OPEL Sports Tourer 1.2 Level 2',
'vin': None,
'year': 2023}
2026-03-30 00:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010169auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:19 [ecarstrade.nl] INFO: Saving data for 7010169auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623328.826021, 'last_price_update_time': 1774831999.105209}
2026-03-30 00:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010169auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009658> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:19 [ecarstrade.nl] INFO: Extracting details for car 7009658auction111131
2026-03-30 00:53:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54a4c9bd-cba4-5738-ad86-a9ca5b797979 with identifier: 7009658auction111131
2026-03-30 00:53:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54a4c9bd-cba4-5738-ad86-a9ca5b797979 with scrape type 2
2026-03-30 00:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54a4c9bd-cba4-5738-ad86-a9ca5b797979 with scrape type 2
2026-03-30 00:53:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 54a4c9bd-cba4-5738-ad86-a9ca5b797979, identifier: 7009658auction111131
2026-03-30 00:53:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 54a4c9bd-cba4-5738-ad86-a9ca5b797979 with identifier: 7009658auction111131
2026-03-30 00:53:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 54a4c9bd-cba4-5738-ad86-a9ca5b797979 with identifier: 7009658auction111131
2026-03-30 00:53:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 54a4c9bd-cba4-5738-ad86-a9ca5b797979 with identifier: 7009658auction111131 to the API
2026-03-30 00:53:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009658>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '54a4c9bd-cba4-5738-ad86-a9ca5b797979',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009658',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Arona',
'odometer': 60211,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-21',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Arona 1.0 TSI St. B. Int.+',
'transmission': 'automatic',
'trim': 'SEAT 1.0 TSI St. B. Int.+',
'vin': None,
'year': 2021}
2026-03-30 00:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009658auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:19 [ecarstrade.nl] INFO: Saving data for 7009658auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623324.684555, 'last_price_update_time': 1774831999.827498}
2026-03-30 00:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009658auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009296> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:20 [ecarstrade.nl] INFO: Extracting details for car 7009296auction111131
2026-03-30 00:53:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 768e440a-1806-5630-806b-50be10ceac9d with identifier: 7009296auction111131
2026-03-30 00:53:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 768e440a-1806-5630-806b-50be10ceac9d with scrape type 2
2026-03-30 00:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 768e440a-1806-5630-806b-50be10ceac9d with scrape type 2
2026-03-30 00:53:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 768e440a-1806-5630-806b-50be10ceac9d, identifier: 7009296auction111131
2026-03-30 00:53:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 768e440a-1806-5630-806b-50be10ceac9d with identifier: 7009296auction111131
2026-03-30 00:53:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 768e440a-1806-5630-806b-50be10ceac9d with identifier: 7009296auction111131
2026-03-30 00:53:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 768e440a-1806-5630-806b-50be10ceac9d with identifier: 7009296auction111131 to the API
2026-03-30 00:53:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009296>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '768e440a-1806-5630-806b-50be10ceac9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009296',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 157050,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Touring Sports 1.8 Hybrid Bns Plus',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports 1.8 Hybrid Bns Plus',
'vin': None,
'year': 2021}
2026-03-30 00:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009296auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:20 [ecarstrade.nl] INFO: Saving data for 7009296auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623324.193278, 'last_price_update_time': 1774832000.422115}
2026-03-30 00:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009296auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009670> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:20 [ecarstrade.nl] INFO: Extracting details for car 7009670auction111131
2026-03-30 00:53:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 187b58b3-5276-5809-98d7-395ea503412c with identifier: 7009670auction111131
2026-03-30 00:53:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 187b58b3-5276-5809-98d7-395ea503412c with scrape type 2
2026-03-30 00:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 187b58b3-5276-5809-98d7-395ea503412c with scrape type 2
2026-03-30 00:53:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 187b58b3-5276-5809-98d7-395ea503412c, identifier: 7009670auction111131
2026-03-30 00:53:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 187b58b3-5276-5809-98d7-395ea503412c with identifier: 7009670auction111131
2026-03-30 00:53:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 187b58b3-5276-5809-98d7-395ea503412c with identifier: 7009670auction111131
2026-03-30 00:53:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 187b58b3-5276-5809-98d7-395ea503412c with identifier: 7009670auction111131 to the API
2026-03-30 00:53:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009670>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '187b58b3-5276-5809-98d7-395ea503412c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009670',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 286693,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-06',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Long Range AWD 75kWh',
'transmission': 'automatic',
'trim': 'Long Range AWD 75kWh',
'vin': None,
'year': 2021}
2026-03-30 00:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009670auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:21 [ecarstrade.nl] INFO: Saving data for 7009670auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623344.746396, 'last_price_update_time': 1774832001.043626}
2026-03-30 00:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009670auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009627> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:53:21 [ecarstrade.nl] INFO: Extracting details for car 7009627auction111131
2026-03-30 00:53:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41b0d315-b5b3-5ede-a25a-d82cf927eb0f with identifier: 7009627auction111131
2026-03-30 00:53:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41b0d315-b5b3-5ede-a25a-d82cf927eb0f with scrape type 2
2026-03-30 00:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41b0d315-b5b3-5ede-a25a-d82cf927eb0f with scrape type 2
2026-03-30 00:53:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 41b0d315-b5b3-5ede-a25a-d82cf927eb0f, identifier: 7009627auction111131
2026-03-30 00:53:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 41b0d315-b5b3-5ede-a25a-d82cf927eb0f with identifier: 7009627auction111131
2026-03-30 00:53:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 41b0d315-b5b3-5ede-a25a-d82cf927eb0f with identifier: 7009627auction111131
2026-03-30 00:53:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 41b0d315-b5b3-5ede-a25a-d82cf927eb0f with identifier: 7009627auction111131 to the API
2026-03-30 00:53:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009627>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '41b0d315-b5b3-5ede-a25a-d82cf927eb0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009627',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mitsubishi',
'model': 'Outlander',
'odometer': 177082,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'MITSUBISHI Outlander 2.0 PHEV instyle+',
'transmission': 'automatic',
'trim': 'MITSUBISHI 2.0 PHEV instyle+',
'vin': None,
'year': 2015}
2026-03-30 00:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009627auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:21 [ecarstrade.nl] INFO: Saving data for 7009627auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623323.104047, 'last_price_update_time': 1774832001.613066}
2026-03-30 00:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009627auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009625> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:23 [ecarstrade.nl] INFO: Extracting details for car 7009625auction111131
2026-03-30 00:53:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f641e4ae-5780-5530-91fe-0d7e584e4dc5 with identifier: 7009625auction111131
2026-03-30 00:53:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f641e4ae-5780-5530-91fe-0d7e584e4dc5 with scrape type 2
2026-03-30 00:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f641e4ae-5780-5530-91fe-0d7e584e4dc5 with scrape type 2
2026-03-30 00:53:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f641e4ae-5780-5530-91fe-0d7e584e4dc5, identifier: 7009625auction111131
2026-03-30 00:53:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f641e4ae-5780-5530-91fe-0d7e584e4dc5 with identifier: 7009625auction111131
2026-03-30 00:53:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f641e4ae-5780-5530-91fe-0d7e584e4dc5 with identifier: 7009625auction111131
2026-03-30 00:53:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f641e4ae-5780-5530-91fe-0d7e584e4dc5 with identifier: 7009625auction111131 to the API
2026-03-30 00:53:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009625>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'f641e4ae-5780-5530-91fe-0d7e584e4dc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009625',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Jeep',
'model': 'Compass',
'odometer': 89639,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'Jeep COMPASS 1.3T Night Eagle',
'transmission': 'automatic',
'trim': 'COMPASS 1.3T Night Eagle',
'vin': None,
'year': 2021}
2026-03-30 00:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009625auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:23 [ecarstrade.nl] INFO: Saving data for 7009625auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623348.455808, 'last_price_update_time': 1774832003.64075}
2026-03-30 00:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009625auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009423> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:23 [ecarstrade.nl] INFO: Extracting details for car 7009423auction111131
2026-03-30 00:53:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 565ecea1-5db0-5e0c-8cc0-1087b4dc6135 with identifier: 7009423auction111131
2026-03-30 00:53:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 565ecea1-5db0-5e0c-8cc0-1087b4dc6135 with scrape type 2
2026-03-30 00:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 565ecea1-5db0-5e0c-8cc0-1087b4dc6135 with scrape type 2
2026-03-30 00:53:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 565ecea1-5db0-5e0c-8cc0-1087b4dc6135, identifier: 7009423auction111131
2026-03-30 00:53:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 565ecea1-5db0-5e0c-8cc0-1087b4dc6135 with identifier: 7009423auction111131
2026-03-30 00:53:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 565ecea1-5db0-5e0c-8cc0-1087b4dc6135 with identifier: 7009423auction111131
2026-03-30 00:53:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 565ecea1-5db0-5e0c-8cc0-1087b4dc6135 with identifier: 7009423auction111131 to the API
2026-03-30 00:53:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009423>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '565ecea1-5db0-5e0c-8cc0-1087b4dc6135',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009423',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 30079,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 Icon 42 kWh',
'transmission': 'automatic',
'trim': 'FIAT Icon 42 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009423auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:24 [ecarstrade.nl] INFO: Saving data for 7009423auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623325.916192, 'last_price_update_time': 1774832004.149273}
2026-03-30 00:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009423auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009341> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:25 [ecarstrade.nl] INFO: Extracting details for car 7009341auction111131
2026-03-30 00:53:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3283426d-ecb1-511f-b955-aa7724b6faf7 with identifier: 7009341auction111131
2026-03-30 00:53:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3283426d-ecb1-511f-b955-aa7724b6faf7 with scrape type 2
2026-03-30 00:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3283426d-ecb1-511f-b955-aa7724b6faf7 with scrape type 2
2026-03-30 00:53:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3283426d-ecb1-511f-b955-aa7724b6faf7, identifier: 7009341auction111131
2026-03-30 00:53:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3283426d-ecb1-511f-b955-aa7724b6faf7 with identifier: 7009341auction111131
2026-03-30 00:53:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3283426d-ecb1-511f-b955-aa7724b6faf7 with identifier: 7009341auction111131
2026-03-30 00:53:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3283426d-ecb1-511f-b955-aa7724b6faf7 with identifier: 7009341auction111131 to the API
2026-03-30 00:53:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009341>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '3283426d-ecb1-511f-b955-aa7724b6faf7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009341',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '3008',
'odometer': 104058,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-13',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 PT Allure EAT8',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PT Allure EAT8',
'vin': None,
'year': 2020}
2026-03-30 00:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009341auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:26 [ecarstrade.nl] INFO: Saving data for 7009341auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623348.998425, 'last_price_update_time': 1774832006.060655}
2026-03-30 00:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009341auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010186> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:26 [ecarstrade.nl] INFO: Extracting details for car 7010186auction111131
2026-03-30 00:53:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5 with identifier: 7010186auction111131
2026-03-30 00:53:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5 with scrape type 2
2026-03-30 00:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5 with scrape type 2
2026-03-30 00:53:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5, identifier: 7010186auction111131
2026-03-30 00:53:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5 with identifier: 7010186auction111131
2026-03-30 00:53:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5 with identifier: 7010186auction111131
2026-03-30 00:53:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5 with identifier: 7010186auction111131 to the API
2026-03-30 00:53:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010186>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '1577ec10-370e-5d47-a1e8-0e0fc9dc22d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010186',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 116427,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-22',
'seats_number': 3,
'seller_name': None,
'title': 'OPEL Vivaro 2.0 CDTI L2H1 Edit.',
'transmission': 'manual',
'trim': 'OPEL 2.0 CDTI L2H1 Edit.',
'vin': None,
'year': 2021}
2026-03-30 00:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010186auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:26 [ecarstrade.nl] INFO: Saving data for 7010186auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623350.201268, 'last_price_update_time': 1774832006.558556}
2026-03-30 00:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010186auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009365> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:27 [ecarstrade.nl] INFO: Extracting details for car 7009365auction111131
2026-03-30 00:53:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5 with identifier: 7009365auction111131
2026-03-30 00:53:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5 with scrape type 2
2026-03-30 00:53:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5 with scrape type 2
2026-03-30 00:53:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5, identifier: 7009365auction111131
2026-03-30 00:53:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5 with identifier: 7009365auction111131
2026-03-30 00:53:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5 with identifier: 7009365auction111131
2026-03-30 00:53:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5 with identifier: 7009365auction111131 to the API
2026-03-30 00:53:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009365>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009365',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 184145,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-26',
'seats_number': 7,
'seller_name': None,
'title': 'SKODA Kodiaq 1.5 TSI Bus. Ed. 7p.',
'transmission': 'automatic',
'trim': 'SKODA 1.5 TSI Bus. Ed. 7p.',
'vin': None,
'year': 2021}
2026-03-30 00:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009365auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:27 [ecarstrade.nl] INFO: Saving data for 7009365auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623352.50235, 'last_price_update_time': 1774832007.659135}
2026-03-30 00:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009365auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009361> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:28 [ecarstrade.nl] INFO: Extracting details for car 7009361auction111131
2026-03-30 00:53:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bb907cf-16bc-5ce4-8f99-a9a050e88d77 with identifier: 7009361auction111131
2026-03-30 00:53:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bb907cf-16bc-5ce4-8f99-a9a050e88d77 with scrape type 2
2026-03-30 00:53:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bb907cf-16bc-5ce4-8f99-a9a050e88d77 with scrape type 2
2026-03-30 00:53:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7bb907cf-16bc-5ce4-8f99-a9a050e88d77, identifier: 7009361auction111131
2026-03-30 00:53:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7bb907cf-16bc-5ce4-8f99-a9a050e88d77 with identifier: 7009361auction111131
2026-03-30 00:53:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7bb907cf-16bc-5ce4-8f99-a9a050e88d77 with identifier: 7009361auction111131
2026-03-30 00:53:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7bb907cf-16bc-5ce4-8f99-a9a050e88d77 with identifier: 7009361auction111131 to the API
2026-03-30 00:53:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009361>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '7bb907cf-16bc-5ce4-8f99-a9a050e88d77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009361',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '5008',
'odometer': 162003,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-29',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.2 PT Allure 7P. EAT8',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PT Allure 7P. EAT8',
'vin': None,
'year': 2022}
2026-03-30 00:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009361auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:28 [ecarstrade.nl] INFO: Saving data for 7009361auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623351.962478, 'last_price_update_time': 1774832008.859397}
2026-03-30 00:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009361auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010182> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:30 [ecarstrade.nl] INFO: Extracting details for car 7010182auction111131
2026-03-30 00:53:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9 with identifier: 7010182auction111131
2026-03-30 00:53:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9 with scrape type 2
2026-03-30 00:53:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9 with scrape type 2
2026-03-30 00:53:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9, identifier: 7010182auction111131
2026-03-30 00:53:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9 with identifier: 7010182auction111131
2026-03-30 00:53:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9 with identifier: 7010182auction111131
2026-03-30 00:53:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9 with identifier: 7010182auction111131 to the API
2026-03-30 00:53:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010182>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '85f2f705-d132-5a49-8b9f-d3a4cba7f8e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010182',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 77866,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'vin': None,
'year': 2023}
2026-03-30 00:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010182auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:30 [ecarstrade.nl] INFO: Saving data for 7010182auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623430.736227, 'last_price_update_time': 1774832010.595615}
2026-03-30 00:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010182auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010174> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:30 [ecarstrade.nl] INFO: Extracting details for car 7010174auction111131
2026-03-30 00:53:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff1b5e78-6481-5d84-95b7-df60fdc13b45 with identifier: 7010174auction111131
2026-03-30 00:53:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff1b5e78-6481-5d84-95b7-df60fdc13b45 with scrape type 2
2026-03-30 00:53:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff1b5e78-6481-5d84-95b7-df60fdc13b45 with scrape type 2
2026-03-30 00:53:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ff1b5e78-6481-5d84-95b7-df60fdc13b45, identifier: 7010174auction111131
2026-03-30 00:53:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ff1b5e78-6481-5d84-95b7-df60fdc13b45 with identifier: 7010174auction111131
2026-03-30 00:53:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ff1b5e78-6481-5d84-95b7-df60fdc13b45 with identifier: 7010174auction111131
2026-03-30 00:53:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ff1b5e78-6481-5d84-95b7-df60fdc13b45 with identifier: 7010174auction111131 to the API
2026-03-30 00:53:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010174>
{'auction_title': '',
'c_o_2_emission_value': 192,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'ff1b5e78-6481-5d84-95b7-df60fdc13b45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010174',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit',
'odometer': 249865,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-04',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit 2.0 TDCI Trend L2H2 AUT.',
'transmission': 'automatic',
'trim': 'FORD 2.0 TDCI Trend L2H2 AUT.',
'vin': None,
'year': 2019}
2026-03-30 00:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010174auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:31 [ecarstrade.nl] INFO: Saving data for 7010174auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623326.427375, 'last_price_update_time': 1774832011.586918}
2026-03-30 00:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010174auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010192> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:32 [ecarstrade.nl] INFO: Extracting details for car 7010192auction111131
2026-03-30 00:53:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8b38943-ab81-5c03-aa3e-2f0a56a29b54 with identifier: 7010192auction111131
2026-03-30 00:53:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8b38943-ab81-5c03-aa3e-2f0a56a29b54 with scrape type 2
2026-03-30 00:53:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8b38943-ab81-5c03-aa3e-2f0a56a29b54 with scrape type 2
2026-03-30 00:53:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c8b38943-ab81-5c03-aa3e-2f0a56a29b54, identifier: 7010192auction111131
2026-03-30 00:53:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c8b38943-ab81-5c03-aa3e-2f0a56a29b54 with identifier: 7010192auction111131
2026-03-30 00:53:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c8b38943-ab81-5c03-aa3e-2f0a56a29b54 with identifier: 7010192auction111131
2026-03-30 00:53:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c8b38943-ab81-5c03-aa3e-2f0a56a29b54 with identifier: 7010192auction111131 to the API
2026-03-30 00:53:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010192>
{'auction_title': '',
'c_o_2_emission_value': 171,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'c8b38943-ab81-5c03-aa3e-2f0a56a29b54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010192',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 213215,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-04-03',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit Custom 300 2.0 TDCI L2H1 Trend',
'transmission': 'manual',
'trim': 'FORD 300 2.0 TDCI L2H1 Trend',
'vin': None,
'year': 2020}
2026-03-30 00:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010192auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:33 [ecarstrade.nl] INFO: Saving data for 7010192auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623364.259101, 'last_price_update_time': 1774832013.061934}
2026-03-30 00:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010192auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009286> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:33 [ecarstrade.nl] INFO: Extracting details for car 7009286auction111131
2026-03-30 00:53:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 887fee73-3b3e-5904-84f8-06a08683186d with identifier: 7009286auction111131
2026-03-30 00:53:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 887fee73-3b3e-5904-84f8-06a08683186d with scrape type 2
2026-03-30 00:53:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 887fee73-3b3e-5904-84f8-06a08683186d with scrape type 2
2026-03-30 00:53:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 887fee73-3b3e-5904-84f8-06a08683186d, identifier: 7009286auction111131
2026-03-30 00:53:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 887fee73-3b3e-5904-84f8-06a08683186d with identifier: 7009286auction111131
2026-03-30 00:53:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 887fee73-3b3e-5904-84f8-06a08683186d with identifier: 7009286auction111131
2026-03-30 00:53:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 887fee73-3b3e-5904-84f8-06a08683186d with identifier: 7009286auction111131 to the API
2026-03-30 00:53:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009286>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '887fee73-3b3e-5904-84f8-06a08683186d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009286',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 191269,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Kodiaq 1.5 TSI Bns. Ed.',
'transmission': 'manual',
'trim': 'SKODA 1.5 TSI Bns. Ed.',
'vin': None,
'year': 2020}
2026-03-30 00:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009286auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:33 [ecarstrade.nl] INFO: Saving data for 7009286auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623361.527712, 'last_price_update_time': 1774832013.553819}
2026-03-30 00:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009286auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009641> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:34 [ecarstrade.nl] INFO: Extracting details for car 7009641auction111131
2026-03-30 00:53:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3 with identifier: 7009641auction111131
2026-03-30 00:53:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3 with scrape type 2
2026-03-30 00:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3 with scrape type 2
2026-03-30 00:53:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3, identifier: 7009641auction111131
2026-03-30 00:53:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3 with identifier: 7009641auction111131
2026-03-30 00:53:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3 with identifier: 7009641auction111131
2026-03-30 00:53:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3 with identifier: 7009641auction111131 to the API
2026-03-30 00:53:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009641>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009641',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 100128,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO 1.0 TSI Life',
'vin': None,
'year': 2022}
2026-03-30 00:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009641auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:34 [ecarstrade.nl] INFO: Saving data for 7009641auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623346.25334, 'last_price_update_time': 1774832014.506018}
2026-03-30 00:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009641auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009607> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:35 [ecarstrade.nl] INFO: Extracting details for car 7009607auction111131
2026-03-30 00:53:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70d4a58b-e682-5d88-868b-a90d78b955f9 with identifier: 7009607auction111131
2026-03-30 00:53:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70d4a58b-e682-5d88-868b-a90d78b955f9 with scrape type 2
2026-03-30 00:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70d4a58b-e682-5d88-868b-a90d78b955f9 with scrape type 2
2026-03-30 00:53:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 70d4a58b-e682-5d88-868b-a90d78b955f9, identifier: 7009607auction111131
2026-03-30 00:53:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 70d4a58b-e682-5d88-868b-a90d78b955f9 with identifier: 7009607auction111131
2026-03-30 00:53:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 70d4a58b-e682-5d88-868b-a90d78b955f9 with identifier: 7009607auction111131
2026-03-30 00:53:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 70d4a58b-e682-5d88-868b-a90d78b955f9 with identifier: 7009607auction111131 to the API
2026-03-30 00:53:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009607>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '70d4a58b-e682-5d88-868b-a90d78b955f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009607',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 115782,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Cross 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Life',
'vin': None,
'year': 2022}
2026-03-30 00:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009607auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:35 [ecarstrade.nl] INFO: Saving data for 7009607auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623338.967173, 'last_price_update_time': 1774832015.525182}
2026-03-30 00:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009607auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009363> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:53:37 [ecarstrade.nl] INFO: Extracting details for car 7009363auction111131
2026-03-30 00:53:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c6945eb-0565-5d8c-85c5-3b0019edde1a with identifier: 7009363auction111131
2026-03-30 00:53:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c6945eb-0565-5d8c-85c5-3b0019edde1a with scrape type 2
2026-03-30 00:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c6945eb-0565-5d8c-85c5-3b0019edde1a with scrape type 2
2026-03-30 00:53:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4c6945eb-0565-5d8c-85c5-3b0019edde1a, identifier: 7009363auction111131
2026-03-30 00:53:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4c6945eb-0565-5d8c-85c5-3b0019edde1a with identifier: 7009363auction111131
2026-03-30 00:53:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4c6945eb-0565-5d8c-85c5-3b0019edde1a with identifier: 7009363auction111131
2026-03-30 00:53:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4c6945eb-0565-5d8c-85c5-3b0019edde1a with identifier: 7009363auction111131 to the API
2026-03-30 00:53:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009363>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '4c6945eb-0565-5d8c-85c5-3b0019edde1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009363',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 108400,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EBH Titanium St.',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EBH Titanium St.',
'vin': None,
'year': 2023}
2026-03-30 00:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009363auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:37 [ecarstrade.nl] INFO: Saving data for 7009363auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623325.375006, 'last_price_update_time': 1774832017.859622}
2026-03-30 00:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009363auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010180> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:53:37 [ecarstrade.nl] INFO: Extracting details for car 7010180auction111131
2026-03-30 00:53:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e51f0c4-588a-573b-b435-8c69c6d1e370 with identifier: 7010180auction111131
2026-03-30 00:53:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e51f0c4-588a-573b-b435-8c69c6d1e370 with scrape type 2
2026-03-30 00:53:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e51f0c4-588a-573b-b435-8c69c6d1e370 with scrape type 2
2026-03-30 00:53:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2e51f0c4-588a-573b-b435-8c69c6d1e370, identifier: 7010180auction111131
2026-03-30 00:53:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2e51f0c4-588a-573b-b435-8c69c6d1e370 with identifier: 7010180auction111131
2026-03-30 00:53:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2e51f0c4-588a-573b-b435-8c69c6d1e370 with identifier: 7010180auction111131
2026-03-30 00:53:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2e51f0c4-588a-573b-b435-8c69c6d1e370 with identifier: 7010180auction111131 to the API
2026-03-30 00:53:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010180>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '2e51f0c4-588a-573b-b435-8c69c6d1e370',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010180',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 66583,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'vin': None,
'year': 2023}
2026-03-30 00:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010180auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:38 [ecarstrade.nl] INFO: Saving data for 7010180auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623347.904793, 'last_price_update_time': 1774832018.354921}
2026-03-30 00:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010180auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009333> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:39 [ecarstrade.nl] INFO: Extracting details for car 7009333auction111131
2026-03-30 00:53:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4717bde-f7d8-5df7-aec3-261b60ae5550 with identifier: 7009333auction111131
2026-03-30 00:53:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4717bde-f7d8-5df7-aec3-261b60ae5550 with scrape type 2
2026-03-30 00:53:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4717bde-f7d8-5df7-aec3-261b60ae5550 with scrape type 2
2026-03-30 00:53:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e4717bde-f7d8-5df7-aec3-261b60ae5550, identifier: 7009333auction111131
2026-03-30 00:53:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e4717bde-f7d8-5df7-aec3-261b60ae5550 with identifier: 7009333auction111131
2026-03-30 00:53:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e4717bde-f7d8-5df7-aec3-261b60ae5550 with identifier: 7009333auction111131
2026-03-30 00:53:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e4717bde-f7d8-5df7-aec3-261b60ae5550 with identifier: 7009333auction111131 to the API
2026-03-30 00:53:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009333>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'e4717bde-f7d8-5df7-aec3-261b60ae5550',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009333',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 59964,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-21',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 Icon 42 kWh',
'transmission': 'automatic',
'trim': 'FIAT Icon 42 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009333auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:39 [ecarstrade.nl] INFO: Saving data for 7009333auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623347.360864, 'last_price_update_time': 1774832019.881494}
2026-03-30 00:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009333auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010181> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:41 [ecarstrade.nl] INFO: Extracting details for car 7010181auction111131
2026-03-30 00:53:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6411cec-0558-5a9d-a7a2-ed9518285e95 with identifier: 7010181auction111131
2026-03-30 00:53:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6411cec-0558-5a9d-a7a2-ed9518285e95 with scrape type 2
2026-03-30 00:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6411cec-0558-5a9d-a7a2-ed9518285e95 with scrape type 2
2026-03-30 00:53:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f6411cec-0558-5a9d-a7a2-ed9518285e95, identifier: 7010181auction111131
2026-03-30 00:53:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f6411cec-0558-5a9d-a7a2-ed9518285e95 with identifier: 7010181auction111131
2026-03-30 00:53:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f6411cec-0558-5a9d-a7a2-ed9518285e95 with identifier: 7010181auction111131
2026-03-30 00:53:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f6411cec-0558-5a9d-a7a2-ed9518285e95 with identifier: 7010181auction111131 to the API
2026-03-30 00:53:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010181>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'f6411cec-0558-5a9d-a7a2-ed9518285e95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010181',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 63459,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'vin': None,
'year': 2023}
2026-03-30 00:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010181auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:41 [ecarstrade.nl] INFO: Saving data for 7010181auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623346.891721, 'last_price_update_time': 1774832021.441317}
2026-03-30 00:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010181auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010198> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:41 [ecarstrade.nl] INFO: Extracting details for car 7010198auction111131
2026-03-30 00:53:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce7e6678-2897-5100-9591-ff1fb64269c8 with identifier: 7010198auction111131
2026-03-30 00:53:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce7e6678-2897-5100-9591-ff1fb64269c8 with scrape type 2
2026-03-30 00:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce7e6678-2897-5100-9591-ff1fb64269c8 with scrape type 2
2026-03-30 00:53:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ce7e6678-2897-5100-9591-ff1fb64269c8, identifier: 7010198auction111131
2026-03-30 00:53:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ce7e6678-2897-5100-9591-ff1fb64269c8 with identifier: 7010198auction111131
2026-03-30 00:53:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ce7e6678-2897-5100-9591-ff1fb64269c8 with identifier: 7010198auction111131
2026-03-30 00:53:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ce7e6678-2897-5100-9591-ff1fb64269c8 with identifier: 7010198auction111131 to the API
2026-03-30 00:53:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010198>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'ce7e6678-2897-5100-9591-ff1fb64269c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010198',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 122746,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 3,
'seller_name': None,
'title': 'OPEL Vivaro 1.5 CDTI Edition L2H1',
'transmission': 'manual',
'trim': 'OPEL 1.5 CDTI Edition L2H1',
'vin': None,
'year': 2021}
2026-03-30 00:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010198auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:42 [ecarstrade.nl] INFO: Saving data for 7010198auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623326.874178, 'last_price_update_time': 1774832022.04039}
2026-03-30 00:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010198auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009649> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:42 [ecarstrade.nl] INFO: Extracting details for car 7009649auction111131
2026-03-30 00:53:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8c40183-1bfe-578c-89d5-8988f2932db2 with identifier: 7009649auction111131
2026-03-30 00:53:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8c40183-1bfe-578c-89d5-8988f2932db2 with scrape type 2
2026-03-30 00:53:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8c40183-1bfe-578c-89d5-8988f2932db2 with scrape type 2
2026-03-30 00:53:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a8c40183-1bfe-578c-89d5-8988f2932db2, identifier: 7009649auction111131
2026-03-30 00:53:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a8c40183-1bfe-578c-89d5-8988f2932db2 with identifier: 7009649auction111131
2026-03-30 00:53:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a8c40183-1bfe-578c-89d5-8988f2932db2 with identifier: 7009649auction111131
2026-03-30 00:53:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a8c40183-1bfe-578c-89d5-8988f2932db2 with identifier: 7009649auction111131 to the API
2026-03-30 00:53:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009649>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'a8c40183-1bfe-578c-89d5-8988f2932db2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009649',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 60707,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PureTech GT',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PureTech GT',
'vin': None,
'year': 2021}
2026-03-30 00:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009649auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:42 [ecarstrade.nl] INFO: Saving data for 7009649auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623327.468969, 'last_price_update_time': 1774832022.591806}
2026-03-30 00:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009649auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009674> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:44 [ecarstrade.nl] INFO: Extracting details for car 7009674auction111131
2026-03-30 00:53:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 081c81ce-4d18-5987-baee-5bb7952c971f with identifier: 7009674auction111131
2026-03-30 00:53:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 081c81ce-4d18-5987-baee-5bb7952c971f with scrape type 2
2026-03-30 00:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 081c81ce-4d18-5987-baee-5bb7952c971f with scrape type 2
2026-03-30 00:53:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 081c81ce-4d18-5987-baee-5bb7952c971f, identifier: 7009674auction111131
2026-03-30 00:53:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 081c81ce-4d18-5987-baee-5bb7952c971f with identifier: 7009674auction111131
2026-03-30 00:53:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 081c81ce-4d18-5987-baee-5bb7952c971f with identifier: 7009674auction111131
2026-03-30 00:53:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 081c81ce-4d18-5987-baee-5bb7952c971f with identifier: 7009674auction111131 to the API
2026-03-30 00:53:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009674>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '081c81ce-4d18-5987-baee-5bb7952c971f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009674',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 96750,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI IONIQ Comfort EV 38 kWh',
'transmission': 'automatic',
'trim': 'HYUNDAI Comfort EV 38 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009674auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:44 [ecarstrade.nl] INFO: Saving data for 7009674auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623360.917512, 'last_price_update_time': 1774832024.730068}
2026-03-30 00:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009674auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009367> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:44 [ecarstrade.nl] INFO: Extracting details for car 7009367auction111131
2026-03-30 00:53:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cc233ea-876e-5785-ab7e-e4b27e1b144a with identifier: 7009367auction111131
2026-03-30 00:53:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cc233ea-876e-5785-ab7e-e4b27e1b144a with scrape type 2
2026-03-30 00:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cc233ea-876e-5785-ab7e-e4b27e1b144a with scrape type 2
2026-03-30 00:53:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9cc233ea-876e-5785-ab7e-e4b27e1b144a, identifier: 7009367auction111131
2026-03-30 00:53:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9cc233ea-876e-5785-ab7e-e4b27e1b144a with identifier: 7009367auction111131
2026-03-30 00:53:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9cc233ea-876e-5785-ab7e-e4b27e1b144a with identifier: 7009367auction111131
2026-03-30 00:53:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9cc233ea-876e-5785-ab7e-e4b27e1b144a with identifier: 7009367auction111131 to the API
2026-03-30 00:53:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009367>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '9cc233ea-876e-5785-ab7e-e4b27e1b144a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009367',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 102692,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EBH Titanium St.',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EBH Titanium St.',
'vin': None,
'year': 2023}
2026-03-30 00:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009367auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:45 [ecarstrade.nl] INFO: Saving data for 7009367auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623359.743173, 'last_price_update_time': 1774832025.223978}
2026-03-30 00:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009367auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009374> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:46 [ecarstrade.nl] INFO: Extracting details for car 7009374auction111131
2026-03-30 00:53:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48536e8a-0546-5516-8998-dbbe9d08ec7f with identifier: 7009374auction111131
2026-03-30 00:53:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48536e8a-0546-5516-8998-dbbe9d08ec7f with scrape type 2
2026-03-30 00:53:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48536e8a-0546-5516-8998-dbbe9d08ec7f with scrape type 2
2026-03-30 00:53:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 48536e8a-0546-5516-8998-dbbe9d08ec7f, identifier: 7009374auction111131
2026-03-30 00:53:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 48536e8a-0546-5516-8998-dbbe9d08ec7f with identifier: 7009374auction111131
2026-03-30 00:53:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 48536e8a-0546-5516-8998-dbbe9d08ec7f with identifier: 7009374auction111131
2026-03-30 00:53:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 48536e8a-0546-5516-8998-dbbe9d08ec7f with identifier: 7009374auction111131 to the API
2026-03-30 00:53:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009374>
{'auction_title': '',
'c_o_2_emission_value': 68,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '48536e8a-0546-5516-8998-dbbe9d08ec7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009374',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 83675,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-02',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Yaris 1.5 Hyb. Dynamic',
'transmission': 'automatic',
'trim': 'TOYOTA 1.5 Hyb. Dynamic',
'vin': None,
'year': 2021}
2026-03-30 00:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009374auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:46 [ecarstrade.nl] INFO: Saving data for 7009374auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623199.099769, 'last_price_update_time': 1774832026.764043}
2026-03-30 00:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009374auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009319> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:46 [ecarstrade.nl] INFO: Extracting details for car 7009319auction111131
2026-03-30 00:53:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4527908-15cc-5878-94ab-580ca8526d98 with identifier: 7009319auction111131
2026-03-30 00:53:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4527908-15cc-5878-94ab-580ca8526d98 with scrape type 2
2026-03-30 00:53:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4527908-15cc-5878-94ab-580ca8526d98 with scrape type 2
2026-03-30 00:53:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b4527908-15cc-5878-94ab-580ca8526d98, identifier: 7009319auction111131
2026-03-30 00:53:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b4527908-15cc-5878-94ab-580ca8526d98 with identifier: 7009319auction111131
2026-03-30 00:53:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b4527908-15cc-5878-94ab-580ca8526d98 with identifier: 7009319auction111131
2026-03-30 00:53:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b4527908-15cc-5878-94ab-580ca8526d98 with identifier: 7009319auction111131 to the API
2026-03-30 00:53:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009319>
{'auction_title': '',
'c_o_2_emission_value': 64,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b4527908-15cc-5878-94ab-580ca8526d98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009319',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 112388,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-26',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Yaris 1.5 Hyb. Active AUT.',
'transmission': 'automatic',
'trim': 'TOYOTA 1.5 Hyb. Active AUT.',
'vin': None,
'year': 2021}
2026-03-30 00:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009319auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:47 [ecarstrade.nl] INFO: Saving data for 7009319auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623328.352633, 'last_price_update_time': 1774832027.252162}
2026-03-30 00:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009319auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010177> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:48 [ecarstrade.nl] INFO: Extracting details for car 7010177auction111131
2026-03-30 00:53:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d17b686-cff8-5f48-80a2-5ec52a3cedef with identifier: 7010177auction111131
2026-03-30 00:53:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d17b686-cff8-5f48-80a2-5ec52a3cedef with scrape type 2
2026-03-30 00:53:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d17b686-cff8-5f48-80a2-5ec52a3cedef with scrape type 2
2026-03-30 00:53:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2d17b686-cff8-5f48-80a2-5ec52a3cedef, identifier: 7010177auction111131
2026-03-30 00:53:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2d17b686-cff8-5f48-80a2-5ec52a3cedef with identifier: 7010177auction111131
2026-03-30 00:53:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2d17b686-cff8-5f48-80a2-5ec52a3cedef with identifier: 7010177auction111131
2026-03-30 00:53:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2d17b686-cff8-5f48-80a2-5ec52a3cedef with identifier: 7010177auction111131 to the API
2026-03-30 00:53:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010177>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '2d17b686-cff8-5f48-80a2-5ec52a3cedef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010177',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 50053,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'vin': None,
'year': 2023}
2026-03-30 00:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010177auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:49 [ecarstrade.nl] INFO: Saving data for 7010177auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623332.034989, 'last_price_update_time': 1774832029.004795}
2026-03-30 00:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010177auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009621> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009376> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:49 [ecarstrade.nl] INFO: Extracting details for car 7009621auction111131
2026-03-30 00:53:49 [ecarstrade.nl] INFO: Extracting details for car 7009376auction111131
2026-03-30 00:53:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c with identifier: 7009621auction111131
2026-03-30 00:53:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c with scrape type 2
2026-03-30 00:53:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c with scrape type 2
2026-03-30 00:53:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c, identifier: 7009621auction111131
2026-03-30 00:53:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3 with identifier: 7009376auction111131
2026-03-30 00:53:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3 with scrape type 2
2026-03-30 00:53:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3 with scrape type 2
2026-03-30 00:53:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3, identifier: 7009376auction111131
2026-03-30 00:53:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c with identifier: 7009621auction111131
2026-03-30 00:53:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c with identifier: 7009621auction111131
2026-03-30 00:53:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c with identifier: 7009621auction111131 to the API
2026-03-30 00:53:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009621>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3a4d9cb9-9f84-5076-9ddc-b86c8c94346c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009621',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Captur',
'odometer': 128838,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-14',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur 1.6 ET H 145 Rive Gauche AUT',
'transmission': 'automatic',
'trim': 'RENAULT 1.6 ET H 145 Rive Gauche AUT',
'vin': None,
'year': 2022}
2026-03-30 00:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009621auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:50 [ecarstrade.nl] INFO: Saving data for 7009621auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623427.699553, 'last_price_update_time': 1774832030.628306}
2026-03-30 00:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009621auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3 with identifier: 7009376auction111131
2026-03-30 00:53:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3 with identifier: 7009376auction111131
2026-03-30 00:53:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3 with identifier: 7009376auction111131 to the API
2026-03-30 00:53:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009376>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009376',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Superb',
'odometer': 135285,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-28',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Superb Combi 1.5 TSI Business Ed.',
'transmission': 'automatic',
'trim': 'SKODA Combi 1.5 TSI Business Ed.',
'vin': None,
'year': 2021}
2026-03-30 00:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009376auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:51 [ecarstrade.nl] INFO: Saving data for 7009376auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623397.402945, 'last_price_update_time': 1774832031.63624}
2026-03-30 00:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009376auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009613> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009559> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:51 [ecarstrade.nl] INFO: Extracting details for car 7009613auction111131
2026-03-30 00:53:51 [ecarstrade.nl] INFO: Extracting details for car 7009559auction111131
2026-03-30 00:53:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de40b98a-21cf-547c-8a5b-95f555baa678 with identifier: 7009613auction111131
2026-03-30 00:53:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de40b98a-21cf-547c-8a5b-95f555baa678 with scrape type 2
2026-03-30 00:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de40b98a-21cf-547c-8a5b-95f555baa678 with scrape type 2
2026-03-30 00:53:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: de40b98a-21cf-547c-8a5b-95f555baa678, identifier: 7009613auction111131
2026-03-30 00:53:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1f9bd15-031c-5885-8c7f-9a0e280be3aa with identifier: 7009559auction111131
2026-03-30 00:53:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1f9bd15-031c-5885-8c7f-9a0e280be3aa with scrape type 2
2026-03-30 00:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1f9bd15-031c-5885-8c7f-9a0e280be3aa with scrape type 2
2026-03-30 00:53:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d1f9bd15-031c-5885-8c7f-9a0e280be3aa, identifier: 7009559auction111131
2026-03-30 00:53:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: de40b98a-21cf-547c-8a5b-95f555baa678 with identifier: 7009613auction111131
2026-03-30 00:53:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: de40b98a-21cf-547c-8a5b-95f555baa678 with identifier: 7009613auction111131
2026-03-30 00:53:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: de40b98a-21cf-547c-8a5b-95f555baa678 with identifier: 7009613auction111131 to the API
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009613>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'de40b98a-21cf-547c-8a5b-95f555baa678',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009613',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 71022,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 First Plus 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN First Plus 58 kWh',
'vin': None,
'year': 2020}
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009613auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:52 [ecarstrade.nl] INFO: Saving data for 7009613auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623429.085574, 'last_price_update_time': 1774832032.453863}
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009613auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d1f9bd15-031c-5885-8c7f-9a0e280be3aa with identifier: 7009559auction111131
2026-03-30 00:53:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d1f9bd15-031c-5885-8c7f-9a0e280be3aa with identifier: 7009559auction111131
2026-03-30 00:53:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d1f9bd15-031c-5885-8c7f-9a0e280be3aa with identifier: 7009559auction111131 to the API
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009559>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd1f9bd15-031c-5885-8c7f-9a0e280be3aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009559',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 54920,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Cross 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Life',
'vin': None,
'year': 2021}
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009559auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:52 [ecarstrade.nl] INFO: Saving data for 7009559auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623429.627348, 'last_price_update_time': 1774832032.723087}
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009559auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:52 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:53:52 [ecarstrade.nl] INFO: Found listing with ID: 7009358auction111131
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009358auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:52 [ecarstrade.nl] INFO: Scrape type for 7009358auction111131: 2
2026-03-30 00:53:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:52 [ecarstrade.nl] INFO: Found listing with ID: 7009597auction111131
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009597auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:52 [ecarstrade.nl] INFO: Scrape type for 7009597auction111131: 2
2026-03-30 00:53:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:52 [ecarstrade.nl] INFO: Found listing with ID: 7009622auction111131
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009622auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:52 [ecarstrade.nl] INFO: Scrape type for 7009622auction111131: 2
2026-03-30 00:53:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:52 [ecarstrade.nl] INFO: Found listing with ID: 7009626auction111131
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009626auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:52 [ecarstrade.nl] INFO: Scrape type for 7009626auction111131: 2
2026-03-30 00:53:52 [ecarstrade.nl] INFO: Found listing with ID: 7009636auction111131
2026-03-30 00:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009636auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7009636auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7010191auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010191auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7010191auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7009795auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009795auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7009795auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7010200auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010200auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7010200auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7009299auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009299auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7009299auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7009329auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009329auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7009329auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7009655auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009655auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7009655auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7010199auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010199auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7010199auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7009295auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009295auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7009295auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7009631auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009631auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7009631auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7009659auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009659auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7009659auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7009280auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009280auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7009280auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7009298auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009298auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7009298auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7009318auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009318auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7009318auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7009327auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009327auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7009327auction111131: 2
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Found listing with ID: 7009549auction111131
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009549auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Scrape type for 7009549auction111131: 2
2026-03-30 00:53:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009672> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:53 [ecarstrade.nl] INFO: Extracting details for car 7009672auction111131
2026-03-30 00:53:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d84e9706-ce2b-5c0f-849a-a646e7334318 with identifier: 7009672auction111131
2026-03-30 00:53:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d84e9706-ce2b-5c0f-849a-a646e7334318 with scrape type 2
2026-03-30 00:53:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d84e9706-ce2b-5c0f-849a-a646e7334318 with scrape type 2
2026-03-30 00:53:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d84e9706-ce2b-5c0f-849a-a646e7334318, identifier: 7009672auction111131
2026-03-30 00:53:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d84e9706-ce2b-5c0f-849a-a646e7334318 with identifier: 7009672auction111131
2026-03-30 00:53:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d84e9706-ce2b-5c0f-849a-a646e7334318 with identifier: 7009672auction111131
2026-03-30 00:53:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d84e9706-ce2b-5c0f-849a-a646e7334318 with identifier: 7009672auction111131 to the API
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009672>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'd84e9706-ce2b-5c0f-849a-a646e7334318',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009672',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 45559,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI IONIQ Comfort EV 38 kWh',
'transmission': 'automatic',
'trim': 'HYUNDAI Comfort EV 38 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009672auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:54 [ecarstrade.nl] INFO: Saving data for 7009672auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623345.379353, 'last_price_update_time': 1774832034.062536}
2026-03-30 00:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009672auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009334> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:56 [ecarstrade.nl] INFO: Extracting details for car 7009334auction111131
2026-03-30 00:53:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6754a67-8d61-5e79-a676-d26a0d47aede with identifier: 7009334auction111131
2026-03-30 00:53:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6754a67-8d61-5e79-a676-d26a0d47aede with scrape type 2
2026-03-30 00:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6754a67-8d61-5e79-a676-d26a0d47aede with scrape type 2
2026-03-30 00:53:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b6754a67-8d61-5e79-a676-d26a0d47aede, identifier: 7009334auction111131
2026-03-30 00:53:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b6754a67-8d61-5e79-a676-d26a0d47aede with identifier: 7009334auction111131
2026-03-30 00:53:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b6754a67-8d61-5e79-a676-d26a0d47aede with identifier: 7009334auction111131
2026-03-30 00:53:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b6754a67-8d61-5e79-a676-d26a0d47aede with identifier: 7009334auction111131 to the API
2026-03-30 00:53:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:53:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009334>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'b6754a67-8d61-5e79-a676-d26a0d47aede',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009334',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Mokka-e',
'odometer': 56670,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-15',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Mokka-e Edition 50-kWh',
'transmission': 'automatic',
'trim': 'OPEL Edition 50-kWh',
'vin': None,
'year': 2022}
2026-03-30 00:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009334auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:57 [ecarstrade.nl] INFO: Saving data for 7009334auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623351.398472, 'last_price_update_time': 1774832037.362887}
2026-03-30 00:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009334auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009569> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:57 [ecarstrade.nl] INFO: Extracting details for car 7009569auction111131
2026-03-30 00:53:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49ae9247-97ec-587b-b7ee-ca0848a23aec with identifier: 7009569auction111131
2026-03-30 00:53:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49ae9247-97ec-587b-b7ee-ca0848a23aec with scrape type 2
2026-03-30 00:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49ae9247-97ec-587b-b7ee-ca0848a23aec with scrape type 2
2026-03-30 00:53:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 49ae9247-97ec-587b-b7ee-ca0848a23aec, identifier: 7009569auction111131
2026-03-30 00:53:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 49ae9247-97ec-587b-b7ee-ca0848a23aec with identifier: 7009569auction111131
2026-03-30 00:53:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 49ae9247-97ec-587b-b7ee-ca0848a23aec with identifier: 7009569auction111131
2026-03-30 00:53:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 49ae9247-97ec-587b-b7ee-ca0848a23aec with identifier: 7009569auction111131 to the API
2026-03-30 00:53:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009569>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '49ae9247-97ec-587b-b7ee-ca0848a23aec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009569',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mini',
'model': 'Cooper',
'odometer': 96123,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-14',
'seats_number': 4,
'seller_name': None,
'title': 'Mini Mini 1.5 Cooper Bns Ed.',
'transmission': 'automatic',
'trim': '1.5 Bns Ed.',
'vin': None,
'year': 2022}
2026-03-30 00:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009569auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:58 [ecarstrade.nl] INFO: Saving data for 7009569auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623349.648168, 'last_price_update_time': 1774832038.205381}
2026-03-30 00:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009569auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009364> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:53:58 [ecarstrade.nl] INFO: Extracting details for car 7009364auction111131
2026-03-30 00:53:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5dd7729-edd2-510c-920a-602a8b5f160e with identifier: 7009364auction111131
2026-03-30 00:53:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5dd7729-edd2-510c-920a-602a8b5f160e with scrape type 2
2026-03-30 00:53:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5dd7729-edd2-510c-920a-602a8b5f160e with scrape type 2
2026-03-30 00:53:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a5dd7729-edd2-510c-920a-602a8b5f160e, identifier: 7009364auction111131
2026-03-30 00:53:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a5dd7729-edd2-510c-920a-602a8b5f160e with identifier: 7009364auction111131
2026-03-30 00:53:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a5dd7729-edd2-510c-920a-602a8b5f160e with identifier: 7009364auction111131
2026-03-30 00:53:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a5dd7729-edd2-510c-920a-602a8b5f160e with identifier: 7009364auction111131 to the API
2026-03-30 00:53:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:53: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-30 00:53:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009364>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'a5dd7729-edd2-510c-920a-602a8b5f160e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009364',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 73520,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-17',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EcoBoost Hybrid Titanium',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EcoBoost Hybrid Titanium',
'vin': None,
'year': 2023}
2026-03-30 00:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009364auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:58 [ecarstrade.nl] INFO: Saving data for 7009364auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623192.167013, 'last_price_update_time': 1774832038.802757}
2026-03-30 00:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009364auction111131') HTTP/1.1" 204 0
2026-03-30 00:53:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7009638auction111131
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009638auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Scrape type for 7009638auction111131: 2
2026-03-30 00:53:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009358> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7009320auction111131
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009320auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Scrape type for 7009320auction111131: 2
2026-03-30 00:53:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7009342auction111131
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009342auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Scrape type for 7009342auction111131: 2
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7009647auction111131
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009647auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Scrape type for 7009647auction111131: 2
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7009675auction111131
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009675auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Scrape type for 7009675auction111131: 2
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7010189auction111131
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010189auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Scrape type for 7010189auction111131: 2
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7009332auction111131
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009332auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Scrape type for 7009332auction111131: 2
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Extracting details for car 7009358auction111131
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7009528auction111131
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009528auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Scrape type for 7009528auction111131: 2
2026-03-30 00:53:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb819695-2b1d-59bc-820e-698d32ff18ea with identifier: 7009358auction111131
2026-03-30 00:53:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb819695-2b1d-59bc-820e-698d32ff18ea with scrape type 2
2026-03-30 00:53:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb819695-2b1d-59bc-820e-698d32ff18ea with scrape type 2
2026-03-30 00:53:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fb819695-2b1d-59bc-820e-698d32ff18ea, identifier: 7009358auction111131
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7009605auction111131
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009605auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:53:59 [ecarstrade.nl] INFO: Scrape type for 7009605auction111131: 2
2026-03-30 00:53:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fb819695-2b1d-59bc-820e-698d32ff18ea with identifier: 7009358auction111131
2026-03-30 00:53:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fb819695-2b1d-59bc-820e-698d32ff18ea with identifier: 7009358auction111131
2026-03-30 00:54:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fb819695-2b1d-59bc-820e-698d32ff18ea with identifier: 7009358auction111131 to the API
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009358>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'fb819695-2b1d-59bc-820e-698d32ff18ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009358',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 49550,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-24',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL ASTRA 1.2 Turbo Edition',
'transmission': 'manual',
'trim': 'OPEL ASTRA 1.2 Turbo Edition',
'vin': None,
'year': 2022}
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009358auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:00 [ecarstrade.nl] INFO: Saving data for 7009358auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623338.002432, 'last_price_update_time': 1774832040.852113}
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009358auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009597> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:00 [ecarstrade.nl] INFO: Found listing with ID: 7009293auction111131
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009293auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:00 [ecarstrade.nl] INFO: Scrape type for 7009293auction111131: 2
2026-03-30 00:54:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009594> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:00 [ecarstrade.nl] INFO: Found listing with ID: 7009302auction111131
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009302auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:00 [ecarstrade.nl] INFO: Scrape type for 7009302auction111131: 2
2026-03-30 00:54:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:00 [ecarstrade.nl] INFO: Found listing with ID: 7009610auction111131
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009610auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:00 [ecarstrade.nl] INFO: Scrape type for 7009610auction111131: 2
2026-03-30 00:54:00 [ecarstrade.nl] INFO: Found listing with ID: 7009615auction111131
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009615auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:00 [ecarstrade.nl] INFO: Scrape type for 7009615auction111131: 2
2026-03-30 00:54:00 [ecarstrade.nl] INFO: Found listing with ID: 7009294auction111131
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009294auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:00 [ecarstrade.nl] INFO: Scrape type for 7009294auction111131: 2
2026-03-30 00:54:00 [ecarstrade.nl] INFO: Extracting details for car 7009597auction111131
2026-03-30 00:54:00 [ecarstrade.nl] INFO: Found listing with ID: 7009608auction111131
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009608auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:01 [ecarstrade.nl] INFO: Scrape type for 7009608auction111131: 2
2026-03-30 00:54:01 [ecarstrade.nl] INFO: Extracting details for car 7009594auction111131
2026-03-30 00:54:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca with identifier: 7009597auction111131
2026-03-30 00:54:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca with scrape type 2
2026-03-30 00:54:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca with scrape type 2
2026-03-30 00:54:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca, identifier: 7009597auction111131
2026-03-30 00:54:01 [ecarstrade.nl] INFO: Found listing with ID: 7009281auction111131
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009281auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:01 [ecarstrade.nl] INFO: Scrape type for 7009281auction111131: 2
2026-03-30 00:54:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca with identifier: 7009597auction111131
2026-03-30 00:54:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca with identifier: 7009597auction111131
2026-03-30 00:54:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca with identifier: 7009597auction111131 to the API
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009597>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '43ffbd2d-cd24-5f8b-af4e-c32ae88316ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009597',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 65458,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa 1.2 Elegance',
'transmission': 'manual',
'trim': 'OPEL 1.2 Elegance',
'vin': None,
'year': 2023}
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009597auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:01 [ecarstrade.nl] INFO: Saving data for 7009597auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623322.331698, 'last_price_update_time': 1774832041.401564}
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009597auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f48637e-9145-52a7-9cb9-a90a605b1703 with identifier: 7009594auction111131
2026-03-30 00:54:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f48637e-9145-52a7-9cb9-a90a605b1703 with scrape type 2
2026-03-30 00:54:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f48637e-9145-52a7-9cb9-a90a605b1703 with scrape type 2
2026-03-30 00:54:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8f48637e-9145-52a7-9cb9-a90a605b1703, identifier: 7009594auction111131
2026-03-30 00:54:01 [ecarstrade.nl] INFO: Found listing with ID: 7009288auction111131
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009288auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:01 [ecarstrade.nl] INFO: Scrape type for 7009288auction111131: 2
2026-03-30 00:54:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8f48637e-9145-52a7-9cb9-a90a605b1703 with identifier: 7009594auction111131
2026-03-30 00:54:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8f48637e-9145-52a7-9cb9-a90a605b1703 with identifier: 7009594auction111131
2026-03-30 00:54:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8f48637e-9145-52a7-9cb9-a90a605b1703 with identifier: 7009594auction111131 to the API
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009594>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '8f48637e-9145-52a7-9cb9-a90a605b1703',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009594',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 77258,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PureTech GT',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PureTech GT',
'vin': None,
'year': 2024}
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009594auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:01 [ecarstrade.nl] INFO: Saving data for 7009594auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623350.847016, 'last_price_update_time': 1774832041.873621}
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009594auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:01 [ecarstrade.nl] INFO: Found listing with ID: 7009321auction111131
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009321auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:01 [ecarstrade.nl] INFO: Scrape type for 7009321auction111131: 2
2026-03-30 00:54:01 [ecarstrade.nl] INFO: Found listing with ID: 7009354auction111131
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009354auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:01 [ecarstrade.nl] INFO: Scrape type for 7009354auction111131: 2
2026-03-30 00:54:01 [ecarstrade.nl] INFO: Found listing with ID: 7009275auction111131
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009275auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:01 [ecarstrade.nl] INFO: Scrape type for 7009275auction111131: 2
2026-03-30 00:54:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009626> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:03 [ecarstrade.nl] INFO: Extracting details for car 7009626auction111131
2026-03-30 00:54:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d722f64-3492-5f70-8c44-00a57d589eae with identifier: 7009626auction111131
2026-03-30 00:54:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d722f64-3492-5f70-8c44-00a57d589eae with scrape type 2
2026-03-30 00:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d722f64-3492-5f70-8c44-00a57d589eae with scrape type 2
2026-03-30 00:54:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5d722f64-3492-5f70-8c44-00a57d589eae, identifier: 7009626auction111131
2026-03-30 00:54:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5d722f64-3492-5f70-8c44-00a57d589eae with identifier: 7009626auction111131
2026-03-30 00:54:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5d722f64-3492-5f70-8c44-00a57d589eae with identifier: 7009626auction111131
2026-03-30 00:54:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5d722f64-3492-5f70-8c44-00a57d589eae with identifier: 7009626auction111131 to the API
2026-03-30 00:54:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009626>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5d722f64-3492-5f70-8c44-00a57d589eae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009626',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 192146,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Cross 1.0 TSI Style',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Style',
'vin': None,
'year': 2020}
2026-03-30 00:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009626auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:04 [ecarstrade.nl] INFO: Saving data for 7009626auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623339.589142, 'last_price_update_time': 1774832044.130737}
2026-03-30 00:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009626auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009636> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:04 [ecarstrade.nl] INFO: Extracting details for car 7009636auction111131
2026-03-30 00:54:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b02e8e30-5926-524e-b00b-08e4a58566c0 with identifier: 7009636auction111131
2026-03-30 00:54:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b02e8e30-5926-524e-b00b-08e4a58566c0 with scrape type 2
2026-03-30 00:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b02e8e30-5926-524e-b00b-08e4a58566c0 with scrape type 2
2026-03-30 00:54:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b02e8e30-5926-524e-b00b-08e4a58566c0, identifier: 7009636auction111131
2026-03-30 00:54:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b02e8e30-5926-524e-b00b-08e4a58566c0 with identifier: 7009636auction111131
2026-03-30 00:54:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b02e8e30-5926-524e-b00b-08e4a58566c0 with identifier: 7009636auction111131
2026-03-30 00:54:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b02e8e30-5926-524e-b00b-08e4a58566c0 with identifier: 7009636auction111131 to the API
2026-03-30 00:54:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009636>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'b02e8e30-5926-524e-b00b-08e4a58566c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009636',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'ZS',
'odometer': 113158,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-30',
'seats_number': 5,
'seller_name': None,
'title': 'MG Mg zs ev EV Long R Luxury',
'transmission': 'automatic',
'trim': 'Mg zs ev EV Long R Luxury',
'vin': None,
'year': 2021}
2026-03-30 00:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009636auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:05 [ecarstrade.nl] INFO: Saving data for 7009636auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623340.326899, 'last_price_update_time': 1774832045.363978}
2026-03-30 00:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009636auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010191> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:05 [ecarstrade.nl] INFO: Extracting details for car 7010191auction111131
2026-03-30 00:54:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40b58708-a133-5ecd-a2be-0234e5098957 with identifier: 7010191auction111131
2026-03-30 00:54:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40b58708-a133-5ecd-a2be-0234e5098957 with scrape type 2
2026-03-30 00:54:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40b58708-a133-5ecd-a2be-0234e5098957 with scrape type 2
2026-03-30 00:54:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 40b58708-a133-5ecd-a2be-0234e5098957, identifier: 7010191auction111131
2026-03-30 00:54:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 40b58708-a133-5ecd-a2be-0234e5098957 with identifier: 7010191auction111131
2026-03-30 00:54:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 40b58708-a133-5ecd-a2be-0234e5098957 with identifier: 7010191auction111131
2026-03-30 00:54:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 40b58708-a133-5ecd-a2be-0234e5098957 with identifier: 7010191auction111131 to the API
2026-03-30 00:54:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010191>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '40b58708-a133-5ecd-a2be-0234e5098957',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010191',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 99596,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-28',
'seats_number': 2,
'seller_name': None,
'title': 'FORD Transit Connect 1.5 EcoBlue L2 Trend',
'transmission': 'manual',
'trim': 'FORD 1.5 EcoBlue L2 Trend',
'vin': None,
'year': 2023}
2026-03-30 00:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010191auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:05 [ecarstrade.nl] INFO: Saving data for 7010191auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623428.299385, 'last_price_update_time': 1774832045.844351}
2026-03-30 00:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010191auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009795> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:06 [ecarstrade.nl] INFO: Extracting details for car 7009795auction111131
2026-03-30 00:54:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88972d94-edec-5859-9c67-fb101da5d2e9 with identifier: 7009795auction111131
2026-03-30 00:54:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88972d94-edec-5859-9c67-fb101da5d2e9 with scrape type 2
2026-03-30 00:54:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88972d94-edec-5859-9c67-fb101da5d2e9 with scrape type 2
2026-03-30 00:54:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 88972d94-edec-5859-9c67-fb101da5d2e9, identifier: 7009795auction111131
2026-03-30 00:54:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 88972d94-edec-5859-9c67-fb101da5d2e9 with identifier: 7009795auction111131
2026-03-30 00:54:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 88972d94-edec-5859-9c67-fb101da5d2e9 with identifier: 7009795auction111131
2026-03-30 00:54:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 88972d94-edec-5859-9c67-fb101da5d2e9 with identifier: 7009795auction111131 to the API
2026-03-30 00:54:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009795>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '88972d94-edec-5859-9c67-fb101da5d2e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009795',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 189879,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL Vivaro 1.5 CDTI Edition L3H1',
'transmission': 'manual',
'trim': 'OPEL 1.5 CDTI Edition L3H1',
'vin': None,
'year': 2022}
2026-03-30 00:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009795auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:06 [ecarstrade.nl] INFO: Saving data for 7009795auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623386.215376, 'last_price_update_time': 1774832046.431884}
2026-03-30 00:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009795auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:06 [scrapy.extensions.logstats] INFO: Crawled 360 pages (at 57 pages/min), scraped 335 items (at 54 items/min)
2026-03-30 00:54:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-30 00:54:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010200> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:07 [ecarstrade.nl] INFO: Extracting details for car 7010200auction111131
2026-03-30 00:54:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf71645f-1c48-579a-a4bc-2e3c2bffcbbd with identifier: 7010200auction111131
2026-03-30 00:54:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf71645f-1c48-579a-a4bc-2e3c2bffcbbd with scrape type 2
2026-03-30 00:54:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf71645f-1c48-579a-a4bc-2e3c2bffcbbd with scrape type 2
2026-03-30 00:54:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cf71645f-1c48-579a-a4bc-2e3c2bffcbbd, identifier: 7010200auction111131
2026-03-30 00:54:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cf71645f-1c48-579a-a4bc-2e3c2bffcbbd with identifier: 7010200auction111131
2026-03-30 00:54:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cf71645f-1c48-579a-a4bc-2e3c2bffcbbd with identifier: 7010200auction111131
2026-03-30 00:54:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cf71645f-1c48-579a-a4bc-2e3c2bffcbbd with identifier: 7010200auction111131 to the API
2026-03-30 00:54:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010200>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'cf71645f-1c48-579a-a4bc-2e3c2bffcbbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010200',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 128547,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-22',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy Cargo 2.0 TDI Comfort DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Cargo 2.0 TDI Comfort DSG',
'vin': None,
'year': 2021}
2026-03-30 00:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010200auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:07 [ecarstrade.nl] INFO: Saving data for 7010200auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623425.153018, 'last_price_update_time': 1774832047.931982}
2026-03-30 00:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010200auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009299> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:08 [ecarstrade.nl] INFO: Extracting details for car 7009299auction111131
2026-03-30 00:54:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76823d7c-23c9-5bfe-828e-c491ffbbf5b9 with identifier: 7009299auction111131
2026-03-30 00:54:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76823d7c-23c9-5bfe-828e-c491ffbbf5b9 with scrape type 2
2026-03-30 00:54:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76823d7c-23c9-5bfe-828e-c491ffbbf5b9 with scrape type 2
2026-03-30 00:54:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 76823d7c-23c9-5bfe-828e-c491ffbbf5b9, identifier: 7009299auction111131
2026-03-30 00:54:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 76823d7c-23c9-5bfe-828e-c491ffbbf5b9 with identifier: 7009299auction111131
2026-03-30 00:54:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 76823d7c-23c9-5bfe-828e-c491ffbbf5b9 with identifier: 7009299auction111131
2026-03-30 00:54:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 76823d7c-23c9-5bfe-828e-c491ffbbf5b9 with identifier: 7009299auction111131 to the API
2026-03-30 00:54:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009299>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '76823d7c-23c9-5bfe-828e-c491ffbbf5b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009299',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 167202,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-14',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia Combi 1.0 TSI Business Edition',
'transmission': 'manual',
'trim': 'SKODA Combi 1.0 TSI Business Edition',
'vin': None,
'year': 2022}
2026-03-30 00:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009299auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:08 [ecarstrade.nl] INFO: Saving data for 7009299auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623386.864564, 'last_price_update_time': 1774832048.530571}
2026-03-30 00:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009299auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009329> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:10 [ecarstrade.nl] INFO: Extracting details for car 7009329auction111131
2026-03-30 00:54:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7816d72c-dfad-5dd9-88d9-7203d4eecd1f with identifier: 7009329auction111131
2026-03-30 00:54:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7816d72c-dfad-5dd9-88d9-7203d4eecd1f with scrape type 2
2026-03-30 00:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7816d72c-dfad-5dd9-88d9-7203d4eecd1f with scrape type 2
2026-03-30 00:54:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7816d72c-dfad-5dd9-88d9-7203d4eecd1f, identifier: 7009329auction111131
2026-03-30 00:54:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7816d72c-dfad-5dd9-88d9-7203d4eecd1f with identifier: 7009329auction111131
2026-03-30 00:54:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7816d72c-dfad-5dd9-88d9-7203d4eecd1f with identifier: 7009329auction111131
2026-03-30 00:54:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7816d72c-dfad-5dd9-88d9-7203d4eecd1f with identifier: 7009329auction111131 to the API
2026-03-30 00:54:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009329>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '7816d72c-dfad-5dd9-88d9-7203d4eecd1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009329',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'ZS',
'odometer': 100017,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'MG MG ZS EV Luxury 45 kWh',
'transmission': 'automatic',
'trim': 'EV Luxury 45 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009329auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:11 [ecarstrade.nl] INFO: Saving data for 7009329auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623385.221405, 'last_price_update_time': 1774832051.343561}
2026-03-30 00:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009329auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009549> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:11 [ecarstrade.nl] INFO: Extracting details for car 7009549auction111131
2026-03-30 00:54:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7bc3e53-8fa0-51b1-8512-d47dbed90672 with identifier: 7009549auction111131
2026-03-30 00:54:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7bc3e53-8fa0-51b1-8512-d47dbed90672 with scrape type 2
2026-03-30 00:54:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7bc3e53-8fa0-51b1-8512-d47dbed90672 with scrape type 2
2026-03-30 00:54:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a7bc3e53-8fa0-51b1-8512-d47dbed90672, identifier: 7009549auction111131
2026-03-30 00:54:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a7bc3e53-8fa0-51b1-8512-d47dbed90672 with identifier: 7009549auction111131
2026-03-30 00:54:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a7bc3e53-8fa0-51b1-8512-d47dbed90672 with identifier: 7009549auction111131
2026-03-30 00:54:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a7bc3e53-8fa0-51b1-8512-d47dbed90672 with identifier: 7009549auction111131 to the API
2026-03-30 00:54:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009549>
{'auction_title': '',
'c_o_2_emission_value': 83,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a7bc3e53-8fa0-51b1-8512-d47dbed90672',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009549',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 192688,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-07',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Touring Sports 1.8 Hybrid Business Plus',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports 1.8 Hybrid Business Plus',
'vin': None,
'year': 2020}
2026-03-30 00:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009549auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:12 [ecarstrade.nl] INFO: Saving data for 7009549auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623446.447856, 'last_price_update_time': 1774832052.560079}
2026-03-30 00:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009549auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009327> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:54:12 [ecarstrade.nl] INFO: Extracting details for car 7009327auction111131
2026-03-30 00:54:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c591b352-826b-579a-a2ed-c05ecb1f5d50 with identifier: 7009327auction111131
2026-03-30 00:54:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c591b352-826b-579a-a2ed-c05ecb1f5d50 with scrape type 2
2026-03-30 00:54:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c591b352-826b-579a-a2ed-c05ecb1f5d50 with scrape type 2
2026-03-30 00:54:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c591b352-826b-579a-a2ed-c05ecb1f5d50, identifier: 7009327auction111131
2026-03-30 00:54:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c591b352-826b-579a-a2ed-c05ecb1f5d50 with identifier: 7009327auction111131
2026-03-30 00:54:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c591b352-826b-579a-a2ed-c05ecb1f5d50 with identifier: 7009327auction111131
2026-03-30 00:54:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c591b352-826b-579a-a2ed-c05ecb1f5d50 with identifier: 7009327auction111131 to the API
2026-03-30 00:54:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009327>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c591b352-826b-579a-a2ed-c05ecb1f5d50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009327',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Captur',
'odometer': 199049,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-02',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur 1.6 ET PH 160 Intens AUT.',
'transmission': 'automatic',
'trim': 'RENAULT 1.6 ET PH 160 Intens AUT.',
'vin': None,
'year': 2021}
2026-03-30 00:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009327auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:13 [ecarstrade.nl] INFO: Saving data for 7009327auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623554.58091, 'last_price_update_time': 1774832053.162754}
2026-03-30 00:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009327auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009298> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:13 [ecarstrade.nl] INFO: Extracting details for car 7009298auction111131
2026-03-30 00:54:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85ca6f96-18a8-5b88-b442-a771cf70ff4d with identifier: 7009298auction111131
2026-03-30 00:54:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85ca6f96-18a8-5b88-b442-a771cf70ff4d with scrape type 2
2026-03-30 00:54:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85ca6f96-18a8-5b88-b442-a771cf70ff4d with scrape type 2
2026-03-30 00:54:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 85ca6f96-18a8-5b88-b442-a771cf70ff4d, identifier: 7009298auction111131
2026-03-30 00:54:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 85ca6f96-18a8-5b88-b442-a771cf70ff4d with identifier: 7009298auction111131
2026-03-30 00:54:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 85ca6f96-18a8-5b88-b442-a771cf70ff4d with identifier: 7009298auction111131
2026-03-30 00:54:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 85ca6f96-18a8-5b88-b442-a771cf70ff4d with identifier: 7009298auction111131 to the API
2026-03-30 00:54:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009298>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '85ca6f96-18a8-5b88-b442-a771cf70ff4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009298',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 119975,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-04',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI Highl. Bus. R',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO 1.0 TSI Highl. Bus. R',
'vin': None,
'year': 2021}
2026-03-30 00:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009298auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:13 [ecarstrade.nl] INFO: Saving data for 7009298auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623555.691468, 'last_price_update_time': 1774832053.661498}
2026-03-30 00:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009298auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009318> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:14 [ecarstrade.nl] INFO: Extracting details for car 7009318auction111131
2026-03-30 00:54:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5876ef92-cdb7-5030-b939-d240d4507192 with identifier: 7009318auction111131
2026-03-30 00:54:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5876ef92-cdb7-5030-b939-d240d4507192 with scrape type 2
2026-03-30 00:54:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5876ef92-cdb7-5030-b939-d240d4507192 with scrape type 2
2026-03-30 00:54:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5876ef92-cdb7-5030-b939-d240d4507192, identifier: 7009318auction111131
2026-03-30 00:54:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5876ef92-cdb7-5030-b939-d240d4507192 with identifier: 7009318auction111131
2026-03-30 00:54:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5876ef92-cdb7-5030-b939-d240d4507192 with identifier: 7009318auction111131
2026-03-30 00:54:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5876ef92-cdb7-5030-b939-d240d4507192 with identifier: 7009318auction111131 to the API
2026-03-30 00:54:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009318>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5876ef92-cdb7-5030-b939-d240d4507192',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009318',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'Juke',
'odometer': 73928,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN JUKE 1.0 DIG-T Acenta',
'transmission': 'manual',
'trim': 'NISSAN JUKE 1.0 DIG-T Acenta',
'vin': None,
'year': 2021}
2026-03-30 00:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009318auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:14 [ecarstrade.nl] INFO: Saving data for 7009318auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623483.268452, 'last_price_update_time': 1774832054.831407}
2026-03-30 00:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009318auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009638> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:14 [ecarstrade.nl] INFO: Extracting details for car 7009638auction111131
2026-03-30 00:54:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 688b111b-d97a-556b-bf7a-729fc13a9ba5 with identifier: 7009638auction111131
2026-03-30 00:54:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 688b111b-d97a-556b-bf7a-729fc13a9ba5 with scrape type 2
2026-03-30 00:54:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 688b111b-d97a-556b-bf7a-729fc13a9ba5 with scrape type 2
2026-03-30 00:54:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 688b111b-d97a-556b-bf7a-729fc13a9ba5, identifier: 7009638auction111131
2026-03-30 00:54:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 688b111b-d97a-556b-bf7a-729fc13a9ba5 with identifier: 7009638auction111131
2026-03-30 00:54:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 688b111b-d97a-556b-bf7a-729fc13a9ba5 with identifier: 7009638auction111131
2026-03-30 00:54:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 688b111b-d97a-556b-bf7a-729fc13a9ba5 with identifier: 7009638auction111131 to the API
2026-03-30 00:54:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009638>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '688b111b-d97a-556b-bf7a-729fc13a9ba5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009638',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A1',
'odometer': 169364,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-02',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A1 Sportback 25 TFSI Pro Line',
'transmission': 'automatic',
'trim': 'AUDI Sportback 25 TFSI Pro Line',
'vin': None,
'year': 2022}
2026-03-30 00:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009638auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:15 [ecarstrade.nl] INFO: Saving data for 7009638auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623442.601321, 'last_price_update_time': 1774832055.324828}
2026-03-30 00:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009638auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009280> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:16 [ecarstrade.nl] INFO: Extracting details for car 7009280auction111131
2026-03-30 00:54:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ec252e3-8cef-5b89-929d-a9673be818cb with identifier: 7009280auction111131
2026-03-30 00:54:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ec252e3-8cef-5b89-929d-a9673be818cb with scrape type 2
2026-03-30 00:54:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ec252e3-8cef-5b89-929d-a9673be818cb with scrape type 2
2026-03-30 00:54:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1ec252e3-8cef-5b89-929d-a9673be818cb, identifier: 7009280auction111131
2026-03-30 00:54:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1ec252e3-8cef-5b89-929d-a9673be818cb with identifier: 7009280auction111131
2026-03-30 00:54:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1ec252e3-8cef-5b89-929d-a9673be818cb with identifier: 7009280auction111131
2026-03-30 00:54:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1ec252e3-8cef-5b89-929d-a9673be818cb with identifier: 7009280auction111131 to the API
2026-03-30 00:54:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009280>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '1ec252e3-8cef-5b89-929d-a9673be818cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009280',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '308',
'odometer': 129386,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 1.2 PureTech Allure',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Allure',
'vin': None,
'year': 2022}
2026-03-30 00:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009280auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:16 [ecarstrade.nl] INFO: Saving data for 7009280auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623555.09154, 'last_price_update_time': 1774832056.953192}
2026-03-30 00:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009280auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009605> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:17 [ecarstrade.nl] INFO: Extracting details for car 7009605auction111131
2026-03-30 00:54:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc0ffbb3-52d3-59f2-aa8a-9216391cba0c with identifier: 7009605auction111131
2026-03-30 00:54:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc0ffbb3-52d3-59f2-aa8a-9216391cba0c with scrape type 2
2026-03-30 00:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc0ffbb3-52d3-59f2-aa8a-9216391cba0c with scrape type 2
2026-03-30 00:54:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dc0ffbb3-52d3-59f2-aa8a-9216391cba0c, identifier: 7009605auction111131
2026-03-30 00:54:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dc0ffbb3-52d3-59f2-aa8a-9216391cba0c with identifier: 7009605auction111131
2026-03-30 00:54:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dc0ffbb3-52d3-59f2-aa8a-9216391cba0c with identifier: 7009605auction111131
2026-03-30 00:54:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dc0ffbb3-52d3-59f2-aa8a-9216391cba0c with identifier: 7009605auction111131 to the API
2026-03-30 00:54:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009605>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'dc0ffbb3-52d3-59f2-aa8a-9216391cba0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009605',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 90767,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-21',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Ibiza 1.0 EcoTSI Style Business Inte',
'transmission': 'manual',
'trim': 'SEAT 1.0 EcoTSI Style Business Inte',
'vin': None,
'year': 2022}
2026-03-30 00:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009605auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:18 [ecarstrade.nl] INFO: Saving data for 7009605auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623588.694113, 'last_price_update_time': 1774832058.090848}
2026-03-30 00:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009605auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009275> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009354> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:19 [ecarstrade.nl] INFO: Extracting details for car 7009275auction111131
2026-03-30 00:54:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d277469a-52dd-5009-8d0a-ad6376ec453c with identifier: 7009275auction111131
2026-03-30 00:54:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d277469a-52dd-5009-8d0a-ad6376ec453c with scrape type 2
2026-03-30 00:54:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d277469a-52dd-5009-8d0a-ad6376ec453c with scrape type 2
2026-03-30 00:54:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d277469a-52dd-5009-8d0a-ad6376ec453c, identifier: 7009275auction111131
2026-03-30 00:54:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d277469a-52dd-5009-8d0a-ad6376ec453c with identifier: 7009275auction111131
2026-03-30 00:54:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d277469a-52dd-5009-8d0a-ad6376ec453c with identifier: 7009275auction111131
2026-03-30 00:54:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d277469a-52dd-5009-8d0a-ad6376ec453c with identifier: 7009275auction111131 to the API
2026-03-30 00:54:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009275>
{'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': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd277469a-52dd-5009-8d0a-ad6376ec453c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009275',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 77525,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PureTech Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Active',
'vin': None,
'year': 2022}
2026-03-30 00:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009275auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:20 [ecarstrade.nl] INFO: Saving data for 7009275auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623425.615362, 'last_price_update_time': 1774832060.107482}
2026-03-30 00:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009275auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:20 [ecarstrade.nl] INFO: Extracting details for car 7009354auction111131
2026-03-30 00:54:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47e056c5-ad70-5656-bb32-830dfea4f3e8 with identifier: 7009354auction111131
2026-03-30 00:54:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47e056c5-ad70-5656-bb32-830dfea4f3e8 with scrape type 2
2026-03-30 00:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47e056c5-ad70-5656-bb32-830dfea4f3e8 with scrape type 2
2026-03-30 00:54:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 47e056c5-ad70-5656-bb32-830dfea4f3e8, identifier: 7009354auction111131
2026-03-30 00:54:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 47e056c5-ad70-5656-bb32-830dfea4f3e8 with identifier: 7009354auction111131
2026-03-30 00:54:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 47e056c5-ad70-5656-bb32-830dfea4f3e8 with identifier: 7009354auction111131
2026-03-30 00:54:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 47e056c5-ad70-5656-bb32-830dfea4f3e8 with identifier: 7009354auction111131 to the API
2026-03-30 00:54:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009354>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '47e056c5-ad70-5656-bb32-830dfea4f3e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009354',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 165944,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Kona EV Fashion 64 kWh',
'transmission': 'automatic',
'trim': 'HYUNDAI EV Fashion 64 kWh',
'vin': None,
'year': 2020}
2026-03-30 00:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009354auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:20 [ecarstrade.nl] INFO: Saving data for 7009354auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623424.571829, 'last_price_update_time': 1774832060.540017}
2026-03-30 00:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009354auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009321> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:20 [ecarstrade.nl] INFO: Extracting details for car 7009321auction111131
2026-03-30 00:54:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aee06c4d-929d-5251-ac73-0d925ce32d18 with identifier: 7009321auction111131
2026-03-30 00:54:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aee06c4d-929d-5251-ac73-0d925ce32d18 with scrape type 2
2026-03-30 00:54:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aee06c4d-929d-5251-ac73-0d925ce32d18 with scrape type 2
2026-03-30 00:54:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aee06c4d-929d-5251-ac73-0d925ce32d18, identifier: 7009321auction111131
2026-03-30 00:54:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aee06c4d-929d-5251-ac73-0d925ce32d18 with identifier: 7009321auction111131
2026-03-30 00:54:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aee06c4d-929d-5251-ac73-0d925ce32d18 with identifier: 7009321auction111131
2026-03-30 00:54:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aee06c4d-929d-5251-ac73-0d925ce32d18 with identifier: 7009321auction111131 to the API
2026-03-30 00:54:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009321>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'aee06c4d-929d-5251-ac73-0d925ce32d18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009321',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'ZS',
'odometer': 84272,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-27',
'seats_number': 5,
'seller_name': None,
'title': 'MG MG ZS EV Luxury 45 kWh',
'transmission': 'automatic',
'trim': 'EV Luxury 45 kWh',
'vin': None,
'year': 2020}
2026-03-30 00:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009321auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:21 [ecarstrade.nl] INFO: Saving data for 7009321auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623423.307898, 'last_price_update_time': 1774832061.292741}
2026-03-30 00:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009321auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009622> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:23 [ecarstrade.nl] INFO: Extracting details for car 7009622auction111131
2026-03-30 00:54:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d35c3c7c-cc34-5c54-8f8d-669f649c042d with identifier: 7009622auction111131
2026-03-30 00:54:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d35c3c7c-cc34-5c54-8f8d-669f649c042d with scrape type 2
2026-03-30 00:54:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d35c3c7c-cc34-5c54-8f8d-669f649c042d with scrape type 2
2026-03-30 00:54:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d35c3c7c-cc34-5c54-8f8d-669f649c042d, identifier: 7009622auction111131
2026-03-30 00:54:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d35c3c7c-cc34-5c54-8f8d-669f649c042d with identifier: 7009622auction111131
2026-03-30 00:54:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d35c3c7c-cc34-5c54-8f8d-669f649c042d with identifier: 7009622auction111131
2026-03-30 00:54:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d35c3c7c-cc34-5c54-8f8d-669f649c042d with identifier: 7009622auction111131 to the API
2026-03-30 00:54:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009622>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd35c3c7c-cc34-5c54-8f8d-669f649c042d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009622',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '3008',
'odometer': 130250,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 PT BL Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT BL Active',
'vin': None,
'year': 2021}
2026-03-30 00:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009622auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:23 [ecarstrade.nl] INFO: Saving data for 7009622auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623323.568416, 'last_price_update_time': 1774832063.741237}
2026-03-30 00:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009622auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009281> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:23 [ecarstrade.nl] INFO: Extracting details for car 7009281auction111131
2026-03-30 00:54:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e388fcec-7a2d-5756-9843-eff7adb7fd77 with identifier: 7009281auction111131
2026-03-30 00:54:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e388fcec-7a2d-5756-9843-eff7adb7fd77 with scrape type 2
2026-03-30 00:54:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e388fcec-7a2d-5756-9843-eff7adb7fd77 with scrape type 2
2026-03-30 00:54:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e388fcec-7a2d-5756-9843-eff7adb7fd77, identifier: 7009281auction111131
2026-03-30 00:54:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e388fcec-7a2d-5756-9843-eff7adb7fd77 with identifier: 7009281auction111131
2026-03-30 00:54:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e388fcec-7a2d-5756-9843-eff7adb7fd77 with identifier: 7009281auction111131
2026-03-30 00:54:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e388fcec-7a2d-5756-9843-eff7adb7fd77 with identifier: 7009281auction111131 to the API
2026-03-30 00:54:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009281>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'e388fcec-7a2d-5756-9843-eff7adb7fd77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009281',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 69551,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA-E Edition 50 kWh',
'transmission': 'automatic',
'trim': 'OPEL CORSA-E Edition 50 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009281auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:24 [ecarstrade.nl] INFO: Saving data for 7009281auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623422.373219, 'last_price_update_time': 1774832064.361526}
2026-03-30 00:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009281auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009608> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:25 [ecarstrade.nl] INFO: Extracting details for car 7009608auction111131
2026-03-30 00:54:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1edeac3c-3abb-5751-bb59-8231d384df32 with identifier: 7009608auction111131
2026-03-30 00:54:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1edeac3c-3abb-5751-bb59-8231d384df32 with scrape type 2
2026-03-30 00:54:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1edeac3c-3abb-5751-bb59-8231d384df32 with scrape type 2
2026-03-30 00:54:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1edeac3c-3abb-5751-bb59-8231d384df32, identifier: 7009608auction111131
2026-03-30 00:54:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1edeac3c-3abb-5751-bb59-8231d384df32 with identifier: 7009608auction111131
2026-03-30 00:54:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1edeac3c-3abb-5751-bb59-8231d384df32 with identifier: 7009608auction111131
2026-03-30 00:54:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1edeac3c-3abb-5751-bb59-8231d384df32 with identifier: 7009608auction111131 to the API
2026-03-30 00:54:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009608>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '1edeac3c-3abb-5751-bb59-8231d384df32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009608',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 78872,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PT Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active Pack',
'vin': None,
'year': 2022}
2026-03-30 00:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009608auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:25 [ecarstrade.nl] INFO: Saving data for 7009608auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623422.963558, 'last_price_update_time': 1774832065.706777}
2026-03-30 00:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009608auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009294> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:54:26 [ecarstrade.nl] INFO: Extracting details for car 7009294auction111131
2026-03-30 00:54:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 684306ed-7932-54c5-9de4-624738ed04ba with identifier: 7009294auction111131
2026-03-30 00:54:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 684306ed-7932-54c5-9de4-624738ed04ba with scrape type 2
2026-03-30 00:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 684306ed-7932-54c5-9de4-624738ed04ba with scrape type 2
2026-03-30 00:54:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 684306ed-7932-54c5-9de4-624738ed04ba, identifier: 7009294auction111131
2026-03-30 00:54:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 684306ed-7932-54c5-9de4-624738ed04ba with identifier: 7009294auction111131
2026-03-30 00:54:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 684306ed-7932-54c5-9de4-624738ed04ba with identifier: 7009294auction111131
2026-03-30 00:54:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 684306ed-7932-54c5-9de4-624738ed04ba with identifier: 7009294auction111131 to the API
2026-03-30 00:54:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009294>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '684306ed-7932-54c5-9de4-624738ed04ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009294',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 37490,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-26',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PureTech Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Active Pack',
'vin': None,
'year': 2022}
2026-03-30 00:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009294auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:26 [ecarstrade.nl] INFO: Saving data for 7009294auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623419.499247, 'last_price_update_time': 1774832066.649142}
2026-03-30 00:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009294auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009615> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:54:26 [ecarstrade.nl] INFO: Extracting details for car 7009615auction111131
2026-03-30 00:54:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15d74ce2-fa65-512d-9861-fedd6aa0c132 with identifier: 7009615auction111131
2026-03-30 00:54:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15d74ce2-fa65-512d-9861-fedd6aa0c132 with scrape type 2
2026-03-30 00:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15d74ce2-fa65-512d-9861-fedd6aa0c132 with scrape type 2
2026-03-30 00:54:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 15d74ce2-fa65-512d-9861-fedd6aa0c132, identifier: 7009615auction111131
2026-03-30 00:54:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 15d74ce2-fa65-512d-9861-fedd6aa0c132 with identifier: 7009615auction111131
2026-03-30 00:54:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 15d74ce2-fa65-512d-9861-fedd6aa0c132 with identifier: 7009615auction111131
2026-03-30 00:54:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 15d74ce2-fa65-512d-9861-fedd6aa0c132 with identifier: 7009615auction111131 to the API
2026-03-30 00:54:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009615>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '15d74ce2-fa65-512d-9861-fedd6aa0c132',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009615',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 148244,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EBH Vignale',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EBH Vignale',
'vin': None,
'year': 2021}
2026-03-30 00:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009615auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:27 [ecarstrade.nl] INFO: Saving data for 7009615auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623420.849698, 'last_price_update_time': 1774832067.306909}
2026-03-30 00:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009615auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009610> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:27 [ecarstrade.nl] INFO: Extracting details for car 7009610auction111131
2026-03-30 00:54:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53824f4e-752a-533d-adbc-daa81226edc1 with identifier: 7009610auction111131
2026-03-30 00:54:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53824f4e-752a-533d-adbc-daa81226edc1 with scrape type 2
2026-03-30 00:54:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53824f4e-752a-533d-adbc-daa81226edc1 with scrape type 2
2026-03-30 00:54:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 53824f4e-752a-533d-adbc-daa81226edc1, identifier: 7009610auction111131
2026-03-30 00:54:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 53824f4e-752a-533d-adbc-daa81226edc1 with identifier: 7009610auction111131
2026-03-30 00:54:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 53824f4e-752a-533d-adbc-daa81226edc1 with identifier: 7009610auction111131
2026-03-30 00:54:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 53824f4e-752a-533d-adbc-daa81226edc1 with identifier: 7009610auction111131 to the API
2026-03-30 00:54:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009610>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '53824f4e-752a-533d-adbc-daa81226edc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009610',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 107109,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EcoBoost Hybrid Active Bus',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EcoBoost Hybrid Active Bus',
'vin': None,
'year': 2021}
2026-03-30 00:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009610auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:27 [ecarstrade.nl] INFO: Saving data for 7009610auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623426.183972, 'last_price_update_time': 1774832067.975203}
2026-03-30 00:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009610auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009302> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:29 [ecarstrade.nl] INFO: Extracting details for car 7009302auction111131
2026-03-30 00:54:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a08cbbda-95c8-575b-83f6-5f8741686535 with identifier: 7009302auction111131
2026-03-30 00:54:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a08cbbda-95c8-575b-83f6-5f8741686535 with scrape type 2
2026-03-30 00:54:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a08cbbda-95c8-575b-83f6-5f8741686535 with scrape type 2
2026-03-30 00:54:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a08cbbda-95c8-575b-83f6-5f8741686535, identifier: 7009302auction111131
2026-03-30 00:54:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a08cbbda-95c8-575b-83f6-5f8741686535 with identifier: 7009302auction111131
2026-03-30 00:54:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a08cbbda-95c8-575b-83f6-5f8741686535 with identifier: 7009302auction111131
2026-03-30 00:54:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a08cbbda-95c8-575b-83f6-5f8741686535 with identifier: 7009302auction111131 to the API
2026-03-30 00:54:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009302>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'a08cbbda-95c8-575b-83f6-5f8741686535',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009302',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 60652,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PT Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active',
'vin': None,
'year': 2022}
2026-03-30 00:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009302auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:30 [ecarstrade.nl] INFO: Saving data for 7009302auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623421.351927, 'last_price_update_time': 1774832070.320241}
2026-03-30 00:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009302auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009528> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:30 [ecarstrade.nl] INFO: Extracting details for car 7009528auction111131
2026-03-30 00:54:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc6b53d3-619a-589f-9427-3759aabece01 with identifier: 7009528auction111131
2026-03-30 00:54:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc6b53d3-619a-589f-9427-3759aabece01 with scrape type 2
2026-03-30 00:54:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc6b53d3-619a-589f-9427-3759aabece01 with scrape type 2
2026-03-30 00:54:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dc6b53d3-619a-589f-9427-3759aabece01, identifier: 7009528auction111131
2026-03-30 00:54:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dc6b53d3-619a-589f-9427-3759aabece01 with identifier: 7009528auction111131
2026-03-30 00:54:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dc6b53d3-619a-589f-9427-3759aabece01 with identifier: 7009528auction111131
2026-03-30 00:54:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dc6b53d3-619a-589f-9427-3759aabece01 with identifier: 7009528auction111131 to the API
2026-03-30 00:54:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009528>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'dc6b53d3-619a-589f-9427-3759aabece01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009528',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 150263,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf Variant 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Variant 1.0 TSI Life',
'vin': None,
'year': 2021}
2026-03-30 00:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009528auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:31 [ecarstrade.nl] INFO: Saving data for 7009528auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623589.500786, 'last_price_update_time': 1774832071.259532}
2026-03-30 00:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009528auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009332> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:54:32 [ecarstrade.nl] INFO: Extracting details for car 7009332auction111131
2026-03-30 00:54:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c with identifier: 7009332auction111131
2026-03-30 00:54:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c with scrape type 2
2026-03-30 00:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c with scrape type 2
2026-03-30 00:54:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c, identifier: 7009332auction111131
2026-03-30 00:54:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c with identifier: 7009332auction111131
2026-03-30 00:54:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c with identifier: 7009332auction111131
2026-03-30 00:54:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c with identifier: 7009332auction111131 to the API
2026-03-30 00:54:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009332>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '174a4e2d-aad6-51e8-bcfe-ace57dee6b7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009332',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 72989,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa 1.2 Turbo Edition',
'transmission': 'manual',
'trim': 'OPEL 1.2 Turbo Edition',
'vin': None,
'year': 2023}
2026-03-30 00:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009332auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:32 [ecarstrade.nl] INFO: Saving data for 7009332auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623444.325769, 'last_price_update_time': 1774832072.502606}
2026-03-30 00:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009332auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010189> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:54:33 [ecarstrade.nl] INFO: Extracting details for car 7010189auction111131
2026-03-30 00:54:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d002c4a-f403-5a50-ae0f-1c12b3353b0e with identifier: 7010189auction111131
2026-03-30 00:54:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d002c4a-f403-5a50-ae0f-1c12b3353b0e with scrape type 2
2026-03-30 00:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d002c4a-f403-5a50-ae0f-1c12b3353b0e with scrape type 2
2026-03-30 00:54:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2d002c4a-f403-5a50-ae0f-1c12b3353b0e, identifier: 7010189auction111131
2026-03-30 00:54:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2d002c4a-f403-5a50-ae0f-1c12b3353b0e with identifier: 7010189auction111131
2026-03-30 00:54:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2d002c4a-f403-5a50-ae0f-1c12b3353b0e with identifier: 7010189auction111131
2026-03-30 00:54:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2d002c4a-f403-5a50-ae0f-1c12b3353b0e with identifier: 7010189auction111131 to the API
2026-03-30 00:54:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:54:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010189>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '2d002c4a-f403-5a50-ae0f-1c12b3353b0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010189',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 145159,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-06',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy Cargo 2.0 TDI Comfort',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Cargo 2.0 TDI Comfort',
'vin': None,
'year': 2021}
2026-03-30 00:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010189auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:33 [ecarstrade.nl] INFO: Saving data for 7010189auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623561.437077, 'last_price_update_time': 1774832073.585137}
2026-03-30 00:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010189auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009675> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:54:33 [ecarstrade.nl] INFO: Extracting details for car 7009675auction111131
2026-03-30 00:54:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e293cf0-4bc9-5688-a8f0-24b2dc97e087 with identifier: 7009675auction111131
2026-03-30 00:54:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e293cf0-4bc9-5688-a8f0-24b2dc97e087 with scrape type 2
2026-03-30 00:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e293cf0-4bc9-5688-a8f0-24b2dc97e087 with scrape type 2
2026-03-30 00:54:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7e293cf0-4bc9-5688-a8f0-24b2dc97e087, identifier: 7009675auction111131
2026-03-30 00:54:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7e293cf0-4bc9-5688-a8f0-24b2dc97e087 with identifier: 7009675auction111131
2026-03-30 00:54:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7e293cf0-4bc9-5688-a8f0-24b2dc97e087 with identifier: 7009675auction111131
2026-03-30 00:54:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7e293cf0-4bc9-5688-a8f0-24b2dc97e087 with identifier: 7009675auction111131 to the API
2026-03-30 00:54:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:54:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009675>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '7e293cf0-4bc9-5688-a8f0-24b2dc97e087',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009675',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 59600,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PureTech Allure',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Allure',
'vin': None,
'year': 2021}
2026-03-30 00:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009675auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:34 [ecarstrade.nl] INFO: Saving data for 7009675auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623420.26806, 'last_price_update_time': 1774832074.295527}
2026-03-30 00:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009675auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009647> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:54:35 [ecarstrade.nl] INFO: Extracting details for car 7009647auction111131
2026-03-30 00:54:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920 with identifier: 7009647auction111131
2026-03-30 00:54:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920 with scrape type 2
2026-03-30 00:54:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920 with scrape type 2
2026-03-30 00:54:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920, identifier: 7009647auction111131
2026-03-30 00:54:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920 with identifier: 7009647auction111131
2026-03-30 00:54:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920 with identifier: 7009647auction111131
2026-03-30 00:54:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920 with identifier: 7009647auction111131 to the API
2026-03-30 00:54:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:54:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009647>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '8a88dcc9-5767-5c7b-a53c-4ef8b9d34920',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009647',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 99201,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-10',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EB Connected',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EB Connected',
'vin': None,
'year': 2022}
2026-03-30 00:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009647auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:36 [ecarstrade.nl] INFO: Saving data for 7009647auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623445.038491, 'last_price_update_time': 1774832076.276059}
2026-03-30 00:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009647auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009320> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:37 [ecarstrade.nl] INFO: Extracting details for car 7009320auction111131
2026-03-30 00:54:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4 with identifier: 7009320auction111131
2026-03-30 00:54:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4 with scrape type 2
2026-03-30 00:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4 with scrape type 2
2026-03-30 00:54:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4, identifier: 7009320auction111131
2026-03-30 00:54:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4 with identifier: 7009320auction111131
2026-03-30 00:54:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4 with identifier: 7009320auction111131
2026-03-30 00:54:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4 with identifier: 7009320auction111131 to the API
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009320>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009320',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 143310,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf Variant 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Variant 1.0 TSI Life',
'vin': None,
'year': 2021}
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009320auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Saving data for 7009320auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623445.910792, 'last_price_update_time': 1774832078.178415}
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009320auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009342> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Extracting details for car 7009342auction111131
2026-03-30 00:54:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0deacc51-3c39-564c-b565-21238fcb3743 with identifier: 7009342auction111131
2026-03-30 00:54:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0deacc51-3c39-564c-b565-21238fcb3743 with scrape type 2
2026-03-30 00:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0deacc51-3c39-564c-b565-21238fcb3743 with scrape type 2
2026-03-30 00:54:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0deacc51-3c39-564c-b565-21238fcb3743, identifier: 7009342auction111131
2026-03-30 00:54:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0deacc51-3c39-564c-b565-21238fcb3743 with identifier: 7009342auction111131
2026-03-30 00:54:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0deacc51-3c39-564c-b565-21238fcb3743 with identifier: 7009342auction111131
2026-03-30 00:54:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0deacc51-3c39-564c-b565-21238fcb3743 with identifier: 7009342auction111131 to the API
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009342>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '0deacc51-3c39-564c-b565-21238fcb3743',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009342',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 44158,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-02',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PT Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active Pack',
'vin': None,
'year': 2023}
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009342auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Saving data for 7009342auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623443.611974, 'last_price_update_time': 1774832078.679878}
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009342auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Found listing with ID: 7009309auction111131
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009309auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Scrape type for 7009309auction111131: 2
2026-03-30 00:54:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Found listing with ID: 7009317auction111131
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009317auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Scrape type for 7009317auction111131: 2
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Found listing with ID: 7010193auction111131
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010193auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Scrape type for 7010193auction111131: 2
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Found listing with ID: 7009271auction111131
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009271auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Scrape type for 7009271auction111131: 2
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Found listing with ID: 7009325auction111131
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009325auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Scrape type for 7009325auction111131: 2
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Found listing with ID: 7009628auction111131
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009628auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Scrape type for 7009628auction111131: 2
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Found listing with ID: 7009268auction111131
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009268auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Scrape type for 7009268auction111131: 2
2026-03-30 00:54:38 [ecarstrade.nl] INFO: Found listing with ID: 7009596auction111131
2026-03-30 00:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009596auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Scrape type for 7009596auction111131: 2
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Found listing with ID: 7009356auction111131
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009356auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Scrape type for 7009356auction111131: 2
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Found listing with ID: 7009377auction111131
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009377auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Scrape type for 7009377auction111131: 2
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Found listing with ID: 7009485auction111131
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009485auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Scrape type for 7009485auction111131: 2
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Found listing with ID: 7009623auction111131
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009623auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Scrape type for 7009623auction111131: 2
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Found listing with ID: 7009643auction111131
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009643auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Scrape type for 7009643auction111131: 2
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Found listing with ID: 7009654auction111131
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009654auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Scrape type for 7009654auction111131: 2
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Found listing with ID: 7011353auction111131
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277011353auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Scrape type for 7011353auction111131: 2
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Found listing with ID: 7009348auction111131
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009348auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Scrape type for 7009348auction111131: 2
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Found listing with ID: 7010190auction111131
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010190auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Scrape type for 7010190auction111131: 2
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Found listing with ID: 7010543auction111131
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010543auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Scrape type for 7010543auction111131: 2
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Found listing with ID: 7009336auction111131
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009336auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Scrape type for 7009336auction111131: 2
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Found listing with ID: 7009637auction111131
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009637auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Scrape type for 7009637auction111131: 2
2026-03-30 00:54:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009659> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:39 [ecarstrade.nl] INFO: Extracting details for car 7009659auction111131
2026-03-30 00:54:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc30d0c5-a2af-5f27-9431-2a1fed3f29b1 with identifier: 7009659auction111131
2026-03-30 00:54:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc30d0c5-a2af-5f27-9431-2a1fed3f29b1 with scrape type 2
2026-03-30 00:54:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc30d0c5-a2af-5f27-9431-2a1fed3f29b1 with scrape type 2
2026-03-30 00:54:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cc30d0c5-a2af-5f27-9431-2a1fed3f29b1, identifier: 7009659auction111131
2026-03-30 00:54:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cc30d0c5-a2af-5f27-9431-2a1fed3f29b1 with identifier: 7009659auction111131
2026-03-30 00:54:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cc30d0c5-a2af-5f27-9431-2a1fed3f29b1 with identifier: 7009659auction111131
2026-03-30 00:54:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cc30d0c5-a2af-5f27-9431-2a1fed3f29b1 with identifier: 7009659auction111131 to the API
2026-03-30 00:54:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54: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-30 00:54:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009659>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'cc30d0c5-a2af-5f27-9431-2a1fed3f29b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009659',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 57702,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-13',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-208 EV GT 350 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT EV GT 350 50 kWh',
'vin': None,
'year': 2022}
2026-03-30 00:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009659auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:40 [ecarstrade.nl] INFO: Saving data for 7009659auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623423.997515, 'last_price_update_time': 1774832080.335326}
2026-03-30 00:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009659auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009288> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:54:41 [ecarstrade.nl] INFO: Extracting details for car 7009288auction111131
2026-03-30 00:54:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d57de6dc-2f1b-54fa-83dc-6650bccd309b with identifier: 7009288auction111131
2026-03-30 00:54:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d57de6dc-2f1b-54fa-83dc-6650bccd309b with scrape type 2
2026-03-30 00:54:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d57de6dc-2f1b-54fa-83dc-6650bccd309b with scrape type 2
2026-03-30 00:54:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d57de6dc-2f1b-54fa-83dc-6650bccd309b, identifier: 7009288auction111131
2026-03-30 00:54:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d57de6dc-2f1b-54fa-83dc-6650bccd309b with identifier: 7009288auction111131
2026-03-30 00:54:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d57de6dc-2f1b-54fa-83dc-6650bccd309b with identifier: 7009288auction111131
2026-03-30 00:54:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d57de6dc-2f1b-54fa-83dc-6650bccd309b with identifier: 7009288auction111131 to the API
2026-03-30 00:54:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:54:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009288>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd57de6dc-2f1b-54fa-83dc-6650bccd309b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009288',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 155986,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-06',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL ASTRA 1.2 Edition',
'transmission': 'manual',
'trim': 'OPEL ASTRA 1.2 Edition',
'vin': None,
'year': 2023}
2026-03-30 00:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009288auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:41 [ecarstrade.nl] INFO: Saving data for 7009288auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623427.222749, 'last_price_update_time': 1774832081.382237}
2026-03-30 00:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009288auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009631> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:54:41 [ecarstrade.nl] INFO: Extracting details for car 7009631auction111131
2026-03-30 00:54:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 513c93e8-9986-577f-9558-096796c9a906 with identifier: 7009631auction111131
2026-03-30 00:54:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 513c93e8-9986-577f-9558-096796c9a906 with scrape type 2
2026-03-30 00:54:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 513c93e8-9986-577f-9558-096796c9a906 with scrape type 2
2026-03-30 00:54:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 513c93e8-9986-577f-9558-096796c9a906, identifier: 7009631auction111131
2026-03-30 00:54:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 513c93e8-9986-577f-9558-096796c9a906 with identifier: 7009631auction111131
2026-03-30 00:54:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 513c93e8-9986-577f-9558-096796c9a906 with identifier: 7009631auction111131
2026-03-30 00:54:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 513c93e8-9986-577f-9558-096796c9a906 with identifier: 7009631auction111131 to the API
2026-03-30 00:54:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:54:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009631>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '513c93e8-9986-577f-9558-096796c9a906',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009631',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 131945,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Kona EV Fashion 64 kWh',
'transmission': 'automatic',
'trim': 'HYUNDAI EV Fashion 64 kWh',
'vin': None,
'year': 2020}
2026-03-30 00:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009631auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:41 [ecarstrade.nl] INFO: Saving data for 7009631auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623398.162725, 'last_price_update_time': 1774832081.907306}
2026-03-30 00:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009631auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009295> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:54:42 [ecarstrade.nl] INFO: Extracting details for car 7009295auction111131
2026-03-30 00:54:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7d24354-621e-552b-87dd-ce58a35b67fc with identifier: 7009295auction111131
2026-03-30 00:54:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7d24354-621e-552b-87dd-ce58a35b67fc with scrape type 2
2026-03-30 00:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7d24354-621e-552b-87dd-ce58a35b67fc with scrape type 2
2026-03-30 00:54:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c7d24354-621e-552b-87dd-ce58a35b67fc, identifier: 7009295auction111131
2026-03-30 00:54:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c7d24354-621e-552b-87dd-ce58a35b67fc with identifier: 7009295auction111131
2026-03-30 00:54:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c7d24354-621e-552b-87dd-ce58a35b67fc with identifier: 7009295auction111131
2026-03-30 00:54:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c7d24354-621e-552b-87dd-ce58a35b67fc with identifier: 7009295auction111131 to the API
2026-03-30 00:54:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:54:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009295>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'c7d24354-621e-552b-87dd-ce58a35b67fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009295',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 158906,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-30',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI Life Bns',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO 1.0 TSI Life Bns',
'vin': None,
'year': 2022}
2026-03-30 00:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009295auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:43 [ecarstrade.nl] INFO: Saving data for 7009295auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623383.987897, 'last_price_update_time': 1774832083.011782}
2026-03-30 00:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009295auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010199> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:54:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009655> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:54:45 [ecarstrade.nl] INFO: Extracting details for car 7010199auction111131
2026-03-30 00:54:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99604f8a-615b-5e67-957b-b27ad31bce99 with identifier: 7010199auction111131
2026-03-30 00:54:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99604f8a-615b-5e67-957b-b27ad31bce99 with scrape type 2
2026-03-30 00:54:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99604f8a-615b-5e67-957b-b27ad31bce99 with scrape type 2
2026-03-30 00:54:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 99604f8a-615b-5e67-957b-b27ad31bce99, identifier: 7010199auction111131
2026-03-30 00:54:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 99604f8a-615b-5e67-957b-b27ad31bce99 with identifier: 7010199auction111131
2026-03-30 00:54:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 99604f8a-615b-5e67-957b-b27ad31bce99 with identifier: 7010199auction111131
2026-03-30 00:54:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 99604f8a-615b-5e67-957b-b27ad31bce99 with identifier: 7010199auction111131 to the API
2026-03-30 00:54:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010199>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '99604f8a-615b-5e67-957b-b27ad31bce99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010199',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 23390,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-30',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO Z.E. Maxi',
'transmission': 'automatic',
'trim': 'RENAULT KANGOO Z.E. Maxi',
'vin': None,
'year': 2020}
2026-03-30 00:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010199auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:46 [ecarstrade.nl] INFO: Saving data for 7010199auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623384.541474, 'last_price_update_time': 1774832086.344407}
2026-03-30 00:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010199auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:46 [ecarstrade.nl] INFO: Extracting details for car 7009655auction111131
2026-03-30 00:54:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481 with identifier: 7009655auction111131
2026-03-30 00:54:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481 with scrape type 2
2026-03-30 00:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481 with scrape type 2
2026-03-30 00:54:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481, identifier: 7009655auction111131
2026-03-30 00:54:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481 with identifier: 7009655auction111131
2026-03-30 00:54:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481 with identifier: 7009655auction111131
2026-03-30 00:54:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481 with identifier: 7009655auction111131 to the API
2026-03-30 00:54:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009655>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '8f5ab9ec-0cf6-54c1-a952-fb24ff31a481',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009655',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 35849,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PT Allure',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Allure',
'vin': None,
'year': 2022}
2026-03-30 00:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009655auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:46 [ecarstrade.nl] INFO: Saving data for 7009655auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623394.849798, 'last_price_update_time': 1774832086.752633}
2026-03-30 00:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009655auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009293> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:46 [ecarstrade.nl] INFO: Extracting details for car 7009293auction111131
2026-03-30 00:54:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75ef6b67-c87b-5578-98bd-2dfccf06483a with identifier: 7009293auction111131
2026-03-30 00:54:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75ef6b67-c87b-5578-98bd-2dfccf06483a with scrape type 2
2026-03-30 00:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75ef6b67-c87b-5578-98bd-2dfccf06483a with scrape type 2
2026-03-30 00:54:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 75ef6b67-c87b-5578-98bd-2dfccf06483a, identifier: 7009293auction111131
2026-03-30 00:54:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 75ef6b67-c87b-5578-98bd-2dfccf06483a with identifier: 7009293auction111131
2026-03-30 00:54:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 75ef6b67-c87b-5578-98bd-2dfccf06483a with identifier: 7009293auction111131
2026-03-30 00:54:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 75ef6b67-c87b-5578-98bd-2dfccf06483a with identifier: 7009293auction111131 to the API
2026-03-30 00:54:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:54:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009293>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '75ef6b67-c87b-5578-98bd-2dfccf06483a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009293',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 28819,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PureTech Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Active Pack',
'vin': None,
'year': 2022}
2026-03-30 00:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009293auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:47 [ecarstrade.nl] INFO: Saving data for 7009293auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623422.029231, 'last_price_update_time': 1774832087.234002}
2026-03-30 00:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009293auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010193> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:54:48 [ecarstrade.nl] INFO: Extracting details for car 7010193auction111131
2026-03-30 00:54:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 160495c4-54f1-50a6-a217-fd3fd3347e60 with identifier: 7010193auction111131
2026-03-30 00:54:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 160495c4-54f1-50a6-a217-fd3fd3347e60 with scrape type 2
2026-03-30 00:54:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 160495c4-54f1-50a6-a217-fd3fd3347e60 with scrape type 2
2026-03-30 00:54:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 160495c4-54f1-50a6-a217-fd3fd3347e60, identifier: 7010193auction111131
2026-03-30 00:54:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 160495c4-54f1-50a6-a217-fd3fd3347e60 with identifier: 7010193auction111131
2026-03-30 00:54:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 160495c4-54f1-50a6-a217-fd3fd3347e60 with identifier: 7010193auction111131
2026-03-30 00:54:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 160495c4-54f1-50a6-a217-fd3fd3347e60 with identifier: 7010193auction111131 to the API
2026-03-30 00:54:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010193>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '160495c4-54f1-50a6-a217-fd3fd3347e60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010193',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 48444,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-30',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy 2.0 TDI L1H1 BMT Com',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 2.0 TDI L1H1 BMT Com',
'vin': None,
'year': 2019}
2026-03-30 00:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010193auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:48 [ecarstrade.nl] INFO: Saving data for 7010193auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623430.227561, 'last_price_update_time': 1774832088.581624}
2026-03-30 00:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010193auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009271> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:49 [ecarstrade.nl] INFO: Extracting details for car 7009271auction111131
2026-03-30 00:54:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe2d203-320c-5efd-930a-3d3b4ec40b2f with identifier: 7009271auction111131
2026-03-30 00:54:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe2d203-320c-5efd-930a-3d3b4ec40b2f with scrape type 2
2026-03-30 00:54:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfe2d203-320c-5efd-930a-3d3b4ec40b2f with scrape type 2
2026-03-30 00:54:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dfe2d203-320c-5efd-930a-3d3b4ec40b2f, identifier: 7009271auction111131
2026-03-30 00:54:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dfe2d203-320c-5efd-930a-3d3b4ec40b2f with identifier: 7009271auction111131
2026-03-30 00:54:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dfe2d203-320c-5efd-930a-3d3b4ec40b2f with identifier: 7009271auction111131
2026-03-30 00:54:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dfe2d203-320c-5efd-930a-3d3b4ec40b2f with identifier: 7009271auction111131 to the API
2026-03-30 00:54:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:54:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009271>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'dfe2d203-320c-5efd-930a-3d3b4ec40b2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009271',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Citroen',
'model': 'C3',
'odometer': 101850,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C3 1.2 PureTech Shine',
'transmission': 'automatic',
'trim': 'CITROEN 1.2 PureTech Shine',
'vin': None,
'year': 2022}
2026-03-30 00:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009271auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:49 [ecarstrade.nl] INFO: Saving data for 7009271auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623396.655757, 'last_price_update_time': 1774832089.712948}
2026-03-30 00:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009271auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009317> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:49 [ecarstrade.nl] INFO: Extracting details for car 7009317auction111131
2026-03-30 00:54:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009309> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92a1221f-51d4-5132-b1ab-22a36daf22e2 with identifier: 7009317auction111131
2026-03-30 00:54:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92a1221f-51d4-5132-b1ab-22a36daf22e2 with scrape type 2
2026-03-30 00:54:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92a1221f-51d4-5132-b1ab-22a36daf22e2 with scrape type 2
2026-03-30 00:54:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 92a1221f-51d4-5132-b1ab-22a36daf22e2, identifier: 7009317auction111131
2026-03-30 00:54:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 92a1221f-51d4-5132-b1ab-22a36daf22e2 with identifier: 7009317auction111131
2026-03-30 00:54:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 92a1221f-51d4-5132-b1ab-22a36daf22e2 with identifier: 7009317auction111131
2026-03-30 00:54:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 92a1221f-51d4-5132-b1ab-22a36daf22e2 with identifier: 7009317auction111131 to the API
2026-03-30 00:54:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009317>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '92a1221f-51d4-5132-b1ab-22a36daf22e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009317',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 40167,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 1.0 Hybrid Dolcevita',
'transmission': 'manual',
'trim': 'FIAT 1.0 Hybrid Dolcevita',
'vin': None,
'year': 2022}
2026-03-30 00:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009317auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:51 [ecarstrade.nl] INFO: Saving data for 7009317auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623426.543733, 'last_price_update_time': 1774832091.248117}
2026-03-30 00:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009317auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:51 [ecarstrade.nl] INFO: Extracting details for car 7009309auction111131
2026-03-30 00:54:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f324f42-4b68-514b-af23-fc87daf437d0 with identifier: 7009309auction111131
2026-03-30 00:54:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f324f42-4b68-514b-af23-fc87daf437d0 with scrape type 2
2026-03-30 00:54:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f324f42-4b68-514b-af23-fc87daf437d0 with scrape type 2
2026-03-30 00:54:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1f324f42-4b68-514b-af23-fc87daf437d0, identifier: 7009309auction111131
2026-03-30 00:54:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1f324f42-4b68-514b-af23-fc87daf437d0 with identifier: 7009309auction111131
2026-03-30 00:54:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1f324f42-4b68-514b-af23-fc87daf437d0 with identifier: 7009309auction111131
2026-03-30 00:54:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1f324f42-4b68-514b-af23-fc87daf437d0 with identifier: 7009309auction111131 to the API
2026-03-30 00:54:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009309>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '1f324f42-4b68-514b-af23-fc87daf437d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009309',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 177074,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Grandland 1.2 Turbo Level 2',
'transmission': 'manual',
'trim': 'OPEL Grandland 1.2 Turbo Level 2',
'vin': None,
'year': 2023}
2026-03-30 00:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009309auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:51 [ecarstrade.nl] INFO: Saving data for 7009309auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623418.964713, 'last_price_update_time': 1774832091.714792}
2026-03-30 00:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009309auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009628> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:53 [ecarstrade.nl] INFO: Extracting details for car 7009628auction111131
2026-03-30 00:54:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f0fbfa9-c855-5c17-8415-1b05b326d7e1 with identifier: 7009628auction111131
2026-03-30 00:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f0fbfa9-c855-5c17-8415-1b05b326d7e1 with scrape type 2
2026-03-30 00:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f0fbfa9-c855-5c17-8415-1b05b326d7e1 with scrape type 2
2026-03-30 00:54:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1f0fbfa9-c855-5c17-8415-1b05b326d7e1, identifier: 7009628auction111131
2026-03-30 00:54:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1f0fbfa9-c855-5c17-8415-1b05b326d7e1 with identifier: 7009628auction111131
2026-03-30 00:54:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1f0fbfa9-c855-5c17-8415-1b05b326d7e1 with identifier: 7009628auction111131
2026-03-30 00:54:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1f0fbfa9-c855-5c17-8415-1b05b326d7e1 with identifier: 7009628auction111131 to the API
2026-03-30 00:54:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009628>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '1f0fbfa9-c855-5c17-8415-1b05b326d7e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009628',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 42140,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-31',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa 1.2 Edition',
'transmission': 'manual',
'trim': 'OPEL 1.2 Edition',
'vin': None,
'year': 2022}
2026-03-30 00:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009628auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:53 [ecarstrade.nl] INFO: Saving data for 7009628auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623469.719413, 'last_price_update_time': 1774832093.676536}
2026-03-30 00:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009628auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009325> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009268> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:53 [ecarstrade.nl] INFO: Extracting details for car 7009325auction111131
2026-03-30 00:54:53 [ecarstrade.nl] INFO: Extracting details for car 7009268auction111131
2026-03-30 00:54:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 674afbdb-eabf-540f-9756-f356fa25360b with identifier: 7009325auction111131
2026-03-30 00:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 674afbdb-eabf-540f-9756-f356fa25360b with scrape type 2
2026-03-30 00:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 674afbdb-eabf-540f-9756-f356fa25360b with scrape type 2
2026-03-30 00:54:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 674afbdb-eabf-540f-9756-f356fa25360b, identifier: 7009325auction111131
2026-03-30 00:54:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a with identifier: 7009268auction111131
2026-03-30 00:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a with scrape type 2
2026-03-30 00:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a with scrape type 2
2026-03-30 00:54:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a, identifier: 7009268auction111131
2026-03-30 00:54:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 674afbdb-eabf-540f-9756-f356fa25360b with identifier: 7009325auction111131
2026-03-30 00:54:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 674afbdb-eabf-540f-9756-f356fa25360b with identifier: 7009325auction111131
2026-03-30 00:54:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 674afbdb-eabf-540f-9756-f356fa25360b with identifier: 7009325auction111131 to the API
2026-03-30 00:54:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:54:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009325>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '674afbdb-eabf-540f-9756-f356fa25360b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009325',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 60983,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-26',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PT Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active Pack',
'vin': None,
'year': 2022}
2026-03-30 00:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009325auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:55 [ecarstrade.nl] INFO: Saving data for 7009325auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623396.049073, 'last_price_update_time': 1774832095.178202}
2026-03-30 00:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009325auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a with identifier: 7009268auction111131
2026-03-30 00:54:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a with identifier: 7009268auction111131
2026-03-30 00:54:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a with identifier: 7009268auction111131 to the API
2026-03-30 00:54:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:54:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009268>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009268',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 59438,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PureTech Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Active Pack',
'vin': None,
'year': 2022}
2026-03-30 00:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009268auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:55 [ecarstrade.nl] INFO: Saving data for 7009268auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623469.191537, 'last_price_update_time': 1774832095.53525}
2026-03-30 00:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009268auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009596> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:55 [ecarstrade.nl] INFO: Extracting details for car 7009596auction111131
2026-03-30 00:54:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fac260f-adf6-5e9c-ae8b-8c761768d62f with identifier: 7009596auction111131
2026-03-30 00:54:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fac260f-adf6-5e9c-ae8b-8c761768d62f with scrape type 2
2026-03-30 00:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fac260f-adf6-5e9c-ae8b-8c761768d62f with scrape type 2
2026-03-30 00:54:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2fac260f-adf6-5e9c-ae8b-8c761768d62f, identifier: 7009596auction111131
2026-03-30 00:54:55 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:54:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2fac260f-adf6-5e9c-ae8b-8c761768d62f with identifier: 7009596auction111131
2026-03-30 00:54:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2fac260f-adf6-5e9c-ae8b-8c761768d62f with identifier: 7009596auction111131
2026-03-30 00:54:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2fac260f-adf6-5e9c-ae8b-8c761768d62f with identifier: 7009596auction111131 to the API
2026-03-30 00:54:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009596>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '2fac260f-adf6-5e9c-ae8b-8c761768d62f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009596',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Megane',
'odometer': 122171,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Mégane Estate 1.3 TCe Limited',
'transmission': 'automatic',
'trim': 'RENAULT Mégane Estate 1.3 TCe Limited',
'vin': None,
'year': 2020}
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009596auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Saving data for 7009596auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623553.824138, 'last_price_update_time': 1774832096.698417}
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009596auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7009283auction111131
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009283auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Scrape type for 7009283auction111131: 2
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7009337auction111131
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009337auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Scrape type for 7009337auction111131: 2
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7009609auction111131
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009609auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Scrape type for 7009609auction111131: 2
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7010172auction111131
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010172auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Scrape type for 7010172auction111131: 2
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7011356auction111131
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277011356auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Scrape type for 7011356auction111131: 2
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7009330auction111131
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009330auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Scrape type for 7009330auction111131: 2
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7009511auction111131
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009511auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Scrape type for 7009511auction111131: 2
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7009629auction111131
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009629auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Scrape type for 7009629auction111131: 2
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7009639auction111131
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009639auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Scrape type for 7009639auction111131: 2
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7010178auction111131
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010178auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Scrape type for 7010178auction111131: 2
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7009306auction111131
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009306auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Scrape type for 7009306auction111131: 2
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7009667auction111131
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009667auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Scrape type for 7009667auction111131: 2
2026-03-30 00:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009637> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7009303auction111131
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009303auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Scrape type for 7009303auction111131: 2
2026-03-30 00:54:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7009326auction111131
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009326auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Scrape type for 7009326auction111131: 2
2026-03-30 00:54:56 [ecarstrade.nl] INFO: Found listing with ID: 7009614auction111131
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009614auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:57 [ecarstrade.nl] INFO: Scrape type for 7009614auction111131: 2
2026-03-30 00:54:57 [ecarstrade.nl] INFO: Found listing with ID: 7009645auction111131
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009645auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:57 [ecarstrade.nl] INFO: Scrape type for 7009645auction111131: 2
2026-03-30 00:54:57 [ecarstrade.nl] INFO: Found listing with ID: 7010195auction111131
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010195auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:57 [ecarstrade.nl] INFO: Scrape type for 7010195auction111131: 2
2026-03-30 00:54:57 [ecarstrade.nl] INFO: Found listing with ID: 7010538auction111131
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010538auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:57 [ecarstrade.nl] INFO: Scrape type for 7010538auction111131: 2
2026-03-30 00:54:57 [ecarstrade.nl] INFO: Extracting details for car 7009637auction111131
2026-03-30 00:54:57 [ecarstrade.nl] INFO: Found listing with ID: 7009292auction111131
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009292auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:57 [ecarstrade.nl] INFO: Scrape type for 7009292auction111131: 2
2026-03-30 00:54:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 554a9cae-7661-547d-b182-a5aa10bfec48 with identifier: 7009637auction111131
2026-03-30 00:54:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 554a9cae-7661-547d-b182-a5aa10bfec48 with scrape type 2
2026-03-30 00:54:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 554a9cae-7661-547d-b182-a5aa10bfec48 with scrape type 2
2026-03-30 00:54:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 554a9cae-7661-547d-b182-a5aa10bfec48, identifier: 7009637auction111131
2026-03-30 00:54:57 [ecarstrade.nl] INFO: Found listing with ID: 7010194auction111131
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010194auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:57 [ecarstrade.nl] INFO: Scrape type for 7010194auction111131: 2
2026-03-30 00:54:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 554a9cae-7661-547d-b182-a5aa10bfec48 with identifier: 7009637auction111131
2026-03-30 00:54:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 554a9cae-7661-547d-b182-a5aa10bfec48 with identifier: 7009637auction111131
2026-03-30 00:54:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 554a9cae-7661-547d-b182-a5aa10bfec48 with identifier: 7009637auction111131 to the API
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:54:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009637>
{'auction_title': '',
'c_o_2_emission_value': 93,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '554a9cae-7661-547d-b182-a5aa10bfec48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009637',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 48243,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa 1.2 Edition',
'transmission': 'manual',
'trim': 'OPEL 1.2 Edition',
'vin': None,
'year': 2021}
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009637auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:57 [ecarstrade.nl] INFO: Saving data for 7009637auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623575.932693, 'last_price_update_time': 1774832097.558109}
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009637auction111131') HTTP/1.1" 204 0
2026-03-30 00:54:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010543> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:54:58 [ecarstrade.nl] INFO: Extracting details for car 7010543auction111131
2026-03-30 00:54:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeda7f7b-ff4a-5acc-9290-f21326a7e285 with identifier: 7010543auction111131
2026-03-30 00:54:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeda7f7b-ff4a-5acc-9290-f21326a7e285 with scrape type 2
2026-03-30 00:54:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aeda7f7b-ff4a-5acc-9290-f21326a7e285 with scrape type 2
2026-03-30 00:54:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aeda7f7b-ff4a-5acc-9290-f21326a7e285, identifier: 7010543auction111131
2026-03-30 00:54:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aeda7f7b-ff4a-5acc-9290-f21326a7e285 with identifier: 7010543auction111131
2026-03-30 00:54:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aeda7f7b-ff4a-5acc-9290-f21326a7e285 with identifier: 7010543auction111131
2026-03-30 00:54:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aeda7f7b-ff4a-5acc-9290-f21326a7e285 with identifier: 7010543auction111131 to the API
2026-03-30 00:54:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:54:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010543>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'aeda7f7b-ff4a-5acc-9290-f21326a7e285',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010543',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 82779,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-05',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PT Allure Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Allure Pack',
'vin': None,
'year': 2021}
2026-03-30 00:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010543auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:54:59 [ecarstrade.nl] INFO: Saving data for 7010543auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774637576.537717, 'last_price_update_time': 1774832099.829984}
2026-03-30 00:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010543auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010190> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:55:00 [ecarstrade.nl] INFO: Extracting details for car 7010190auction111131
2026-03-30 00:55:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb87850d-ed1c-5792-a74a-0d0ab100fea5 with identifier: 7010190auction111131
2026-03-30 00:55:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb87850d-ed1c-5792-a74a-0d0ab100fea5 with scrape type 2
2026-03-30 00:55:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb87850d-ed1c-5792-a74a-0d0ab100fea5 with scrape type 2
2026-03-30 00:55:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fb87850d-ed1c-5792-a74a-0d0ab100fea5, identifier: 7010190auction111131
2026-03-30 00:55:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fb87850d-ed1c-5792-a74a-0d0ab100fea5 with identifier: 7010190auction111131
2026-03-30 00:55:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fb87850d-ed1c-5792-a74a-0d0ab100fea5 with identifier: 7010190auction111131
2026-03-30 00:55:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fb87850d-ed1c-5792-a74a-0d0ab100fea5 with identifier: 7010190auction111131 to the API
2026-03-30 00:55:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:55:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010190>
{'auction_title': '',
'c_o_2_emission_value': 204,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'fb87850d-ed1c-5792-a74a-0d0ab100fea5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010190',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit',
'odometer': 111412,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-04',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit 350 2.2 TDCI Trend',
'transmission': 'manual',
'trim': 'FORD 350 2.2 TDCI Trend',
'vin': None,
'year': 2015}
2026-03-30 00:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010190auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:00 [ecarstrade.nl] INFO: Saving data for 7010190auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623596.328403, 'last_price_update_time': 1774832100.840152}
2026-03-30 00:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010190auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009336> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:55:00 [ecarstrade.nl] INFO: Extracting details for car 7009336auction111131
2026-03-30 00:55:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 874c7316-50e5-562a-8d18-16f31ea6742a with identifier: 7009336auction111131
2026-03-30 00:55:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 874c7316-50e5-562a-8d18-16f31ea6742a with scrape type 2
2026-03-30 00:55:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 874c7316-50e5-562a-8d18-16f31ea6742a with scrape type 2
2026-03-30 00:55:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 874c7316-50e5-562a-8d18-16f31ea6742a, identifier: 7009336auction111131
2026-03-30 00:55:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 874c7316-50e5-562a-8d18-16f31ea6742a with identifier: 7009336auction111131
2026-03-30 00:55:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 874c7316-50e5-562a-8d18-16f31ea6742a with identifier: 7009336auction111131
2026-03-30 00:55:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 874c7316-50e5-562a-8d18-16f31ea6742a with identifier: 7009336auction111131 to the API
2026-03-30 00:55:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:55:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009336>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '874c7316-50e5-562a-8d18-16f31ea6742a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009336',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'Micra',
'odometer': 51079,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA 1.0 IG-T N-Design',
'transmission': 'manual',
'trim': 'NISSAN MICRA 1.0 IG-T N-Design',
'vin': None,
'year': 2021}
2026-03-30 00:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009336auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:01 [ecarstrade.nl] INFO: Saving data for 7009336auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623597.096153, 'last_price_update_time': 1774832101.381222}
2026-03-30 00:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009336auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011353> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:55:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009348> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:55:01 [ecarstrade.nl] INFO: Extracting details for car 7011353auction111131
2026-03-30 00:55:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95a81141-4b30-5868-adcb-5c1ff1f0e284 with identifier: 7011353auction111131
2026-03-30 00:55:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95a81141-4b30-5868-adcb-5c1ff1f0e284 with scrape type 2
2026-03-30 00:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95a81141-4b30-5868-adcb-5c1ff1f0e284 with scrape type 2
2026-03-30 00:55:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 95a81141-4b30-5868-adcb-5c1ff1f0e284, identifier: 7011353auction111131
2026-03-30 00:55:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 95a81141-4b30-5868-adcb-5c1ff1f0e284 with identifier: 7011353auction111131
2026-03-30 00:55:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 95a81141-4b30-5868-adcb-5c1ff1f0e284 with identifier: 7011353auction111131
2026-03-30 00:55:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 95a81141-4b30-5868-adcb-5c1ff1f0e284 with identifier: 7011353auction111131 to the API
2026-03-30 00:55:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:55:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011353>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '95a81141-4b30-5868-adcb-5c1ff1f0e284',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011353',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 39399,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-19',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PT Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active',
'vin': None,
'year': 2021}
2026-03-30 00:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277011353auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:02 [ecarstrade.nl] INFO: Saving data for 7011353auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774637575.858506, 'last_price_update_time': 1774832102.313391}
2026-03-30 00:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7011353auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:02 [ecarstrade.nl] INFO: Extracting details for car 7009348auction111131
2026-03-30 00:55:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9833dc8f-8077-5720-b8ea-415364a4c558 with identifier: 7009348auction111131
2026-03-30 00:55:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9833dc8f-8077-5720-b8ea-415364a4c558 with scrape type 2
2026-03-30 00:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9833dc8f-8077-5720-b8ea-415364a4c558 with scrape type 2
2026-03-30 00:55:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9833dc8f-8077-5720-b8ea-415364a4c558, identifier: 7009348auction111131
2026-03-30 00:55:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9833dc8f-8077-5720-b8ea-415364a4c558 with identifier: 7009348auction111131
2026-03-30 00:55:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9833dc8f-8077-5720-b8ea-415364a4c558 with identifier: 7009348auction111131
2026-03-30 00:55:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9833dc8f-8077-5720-b8ea-415364a4c558 with identifier: 7009348auction111131 to the API
2026-03-30 00:55:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:55:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009348>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '9833dc8f-8077-5720-b8ea-415364a4c558',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009348',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 77642,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PT Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active Pack',
'vin': None,
'year': 2022}
2026-03-30 00:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009348auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:02 [ecarstrade.nl] INFO: Saving data for 7009348auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623471.43681, 'last_price_update_time': 1774832102.692135}
2026-03-30 00:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009348auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009623> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009643> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:03 [ecarstrade.nl] INFO: Extracting details for car 7009623auction111131
2026-03-30 00:55:03 [ecarstrade.nl] INFO: Extracting details for car 7009643auction111131
2026-03-30 00:55:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 505f0a19-2aab-5186-9644-dfd4b5b68602 with identifier: 7009623auction111131
2026-03-30 00:55:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 505f0a19-2aab-5186-9644-dfd4b5b68602 with scrape type 2
2026-03-30 00:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 505f0a19-2aab-5186-9644-dfd4b5b68602 with scrape type 2
2026-03-30 00:55:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 505f0a19-2aab-5186-9644-dfd4b5b68602, identifier: 7009623auction111131
2026-03-30 00:55:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 090bb38b-3e85-5bba-b930-7155b033c708 with identifier: 7009643auction111131
2026-03-30 00:55:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 090bb38b-3e85-5bba-b930-7155b033c708 with scrape type 2
2026-03-30 00:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 090bb38b-3e85-5bba-b930-7155b033c708 with scrape type 2
2026-03-30 00:55:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 090bb38b-3e85-5bba-b930-7155b033c708, identifier: 7009643auction111131
2026-03-30 00:55:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 505f0a19-2aab-5186-9644-dfd4b5b68602 with identifier: 7009623auction111131
2026-03-30 00:55:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 505f0a19-2aab-5186-9644-dfd4b5b68602 with identifier: 7009623auction111131
2026-03-30 00:55:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 505f0a19-2aab-5186-9644-dfd4b5b68602 with identifier: 7009623auction111131 to the API
2026-03-30 00:55:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009623>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '505f0a19-2aab-5186-9644-dfd4b5b68602',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009623',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 105480,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-11',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta 1.0 EBH Titanium',
'transmission': 'manual',
'trim': 'FORD 1.0 EBH Titanium',
'vin': None,
'year': 2022}
2026-03-30 00:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009623auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:04 [ecarstrade.nl] INFO: Saving data for 7009623auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623470.939995, 'last_price_update_time': 1774832104.04283}
2026-03-30 00:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009623auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 090bb38b-3e85-5bba-b930-7155b033c708 with identifier: 7009643auction111131
2026-03-30 00:55:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 090bb38b-3e85-5bba-b930-7155b033c708 with identifier: 7009643auction111131
2026-03-30 00:55:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 090bb38b-3e85-5bba-b930-7155b033c708 with identifier: 7009643auction111131 to the API
2026-03-30 00:55:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009643>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '090bb38b-3e85-5bba-b930-7155b033c708',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009643',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 119080,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.5 EcoBlue Trend Edition Busi',
'transmission': 'manual',
'trim': 'FORD Wagon 1.5 EcoBlue Trend Edition Busi',
'vin': None,
'year': 2021}
2026-03-30 00:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009643auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:04 [ecarstrade.nl] INFO: Saving data for 7009643auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623472.752171, 'last_price_update_time': 1774832104.35253}
2026-03-30 00:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009643auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:06 [scrapy.extensions.logstats] INFO: Crawled 412 pages (at 52 pages/min), scraped 385 items (at 50 items/min)
2026-03-30 00:55:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-30 00:55:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009377> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:55:07 [ecarstrade.nl] INFO: Extracting details for car 7009377auction111131
2026-03-30 00:55:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdaf6d7b-38b4-576a-b3f9-5b7d7657eced with identifier: 7009377auction111131
2026-03-30 00:55:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdaf6d7b-38b4-576a-b3f9-5b7d7657eced with scrape type 2
2026-03-30 00:55:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdaf6d7b-38b4-576a-b3f9-5b7d7657eced with scrape type 2
2026-03-30 00:55:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cdaf6d7b-38b4-576a-b3f9-5b7d7657eced, identifier: 7009377auction111131
2026-03-30 00:55:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cdaf6d7b-38b4-576a-b3f9-5b7d7657eced with identifier: 7009377auction111131
2026-03-30 00:55:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cdaf6d7b-38b4-576a-b3f9-5b7d7657eced with identifier: 7009377auction111131
2026-03-30 00:55:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cdaf6d7b-38b4-576a-b3f9-5b7d7657eced with identifier: 7009377auction111131 to the API
2026-03-30 00:55:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:55:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009377>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'cdaf6d7b-38b4-576a-b3f9-5b7d7657eced',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009377',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 131662,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-19',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Grandland X 1.2 Turbo Bus. Ex.',
'transmission': 'manual',
'trim': 'OPEL 1.2 Turbo Bus. Ex.',
'vin': None,
'year': 2020}
2026-03-30 00:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009377auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:07 [ecarstrade.nl] INFO: Saving data for 7009377auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623488.454333, 'last_price_update_time': 1774832107.43966}
2026-03-30 00:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009377auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:55:08 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Found listing with ID: 7009272auction111131
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009272auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Scrape type for 7009272auction111131: 2
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Found listing with ID: 7009603auction111131
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009603auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Scrape type for 7009603auction111131: 2
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Found listing with ID: 7009651auction111131
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009651auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Scrape type for 7009651auction111131: 2
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Found listing with ID: 7009656auction111131
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009656auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Scrape type for 7009656auction111131: 2
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Found listing with ID: 7010196auction111131
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010196auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Scrape type for 7010196auction111131: 2
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Found listing with ID: 7010210auction111131
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010210auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Scrape type for 7010210auction111131: 2
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Found listing with ID: 7009269auction111131
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009269auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Scrape type for 7009269auction111131: 2
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Found listing with ID: 7009284auction111131
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009284auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Scrape type for 7009284auction111131: 2
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Found listing with ID: 7009353auction111131
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009353auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Scrape type for 7009353auction111131: 2
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Found listing with ID: 7009379auction111131
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009379auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Scrape type for 7009379auction111131: 2
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Found listing with ID: 7010183auction111131
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010183auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Scrape type for 7010183auction111131: 2
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Found listing with ID: 7009265auction111131
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009265auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Scrape type for 7009265auction111131: 2
2026-03-30 00:55:08 [ecarstrade.nl] INFO: Found listing with ID: 7009599auction111131
2026-03-30 00:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009599auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Scrape type for 7009599auction111131: 2
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Found listing with ID: 7009300auction111131
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009300auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Scrape type for 7009300auction111131: 2
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Found listing with ID: 7009357auction111131
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009357auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Scrape type for 7009357auction111131: 2
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Found listing with ID: 7009378auction111131
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009378auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Scrape type for 7009378auction111131: 2
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Found listing with ID: 7009534auction111131
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009534auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Scrape type for 7009534auction111131: 2
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Found listing with ID: 7010202auction111131
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010202auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Scrape type for 7010202auction111131: 2
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Found listing with ID: 7009368auction111131
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009368auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Scrape type for 7009368auction111131: 2
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Found listing with ID: 7009633auction111131
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009633auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:09 [ecarstrade.nl] INFO: Scrape type for 7009633auction111131: 2
2026-03-30 00:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009609> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:55:10 [ecarstrade.nl] INFO: Extracting details for car 7009609auction111131
2026-03-30 00:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1fad5ec-375d-5660-afdc-d30f9f2afdf2 with identifier: 7009609auction111131
2026-03-30 00:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1fad5ec-375d-5660-afdc-d30f9f2afdf2 with scrape type 2
2026-03-30 00:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1fad5ec-375d-5660-afdc-d30f9f2afdf2 with scrape type 2
2026-03-30 00:55:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e1fad5ec-375d-5660-afdc-d30f9f2afdf2, identifier: 7009609auction111131
2026-03-30 00:55:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e1fad5ec-375d-5660-afdc-d30f9f2afdf2 with identifier: 7009609auction111131
2026-03-30 00:55:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e1fad5ec-375d-5660-afdc-d30f9f2afdf2 with identifier: 7009609auction111131
2026-03-30 00:55:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e1fad5ec-375d-5660-afdc-d30f9f2afdf2 with identifier: 7009609auction111131 to the API
2026-03-30 00:55:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009609>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'e1fad5ec-375d-5660-afdc-d30f9f2afdf2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009609',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 72909,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-31',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa 1.2 Edition',
'transmission': 'manual',
'trim': 'OPEL 1.2 Edition',
'vin': None,
'year': 2022}
2026-03-30 00:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009609auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:10 [ecarstrade.nl] INFO: Saving data for 7009609auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623574.26788, 'last_price_update_time': 1774832110.720359}
2026-03-30 00:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009609auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009283> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:55:10 [ecarstrade.nl] INFO: Extracting details for car 7009283auction111131
2026-03-30 00:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9146e2e5-9951-51df-bd55-3e36556ed579 with identifier: 7009283auction111131
2026-03-30 00:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9146e2e5-9951-51df-bd55-3e36556ed579 with scrape type 2
2026-03-30 00:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9146e2e5-9951-51df-bd55-3e36556ed579 with scrape type 2
2026-03-30 00:55:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9146e2e5-9951-51df-bd55-3e36556ed579, identifier: 7009283auction111131
2026-03-30 00:55:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9146e2e5-9951-51df-bd55-3e36556ed579 with identifier: 7009283auction111131
2026-03-30 00:55:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9146e2e5-9951-51df-bd55-3e36556ed579 with identifier: 7009283auction111131
2026-03-30 00:55:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9146e2e5-9951-51df-bd55-3e36556ed579 with identifier: 7009283auction111131 to the API
2026-03-30 00:55:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:55:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009283>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '9146e2e5-9951-51df-bd55-3e36556ed579',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009283',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 145001,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-09',
'seats_number': 5,
'seller_name': None,
'title': 'KIA ceed sportswagon 1.0 T-GDi GT-Line Edition',
'transmission': 'manual',
'trim': 'KIA ceed sportswagon 1.0 T-GDi GT-Line Edition',
'vin': None,
'year': 2021}
2026-03-30 00:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009283auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:11 [ecarstrade.nl] INFO: Saving data for 7009283auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623575.206121, 'last_price_update_time': 1774832111.293999}
2026-03-30 00:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009283auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009337> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:11 [ecarstrade.nl] INFO: Extracting details for car 7009337auction111131
2026-03-30 00:55:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8549a7f5-5083-53d8-809c-c2630bca860c with identifier: 7009337auction111131
2026-03-30 00:55:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8549a7f5-5083-53d8-809c-c2630bca860c with scrape type 2
2026-03-30 00:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8549a7f5-5083-53d8-809c-c2630bca860c with scrape type 2
2026-03-30 00:55:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8549a7f5-5083-53d8-809c-c2630bca860c, identifier: 7009337auction111131
2026-03-30 00:55:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8549a7f5-5083-53d8-809c-c2630bca860c with identifier: 7009337auction111131
2026-03-30 00:55:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8549a7f5-5083-53d8-809c-c2630bca860c with identifier: 7009337auction111131
2026-03-30 00:55:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8549a7f5-5083-53d8-809c-c2630bca860c with identifier: 7009337auction111131 to the API
2026-03-30 00:55:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:55:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009337>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '8549a7f5-5083-53d8-809c-c2630bca860c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009337',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 177348,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-29',
'seats_number': 5,
'seller_name': None,
'title': 'KIA ceed sportswagon 1.5 T-GDi DynamicPlusLine',
'transmission': 'automatic',
'trim': 'KIA ceed sportswagon 1.5 T-GDi DynamicPlusLine',
'vin': None,
'year': 2021}
2026-03-30 00:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009337auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:11 [ecarstrade.nl] INFO: Saving data for 7009337auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623573.510713, 'last_price_update_time': 1774832111.781107}
2026-03-30 00:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009337auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009667> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:13 [ecarstrade.nl] INFO: Extracting details for car 7009667auction111131
2026-03-30 00:55:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b091b8d-f646-520f-afb2-b5b42d9bd204 with identifier: 7009667auction111131
2026-03-30 00:55:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b091b8d-f646-520f-afb2-b5b42d9bd204 with scrape type 2
2026-03-30 00:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b091b8d-f646-520f-afb2-b5b42d9bd204 with scrape type 2
2026-03-30 00:55:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3b091b8d-f646-520f-afb2-b5b42d9bd204, identifier: 7009667auction111131
2026-03-30 00:55:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3b091b8d-f646-520f-afb2-b5b42d9bd204 with identifier: 7009667auction111131
2026-03-30 00:55:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3b091b8d-f646-520f-afb2-b5b42d9bd204 with identifier: 7009667auction111131
2026-03-30 00:55:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3b091b8d-f646-520f-afb2-b5b42d9bd204 with identifier: 7009667auction111131 to the API
2026-03-30 00:55:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009667>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '3b091b8d-f646-520f-afb2-b5b42d9bd204',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009667',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 53911,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-26',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN up! 1.0',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0',
'vin': None,
'year': 2021}
2026-03-30 00:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009667auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:14 [ecarstrade.nl] INFO: Saving data for 7009667auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623506.233495, 'last_price_update_time': 1774832114.347298}
2026-03-30 00:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009667auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010194> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:15 [ecarstrade.nl] INFO: Extracting details for car 7010194auction111131
2026-03-30 00:55:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b87c3c3-5065-5fa8-8a69-02322b44b195 with identifier: 7010194auction111131
2026-03-30 00:55:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b87c3c3-5065-5fa8-8a69-02322b44b195 with scrape type 2
2026-03-30 00:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b87c3c3-5065-5fa8-8a69-02322b44b195 with scrape type 2
2026-03-30 00:55:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7b87c3c3-5065-5fa8-8a69-02322b44b195, identifier: 7010194auction111131
2026-03-30 00:55:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7b87c3c3-5065-5fa8-8a69-02322b44b195 with identifier: 7010194auction111131
2026-03-30 00:55:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7b87c3c3-5065-5fa8-8a69-02322b44b195 with identifier: 7010194auction111131
2026-03-30 00:55:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7b87c3c3-5065-5fa8-8a69-02322b44b195 with identifier: 7010194auction111131 to the API
2026-03-30 00:55:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:55:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010194>
{'auction_title': '',
'c_o_2_emission_value': 190,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '7b87c3c3-5065-5fa8-8a69-02322b44b195',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010194',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 87423,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-05',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L1H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L1H1',
'vin': None,
'year': 2015}
2026-03-30 00:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010194auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:15 [ecarstrade.nl] INFO: Saving data for 7010194auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623501.944997, 'last_price_update_time': 1774832115.594874}
2026-03-30 00:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010194auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009292> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:55:17 [ecarstrade.nl] INFO: Extracting details for car 7009292auction111131
2026-03-30 00:55:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc8de1d0-bf28-5054-b0fe-543590fbabd5 with identifier: 7009292auction111131
2026-03-30 00:55:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc8de1d0-bf28-5054-b0fe-543590fbabd5 with scrape type 2
2026-03-30 00:55:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc8de1d0-bf28-5054-b0fe-543590fbabd5 with scrape type 2
2026-03-30 00:55:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fc8de1d0-bf28-5054-b0fe-543590fbabd5, identifier: 7009292auction111131
2026-03-30 00:55:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fc8de1d0-bf28-5054-b0fe-543590fbabd5 with identifier: 7009292auction111131
2026-03-30 00:55:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fc8de1d0-bf28-5054-b0fe-543590fbabd5 with identifier: 7009292auction111131
2026-03-30 00:55:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fc8de1d0-bf28-5054-b0fe-543590fbabd5 with identifier: 7009292auction111131 to the API
2026-03-30 00:55:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009292>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'fc8de1d0-bf28-5054-b0fe-543590fbabd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009292',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 70700,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-20',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta 1.0 EcoB. Connected',
'transmission': 'manual',
'trim': 'FORD 1.0 EcoB. Connected',
'vin': None,
'year': 2021}
2026-03-30 00:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009292auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:17 [ecarstrade.nl] INFO: Saving data for 7009292auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623548.880407, 'last_price_update_time': 1774832117.741675}
2026-03-30 00:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009292auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010538> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:55:17 [ecarstrade.nl] INFO: Extracting details for car 7010538auction111131
2026-03-30 00:55:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1ca7c80-9627-561c-bd58-a8ed287eeba6 with identifier: 7010538auction111131
2026-03-30 00:55:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1ca7c80-9627-561c-bd58-a8ed287eeba6 with scrape type 2
2026-03-30 00:55:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1ca7c80-9627-561c-bd58-a8ed287eeba6 with scrape type 2
2026-03-30 00:55:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a1ca7c80-9627-561c-bd58-a8ed287eeba6, identifier: 7010538auction111131
2026-03-30 00:55:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a1ca7c80-9627-561c-bd58-a8ed287eeba6 with identifier: 7010538auction111131
2026-03-30 00:55:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a1ca7c80-9627-561c-bd58-a8ed287eeba6 with identifier: 7010538auction111131
2026-03-30 00:55:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a1ca7c80-9627-561c-bd58-a8ed287eeba6 with identifier: 7010538auction111131 to the API
2026-03-30 00:55:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010538>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'a1ca7c80-9627-561c-bd58-a8ed287eeba6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010538',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Clio',
'odometer': 150617,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-20',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCe R.S. Line',
'transmission': 'manual',
'trim': 'RENAULT CLIO 1.0 TCe R.S. Line',
'vin': None,
'year': 2022}
2026-03-30 00:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010538auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:18 [ecarstrade.nl] INFO: Saving data for 7010538auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774637583.452751, 'last_price_update_time': 1774832118.233022}
2026-03-30 00:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010538auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010195> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:18 [ecarstrade.nl] INFO: Extracting details for car 7010195auction111131
2026-03-30 00:55:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7 with identifier: 7010195auction111131
2026-03-30 00:55:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7 with scrape type 2
2026-03-30 00:55:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7 with scrape type 2
2026-03-30 00:55:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7, identifier: 7010195auction111131
2026-03-30 00:55:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7 with identifier: 7010195auction111131
2026-03-30 00:55:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7 with identifier: 7010195auction111131
2026-03-30 00:55:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7 with identifier: 7010195auction111131 to the API
2026-03-30 00:55:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:55:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010195>
{'auction_title': '',
'c_o_2_emission_value': 216,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010195',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 86016,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-25',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Crafter 30 2.0 TDI L1H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 30 2.0 TDI L1H1',
'vin': None,
'year': 2016}
2026-03-30 00:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010195auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:19 [ecarstrade.nl] INFO: Saving data for 7010195auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623501.221497, 'last_price_update_time': 1774832119.201553}
2026-03-30 00:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010195auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009645> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:21 [ecarstrade.nl] INFO: Extracting details for car 7009645auction111131
2026-03-30 00:55:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78bb0492-e51b-5879-996d-586d8efce0c1 with identifier: 7009645auction111131
2026-03-30 00:55:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78bb0492-e51b-5879-996d-586d8efce0c1 with scrape type 2
2026-03-30 00:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78bb0492-e51b-5879-996d-586d8efce0c1 with scrape type 2
2026-03-30 00:55:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 78bb0492-e51b-5879-996d-586d8efce0c1, identifier: 7009645auction111131
2026-03-30 00:55:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 78bb0492-e51b-5879-996d-586d8efce0c1 with identifier: 7009645auction111131
2026-03-30 00:55:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 78bb0492-e51b-5879-996d-586d8efce0c1 with identifier: 7009645auction111131
2026-03-30 00:55:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 78bb0492-e51b-5879-996d-586d8efce0c1 with identifier: 7009645auction111131 to the API
2026-03-30 00:55:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009645>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '78bb0492-e51b-5879-996d-586d8efce0c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009645',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 54240,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-30',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN up! 1.0',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0',
'vin': None,
'year': 2021}
2026-03-30 00:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009645auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:21 [ecarstrade.nl] INFO: Saving data for 7009645auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623498.762344, 'last_price_update_time': 1774832121.392803}
2026-03-30 00:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009645auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009614> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:21 [ecarstrade.nl] INFO: Extracting details for car 7009614auction111131
2026-03-30 00:55:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa6d5966-c355-59c2-8ce0-35081da80aa3 with identifier: 7009614auction111131
2026-03-30 00:55:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa6d5966-c355-59c2-8ce0-35081da80aa3 with scrape type 2
2026-03-30 00:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa6d5966-c355-59c2-8ce0-35081da80aa3 with scrape type 2
2026-03-30 00:55:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aa6d5966-c355-59c2-8ce0-35081da80aa3, identifier: 7009614auction111131
2026-03-30 00:55:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aa6d5966-c355-59c2-8ce0-35081da80aa3 with identifier: 7009614auction111131
2026-03-30 00:55:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aa6d5966-c355-59c2-8ce0-35081da80aa3 with identifier: 7009614auction111131
2026-03-30 00:55:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aa6d5966-c355-59c2-8ce0-35081da80aa3 with identifier: 7009614auction111131 to the API
2026-03-30 00:55:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009614>
{'auction_title': '',
'c_o_2_emission_value': 88,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'aa6d5966-c355-59c2-8ce0-35081da80aa3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009614',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 63011,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-18',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 1.0 Hybrid Lounge',
'transmission': 'manual',
'trim': 'FIAT 1.0 Hybrid Lounge',
'vin': None,
'year': 2021}
2026-03-30 00:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009614auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:21 [ecarstrade.nl] INFO: Saving data for 7009614auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623497.807289, 'last_price_update_time': 1774832121.862655}
2026-03-30 00:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009614auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009356> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:23 [ecarstrade.nl] INFO: Extracting details for car 7009356auction111131
2026-03-30 00:55:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66cd26a0-9e5e-5c45-a095-64bea8adf946 with identifier: 7009356auction111131
2026-03-30 00:55:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66cd26a0-9e5e-5c45-a095-64bea8adf946 with scrape type 2
2026-03-30 00:55:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66cd26a0-9e5e-5c45-a095-64bea8adf946 with scrape type 2
2026-03-30 00:55:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 66cd26a0-9e5e-5c45-a095-64bea8adf946, identifier: 7009356auction111131
2026-03-30 00:55:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 66cd26a0-9e5e-5c45-a095-64bea8adf946 with identifier: 7009356auction111131
2026-03-30 00:55:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 66cd26a0-9e5e-5c45-a095-64bea8adf946 with identifier: 7009356auction111131
2026-03-30 00:55:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 66cd26a0-9e5e-5c45-a095-64bea8adf946 with identifier: 7009356auction111131 to the API
2026-03-30 00:55:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009356>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '66cd26a0-9e5e-5c45-a095-64bea8adf946',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009356',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 58116,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PT Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active Pack',
'vin': None,
'year': 2022}
2026-03-30 00:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009356auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:24 [ecarstrade.nl] INFO: Saving data for 7009356auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623552.988485, 'last_price_update_time': 1774832124.328}
2026-03-30 00:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009356auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009303> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:24 [ecarstrade.nl] INFO: Extracting details for car 7009303auction111131
2026-03-30 00:55:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f43e24eb-c73d-5e0b-a048-7fc47c1764fd with identifier: 7009303auction111131
2026-03-30 00:55:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f43e24eb-c73d-5e0b-a048-7fc47c1764fd with scrape type 2
2026-03-30 00:55:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f43e24eb-c73d-5e0b-a048-7fc47c1764fd with scrape type 2
2026-03-30 00:55:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f43e24eb-c73d-5e0b-a048-7fc47c1764fd, identifier: 7009303auction111131
2026-03-30 00:55:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f43e24eb-c73d-5e0b-a048-7fc47c1764fd with identifier: 7009303auction111131
2026-03-30 00:55:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f43e24eb-c73d-5e0b-a048-7fc47c1764fd with identifier: 7009303auction111131
2026-03-30 00:55:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f43e24eb-c73d-5e0b-a048-7fc47c1764fd with identifier: 7009303auction111131 to the API
2026-03-30 00:55:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009303>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'f43e24eb-c73d-5e0b-a048-7fc47c1764fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009303',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': 'Tipo',
'odometer': 162969,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'FIAT Tipo Stationwagon 1.0 Tipo',
'transmission': 'manual',
'trim': 'FIAT Stationwagon 1.0',
'vin': None,
'year': 2021}
2026-03-30 00:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009303auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:25 [ecarstrade.nl] INFO: Saving data for 7009303auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623548.321781, 'last_price_update_time': 1774832125.271402}
2026-03-30 00:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009303auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009306> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:25 [ecarstrade.nl] INFO: Extracting details for car 7009306auction111131
2026-03-30 00:55:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aba32b47-d7f0-593c-af85-53242092722d with identifier: 7009306auction111131
2026-03-30 00:55:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aba32b47-d7f0-593c-af85-53242092722d with scrape type 2
2026-03-30 00:55:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aba32b47-d7f0-593c-af85-53242092722d with scrape type 2
2026-03-30 00:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aba32b47-d7f0-593c-af85-53242092722d, identifier: 7009306auction111131
2026-03-30 00:55:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aba32b47-d7f0-593c-af85-53242092722d with identifier: 7009306auction111131
2026-03-30 00:55:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aba32b47-d7f0-593c-af85-53242092722d with identifier: 7009306auction111131
2026-03-30 00:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aba32b47-d7f0-593c-af85-53242092722d with identifier: 7009306auction111131 to the API
2026-03-30 00:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00: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-30 00:55:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009306>
{'auction_title': '',
'c_o_2_emission_value': 91,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'aba32b47-d7f0-593c-af85-53242092722d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009306',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 143280,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-27',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.5 BlueHDi Blue Lease Allure',
'transmission': 'manual',
'trim': 'PEUGEOT 1.5 BlueHDi Blue Lease Allure',
'vin': None,
'year': 2021}
2026-03-30 00:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009306auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:26 [ecarstrade.nl] INFO: Saving data for 7009306auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623531.68868, 'last_price_update_time': 1774832126.32453}
2026-03-30 00:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009306auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009368> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:28 [ecarstrade.nl] INFO: Extracting details for car 7009368auction111131
2026-03-30 00:55:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 094dbdf4-d2bb-584c-9565-56435e9b0d13 with identifier: 7009368auction111131
2026-03-30 00:55:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 094dbdf4-d2bb-584c-9565-56435e9b0d13 with scrape type 2
2026-03-30 00:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 094dbdf4-d2bb-584c-9565-56435e9b0d13 with scrape type 2
2026-03-30 00:55:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 094dbdf4-d2bb-584c-9565-56435e9b0d13, identifier: 7009368auction111131
2026-03-30 00:55:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 094dbdf4-d2bb-584c-9565-56435e9b0d13 with identifier: 7009368auction111131
2026-03-30 00:55:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 094dbdf4-d2bb-584c-9565-56435e9b0d13 with identifier: 7009368auction111131
2026-03-30 00:55:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 094dbdf4-d2bb-584c-9565-56435e9b0d13 with identifier: 7009368auction111131 to the API
2026-03-30 00:55:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009368>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '094dbdf4-d2bb-584c-9565-56435e9b0d13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009368',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 38749,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-01',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 0.9 TA T Young',
'transmission': 'manual',
'trim': 'FIAT 0.9 TA T Young',
'vin': None,
'year': 2019}
2026-03-30 00:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009368auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:28 [ecarstrade.nl] INFO: Saving data for 7009368auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623587.767803, 'last_price_update_time': 1774832128.422256}
2026-03-30 00:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009368auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009633> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:28 [ecarstrade.nl] INFO: Extracting details for car 7009633auction111131
2026-03-30 00:55:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b55f3ac6-0767-59db-9198-4ec20476a4cc with identifier: 7009633auction111131
2026-03-30 00:55:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b55f3ac6-0767-59db-9198-4ec20476a4cc with scrape type 2
2026-03-30 00:55:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b55f3ac6-0767-59db-9198-4ec20476a4cc with scrape type 2
2026-03-30 00:55:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b55f3ac6-0767-59db-9198-4ec20476a4cc, identifier: 7009633auction111131
2026-03-30 00:55:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b55f3ac6-0767-59db-9198-4ec20476a4cc with identifier: 7009633auction111131
2026-03-30 00:55:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b55f3ac6-0767-59db-9198-4ec20476a4cc with identifier: 7009633auction111131
2026-03-30 00:55:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b55f3ac6-0767-59db-9198-4ec20476a4cc with identifier: 7009633auction111131 to the API
2026-03-30 00:55:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009633>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'b55f3ac6-0767-59db-9198-4ec20476a4cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009633',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '308',
'odometer': 121371,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.2 PureT.Blue L. Pr',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 1.2 PureT.Blue L. Pr',
'vin': None,
'year': 2018}
2026-03-30 00:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009633auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:28 [ecarstrade.nl] INFO: Saving data for 7009633auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623587.399425, 'last_price_update_time': 1774832128.927559}
2026-03-30 00:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009633auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010202> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:30 [ecarstrade.nl] INFO: Extracting details for car 7010202auction111131
2026-03-30 00:55:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4f2cb60-ed36-59e7-ad2a-67bebae595dc with identifier: 7010202auction111131
2026-03-30 00:55:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4f2cb60-ed36-59e7-ad2a-67bebae595dc with scrape type 2
2026-03-30 00:55:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4f2cb60-ed36-59e7-ad2a-67bebae595dc with scrape type 2
2026-03-30 00:55:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f4f2cb60-ed36-59e7-ad2a-67bebae595dc, identifier: 7010202auction111131
2026-03-30 00:55:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f4f2cb60-ed36-59e7-ad2a-67bebae595dc with identifier: 7010202auction111131
2026-03-30 00:55:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f4f2cb60-ed36-59e7-ad2a-67bebae595dc with identifier: 7010202auction111131
2026-03-30 00:55:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f4f2cb60-ed36-59e7-ad2a-67bebae595dc with identifier: 7010202auction111131 to the API
2026-03-30 00:55:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010202>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'f4f2cb60-ed36-59e7-ad2a-67bebae595dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010202',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 204179,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-19',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy 2.0 TDI BMT Trendline L2H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 2.0 TDI BMT Trendline L2H1',
'vin': None,
'year': 2017}
2026-03-30 00:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010202auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:31 [ecarstrade.nl] INFO: Saving data for 7010202auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623530.441924, 'last_price_update_time': 1774832131.730204}
2026-03-30 00:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010202auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009654> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009534> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:31 [ecarstrade.nl] INFO: Extracting details for car 7009654auction111131
2026-03-30 00:55:31 [ecarstrade.nl] INFO: Extracting details for car 7009534auction111131
2026-03-30 00:55:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d04524d-5b1e-55fa-921c-a3eecf4cad0d with identifier: 7009654auction111131
2026-03-30 00:55:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d04524d-5b1e-55fa-921c-a3eecf4cad0d with scrape type 2
2026-03-30 00:55:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d04524d-5b1e-55fa-921c-a3eecf4cad0d with scrape type 2
2026-03-30 00:55:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2d04524d-5b1e-55fa-921c-a3eecf4cad0d, identifier: 7009654auction111131
2026-03-30 00:55:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7b26770-c27a-5034-927d-f1bbf6ed0ac5 with identifier: 7009534auction111131
2026-03-30 00:55:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7b26770-c27a-5034-927d-f1bbf6ed0ac5 with scrape type 2
2026-03-30 00:55:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7b26770-c27a-5034-927d-f1bbf6ed0ac5 with scrape type 2
2026-03-30 00:55:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b7b26770-c27a-5034-927d-f1bbf6ed0ac5, identifier: 7009534auction111131
2026-03-30 00:55:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2d04524d-5b1e-55fa-921c-a3eecf4cad0d with identifier: 7009654auction111131
2026-03-30 00:55:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2d04524d-5b1e-55fa-921c-a3eecf4cad0d with identifier: 7009654auction111131
2026-03-30 00:55:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2d04524d-5b1e-55fa-921c-a3eecf4cad0d with identifier: 7009654auction111131 to the API
2026-03-30 00:55:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009654>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '2d04524d-5b1e-55fa-921c-a3eecf4cad0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009654',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 116538,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.5 EcoBl. ST L.XBns',
'transmission': 'manual',
'trim': 'FORD Wagon 1.5 EcoBl. ST L.XBns',
'vin': None,
'year': 2021}
2026-03-30 00:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009654auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:32 [ecarstrade.nl] INFO: Saving data for 7009654auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623470.437925, 'last_price_update_time': 1774832132.368707}
2026-03-30 00:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009654auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b7b26770-c27a-5034-927d-f1bbf6ed0ac5 with identifier: 7009534auction111131
2026-03-30 00:55:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b7b26770-c27a-5034-927d-f1bbf6ed0ac5 with identifier: 7009534auction111131
2026-03-30 00:55:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b7b26770-c27a-5034-927d-f1bbf6ed0ac5 with identifier: 7009534auction111131 to the API
2026-03-30 00:55:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009534>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'b7b26770-c27a-5034-927d-f1bbf6ed0ac5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009534',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 163211,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'KIA CEE D 1.0 T-GDi Dyn.PlusL.',
'transmission': 'manual',
'trim': 'KIA CEE D 1.0 T-GDi Dyn.PlusL.',
'vin': None,
'year': 2021}
2026-03-30 00:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009534auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:33 [ecarstrade.nl] INFO: Saving data for 7009534auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623551.682671, 'last_price_update_time': 1774832133.187353}
2026-03-30 00:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009534auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009485> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:33 [ecarstrade.nl] INFO: Extracting details for car 7009485auction111131
2026-03-30 00:55:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 511401ec-8279-5ed5-b64a-fa910f7113fc with identifier: 7009485auction111131
2026-03-30 00:55:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 511401ec-8279-5ed5-b64a-fa910f7113fc with scrape type 2
2026-03-30 00:55:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 511401ec-8279-5ed5-b64a-fa910f7113fc with scrape type 2
2026-03-30 00:55:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 511401ec-8279-5ed5-b64a-fa910f7113fc, identifier: 7009485auction111131
2026-03-30 00:55:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 511401ec-8279-5ed5-b64a-fa910f7113fc with identifier: 7009485auction111131
2026-03-30 00:55:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 511401ec-8279-5ed5-b64a-fa910f7113fc with identifier: 7009485auction111131
2026-03-30 00:55:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 511401ec-8279-5ed5-b64a-fa910f7113fc with identifier: 7009485auction111131 to the API
2026-03-30 00:55:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009485>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '511401ec-8279-5ed5-b64a-fa910f7113fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009485',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 167619,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-06',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta 1.0 EcoB.Hy. Tit.',
'transmission': 'manual',
'trim': 'FORD 1.0 EcoB.Hy. Tit.',
'vin': None,
'year': 2023}
2026-03-30 00:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009485auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:34 [ecarstrade.nl] INFO: Saving data for 7009485auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623468.367369, 'last_price_update_time': 1774832134.223898}
2026-03-30 00:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009485auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009378> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:34 [ecarstrade.nl] INFO: Extracting details for car 7009378auction111131
2026-03-30 00:55:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 055a2d5f-068f-5b25-99d5-a898958908da with identifier: 7009378auction111131
2026-03-30 00:55:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 055a2d5f-068f-5b25-99d5-a898958908da with scrape type 2
2026-03-30 00:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 055a2d5f-068f-5b25-99d5-a898958908da with scrape type 2
2026-03-30 00:55:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 055a2d5f-068f-5b25-99d5-a898958908da, identifier: 7009378auction111131
2026-03-30 00:55:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 055a2d5f-068f-5b25-99d5-a898958908da with identifier: 7009378auction111131
2026-03-30 00:55:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 055a2d5f-068f-5b25-99d5-a898958908da with identifier: 7009378auction111131
2026-03-30 00:55:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 055a2d5f-068f-5b25-99d5-a898958908da with identifier: 7009378auction111131 to the API
2026-03-30 00:55:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009378>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '055a2d5f-068f-5b25-99d5-a898958908da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009378',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 105351,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta 1.0 EcoB. Connected',
'transmission': 'manual',
'trim': 'FORD 1.0 EcoB. Connected',
'vin': None,
'year': 2021}
2026-03-30 00:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009378auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:34 [ecarstrade.nl] INFO: Saving data for 7009378auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623515.493113, 'last_price_update_time': 1774832134.704984}
2026-03-30 00:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009378auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009357> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:35 [ecarstrade.nl] INFO: Extracting details for car 7009357auction111131
2026-03-30 00:55:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a529959-8723-5697-a907-dd27d4c95459 with identifier: 7009357auction111131
2026-03-30 00:55:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a529959-8723-5697-a907-dd27d4c95459 with scrape type 2
2026-03-30 00:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a529959-8723-5697-a907-dd27d4c95459 with scrape type 2
2026-03-30 00:55:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3a529959-8723-5697-a907-dd27d4c95459, identifier: 7009357auction111131
2026-03-30 00:55:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3a529959-8723-5697-a907-dd27d4c95459 with identifier: 7009357auction111131
2026-03-30 00:55:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3a529959-8723-5697-a907-dd27d4c95459 with identifier: 7009357auction111131
2026-03-30 00:55:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3a529959-8723-5697-a907-dd27d4c95459 with identifier: 7009357auction111131 to the API
2026-03-30 00:55:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009357>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '3a529959-8723-5697-a907-dd27d4c95459',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009357',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Mii',
'odometer': 90475,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-15',
'seats_number': 4,
'seller_name': None,
'title': 'SEAT Mii Electric Electric 32 kWh',
'transmission': 'automatic',
'trim': 'SEAT Electric Electric 32 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009357auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:35 [ecarstrade.nl] INFO: Saving data for 7009357auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623516.125936, 'last_price_update_time': 1774832135.415307}
2026-03-30 00:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009357auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009300> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:35 [ecarstrade.nl] INFO: Extracting details for car 7009300auction111131
2026-03-30 00:55:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37bda7d8-3767-53f7-90cb-2989a4c66982 with identifier: 7009300auction111131
2026-03-30 00:55:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37bda7d8-3767-53f7-90cb-2989a4c66982 with scrape type 2
2026-03-30 00:55:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37bda7d8-3767-53f7-90cb-2989a4c66982 with scrape type 2
2026-03-30 00:55:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 37bda7d8-3767-53f7-90cb-2989a4c66982, identifier: 7009300auction111131
2026-03-30 00:55:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 37bda7d8-3767-53f7-90cb-2989a4c66982 with identifier: 7009300auction111131
2026-03-30 00:55:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 37bda7d8-3767-53f7-90cb-2989a4c66982 with identifier: 7009300auction111131
2026-03-30 00:55:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 37bda7d8-3767-53f7-90cb-2989a4c66982 with identifier: 7009300auction111131 to the API
2026-03-30 00:55:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009300>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '37bda7d8-3767-53f7-90cb-2989a4c66982',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009300',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 47294,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-12',
'seats_number': 4,
'seller_name': None,
'title': 'KIA Picanto 1.0 DPi ComfortLine',
'transmission': 'manual',
'trim': 'KIA 1.0 DPi ComfortLine',
'vin': None,
'year': 2021}
2026-03-30 00:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009300auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:35 [ecarstrade.nl] INFO: Saving data for 7009300auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623527.996729, 'last_price_update_time': 1774832135.89888}
2026-03-30 00:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009300auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009599> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:38 [ecarstrade.nl] INFO: Extracting details for car 7009599auction111131
2026-03-30 00:55:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb32eaf2-a705-5926-8f17-cc65b5416098 with identifier: 7009599auction111131
2026-03-30 00:55:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb32eaf2-a705-5926-8f17-cc65b5416098 with scrape type 2
2026-03-30 00:55:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb32eaf2-a705-5926-8f17-cc65b5416098 with scrape type 2
2026-03-30 00:55:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: bb32eaf2-a705-5926-8f17-cc65b5416098, identifier: 7009599auction111131
2026-03-30 00:55:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: bb32eaf2-a705-5926-8f17-cc65b5416098 with identifier: 7009599auction111131
2026-03-30 00:55:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: bb32eaf2-a705-5926-8f17-cc65b5416098 with identifier: 7009599auction111131
2026-03-30 00:55:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: bb32eaf2-a705-5926-8f17-cc65b5416098 with identifier: 7009599auction111131 to the API
2026-03-30 00:55:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009599>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'bb32eaf2-a705-5926-8f17-cc65b5416098',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009599',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Dacia Duster',
'odometer': 108613,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Dacia Duster 1.0 TCe Prestige',
'transmission': 'manual',
'trim': '1.0 TCe Prestige',
'vin': None,
'year': 2021}
2026-03-30 00:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009599auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:39 [ecarstrade.nl] INFO: Saving data for 7009599auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623516.781981, 'last_price_update_time': 1774832139.702504}
2026-03-30 00:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009599auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009265> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:39 [ecarstrade.nl] INFO: Extracting details for car 7009265auction111131
2026-03-30 00:55:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77af97fb-ecdd-5acd-bab5-d77db17c47ec with identifier: 7009265auction111131
2026-03-30 00:55:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77af97fb-ecdd-5acd-bab5-d77db17c47ec with scrape type 2
2026-03-30 00:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77af97fb-ecdd-5acd-bab5-d77db17c47ec with scrape type 2
2026-03-30 00:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 77af97fb-ecdd-5acd-bab5-d77db17c47ec, identifier: 7009265auction111131
2026-03-30 00:55:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 77af97fb-ecdd-5acd-bab5-d77db17c47ec with identifier: 7009265auction111131
2026-03-30 00:55:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 77af97fb-ecdd-5acd-bab5-d77db17c47ec with identifier: 7009265auction111131
2026-03-30 00:55:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 77af97fb-ecdd-5acd-bab5-d77db17c47ec with identifier: 7009265auction111131 to the API
2026-03-30 00:55:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009265>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '77af97fb-ecdd-5acd-bab5-d77db17c47ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009265',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Twingo',
'odometer': 22223,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-22',
'seats_number': 4,
'seller_name': None,
'title': 'RENAULT TWINGO 1.0 SCe Limited',
'transmission': 'manual',
'trim': 'RENAULT TWINGO 1.0 SCe Limited',
'vin': None,
'year': 2022}
2026-03-30 00:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009265auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:40 [ecarstrade.nl] INFO: Saving data for 7009265auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623524.871091, 'last_price_update_time': 1774832140.279402}
2026-03-30 00:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009265auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010183> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:40 [ecarstrade.nl] INFO: Extracting details for car 7010183auction111131
2026-03-30 00:55:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd8c71a7-c8a2-5d65-bb82-76551edd41b0 with identifier: 7010183auction111131
2026-03-30 00:55:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd8c71a7-c8a2-5d65-bb82-76551edd41b0 with scrape type 2
2026-03-30 00:55:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd8c71a7-c8a2-5d65-bb82-76551edd41b0 with scrape type 2
2026-03-30 00:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dd8c71a7-c8a2-5d65-bb82-76551edd41b0, identifier: 7010183auction111131
2026-03-30 00:55:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dd8c71a7-c8a2-5d65-bb82-76551edd41b0 with identifier: 7010183auction111131
2026-03-30 00:55:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dd8c71a7-c8a2-5d65-bb82-76551edd41b0 with identifier: 7010183auction111131
2026-03-30 00:55:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dd8c71a7-c8a2-5d65-bb82-76551edd41b0 with identifier: 7010183auction111131 to the API
2026-03-30 00:55:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010183>
{'auction_title': '',
'c_o_2_emission_value': 180,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'dd8c71a7-c8a2-5d65-bb82-76551edd41b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010183',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Movano',
'odometer': 172906,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-31',
'seats_number': 3,
'seller_name': None,
'title': 'OPEL movano 2.3 CDTI L2H1',
'transmission': 'manual',
'trim': 'OPEL movano 2.3 CDTI L2H1',
'vin': None,
'year': 2016}
2026-03-30 00:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010183auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:40 [ecarstrade.nl] INFO: Saving data for 7010183auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623544.736036, 'last_price_update_time': 1774832140.770526}
2026-03-30 00:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010183auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009353> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:41 [ecarstrade.nl] INFO: Extracting details for car 7009353auction111131
2026-03-30 00:55:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6b3d4fb-096a-5901-88ce-4def3b2d7093 with identifier: 7009353auction111131
2026-03-30 00:55:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6b3d4fb-096a-5901-88ce-4def3b2d7093 with scrape type 2
2026-03-30 00:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6b3d4fb-096a-5901-88ce-4def3b2d7093 with scrape type 2
2026-03-30 00:55:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e6b3d4fb-096a-5901-88ce-4def3b2d7093, identifier: 7009353auction111131
2026-03-30 00:55:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e6b3d4fb-096a-5901-88ce-4def3b2d7093 with identifier: 7009353auction111131
2026-03-30 00:55:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e6b3d4fb-096a-5901-88ce-4def3b2d7093 with identifier: 7009353auction111131
2026-03-30 00:55:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e6b3d4fb-096a-5901-88ce-4def3b2d7093 with identifier: 7009353auction111131 to the API
2026-03-30 00:55:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009353>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'e6b3d4fb-096a-5901-88ce-4def3b2d7093',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009353',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 106345,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-30',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA-E Edition 50 kWh',
'transmission': 'automatic',
'trim': 'OPEL CORSA-E Edition 50 kWh',
'vin': None,
'year': 2020}
2026-03-30 00:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009353auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:42 [ecarstrade.nl] INFO: Saving data for 7009353auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623482.834879, 'last_price_update_time': 1774832142.206643}
2026-03-30 00:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009353auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009284> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009269> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:42 [ecarstrade.nl] INFO: Extracting details for car 7009284auction111131
2026-03-30 00:55:42 [ecarstrade.nl] INFO: Extracting details for car 7009269auction111131
2026-03-30 00:55:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57413c2d-b9db-506a-9942-8de22bc18989 with identifier: 7009284auction111131
2026-03-30 00:55:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57413c2d-b9db-506a-9942-8de22bc18989 with scrape type 2
2026-03-30 00:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57413c2d-b9db-506a-9942-8de22bc18989 with scrape type 2
2026-03-30 00:55:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 57413c2d-b9db-506a-9942-8de22bc18989, identifier: 7009284auction111131
2026-03-30 00:55:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ee7d24f-645e-57e9-9431-5712957be661 with identifier: 7009269auction111131
2026-03-30 00:55:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ee7d24f-645e-57e9-9431-5712957be661 with scrape type 2
2026-03-30 00:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ee7d24f-645e-57e9-9431-5712957be661 with scrape type 2
2026-03-30 00:55:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0ee7d24f-645e-57e9-9431-5712957be661, identifier: 7009269auction111131
2026-03-30 00:55:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 57413c2d-b9db-506a-9942-8de22bc18989 with identifier: 7009284auction111131
2026-03-30 00:55:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 57413c2d-b9db-506a-9942-8de22bc18989 with identifier: 7009284auction111131
2026-03-30 00:55:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 57413c2d-b9db-506a-9942-8de22bc18989 with identifier: 7009284auction111131 to the API
2026-03-30 00:55:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009284>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '57413c2d-b9db-506a-9942-8de22bc18989',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009284',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Mitsubishi Space Star',
'odometer': 43879,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-28',
'seats_number': 5,
'seller_name': None,
'title': 'MITSUBISHI Space Star 1.2 Cleartec Connect+',
'transmission': 'manual',
'trim': 'MITSUBISHI Space Star 1.2 Cleartec Connect+',
'vin': None,
'year': 2022}
2026-03-30 00:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009284auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:42 [ecarstrade.nl] INFO: Saving data for 7009284auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623500.551096, 'last_price_update_time': 1774832142.803492}
2026-03-30 00:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009284auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0ee7d24f-645e-57e9-9431-5712957be661 with identifier: 7009269auction111131
2026-03-30 00:55:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0ee7d24f-645e-57e9-9431-5712957be661 with identifier: 7009269auction111131
2026-03-30 00:55:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0ee7d24f-645e-57e9-9431-5712957be661 with identifier: 7009269auction111131 to the API
2026-03-30 00:55:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009269>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '0ee7d24f-645e-57e9-9431-5712957be661',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009269',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Citroen',
'model': 'C3',
'odometer': 66146,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-14',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C3 1.2 PureTech S&S Feel',
'transmission': 'manual',
'trim': 'CITROEN 1.2 PureTech S&S Feel',
'vin': None,
'year': 2020}
2026-03-30 00:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009269auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:43 [ecarstrade.nl] INFO: Saving data for 7009269auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623482.206119, 'last_price_update_time': 1774832143.116829}
2026-03-30 00:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009269auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009379> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:44 [ecarstrade.nl] INFO: Extracting details for car 7009379auction111131
2026-03-30 00:55:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74fe1481-8794-5406-8a3b-fa398a7b891b with identifier: 7009379auction111131
2026-03-30 00:55:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74fe1481-8794-5406-8a3b-fa398a7b891b with scrape type 2
2026-03-30 00:55:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74fe1481-8794-5406-8a3b-fa398a7b891b with scrape type 2
2026-03-30 00:55:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 74fe1481-8794-5406-8a3b-fa398a7b891b, identifier: 7009379auction111131
2026-03-30 00:55:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 74fe1481-8794-5406-8a3b-fa398a7b891b with identifier: 7009379auction111131
2026-03-30 00:55:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 74fe1481-8794-5406-8a3b-fa398a7b891b with identifier: 7009379auction111131
2026-03-30 00:55:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 74fe1481-8794-5406-8a3b-fa398a7b891b with identifier: 7009379auction111131 to the API
2026-03-30 00:55:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55: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-30 00:55:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009379>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '74fe1481-8794-5406-8a3b-fa398a7b891b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009379',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 109601,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'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 Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Active Pack',
'vin': None,
'year': 2022}
2026-03-30 00:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009379auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:45 [ecarstrade.nl] INFO: Saving data for 7009379auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623514.341521, 'last_price_update_time': 1774832145.308684}
2026-03-30 00:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009379auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010196> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010210> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:46 [ecarstrade.nl] INFO: Extracting details for car 7010196auction111131
2026-03-30 00:55:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8 with identifier: 7010196auction111131
2026-03-30 00:55:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8 with scrape type 2
2026-03-30 00:55:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8 with scrape type 2
2026-03-30 00:55:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8, identifier: 7010196auction111131
2026-03-30 00:55:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8 with identifier: 7010196auction111131
2026-03-30 00:55:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8 with identifier: 7010196auction111131
2026-03-30 00:55:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8 with identifier: 7010196auction111131 to the API
2026-03-30 00:55:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55: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-30 00:55:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010196>
{'auction_title': '',
'c_o_2_emission_value': 190,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010196',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 129718,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-05',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L1H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L1H1',
'vin': None,
'year': 2015}
2026-03-30 00:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010196auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:46 [ecarstrade.nl] INFO: Saving data for 7010196auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623489.710085, 'last_price_update_time': 1774832146.827505}
2026-03-30 00:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010196auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:46 [ecarstrade.nl] INFO: Extracting details for car 7010210auction111131
2026-03-30 00:55:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009656> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34a87e6d-4315-5891-87a7-a3c7b233d6d0 with identifier: 7010210auction111131
2026-03-30 00:55:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34a87e6d-4315-5891-87a7-a3c7b233d6d0 with scrape type 2
2026-03-30 00:55:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34a87e6d-4315-5891-87a7-a3c7b233d6d0 with scrape type 2
2026-03-30 00:55:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 34a87e6d-4315-5891-87a7-a3c7b233d6d0, identifier: 7010210auction111131
2026-03-30 00:55:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 34a87e6d-4315-5891-87a7-a3c7b233d6d0 with identifier: 7010210auction111131
2026-03-30 00:55:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 34a87e6d-4315-5891-87a7-a3c7b233d6d0 with identifier: 7010210auction111131
2026-03-30 00:55:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 34a87e6d-4315-5891-87a7-a3c7b233d6d0 with identifier: 7010210auction111131 to the API
2026-03-30 00:55:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010210>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '34a87e6d-4315-5891-87a7-a3c7b233d6d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010210',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 71579,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-29',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy 2.0 TDI BMT Trendline L1H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 2.0 TDI BMT Trendline L1H1',
'vin': None,
'year': 2017}
2026-03-30 00:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010210auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:47 [ecarstrade.nl] INFO: Saving data for 7010210auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623481.433774, 'last_price_update_time': 1774832147.199735}
2026-03-30 00:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010210auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:47 [ecarstrade.nl] INFO: Extracting details for car 7009656auction111131
2026-03-30 00:55:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd48b9f2-03de-52f6-83af-665200b9829b with identifier: 7009656auction111131
2026-03-30 00:55:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd48b9f2-03de-52f6-83af-665200b9829b with scrape type 2
2026-03-30 00:55:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd48b9f2-03de-52f6-83af-665200b9829b with scrape type 2
2026-03-30 00:55:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fd48b9f2-03de-52f6-83af-665200b9829b, identifier: 7009656auction111131
2026-03-30 00:55:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fd48b9f2-03de-52f6-83af-665200b9829b with identifier: 7009656auction111131
2026-03-30 00:55:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fd48b9f2-03de-52f6-83af-665200b9829b with identifier: 7009656auction111131
2026-03-30 00:55:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fd48b9f2-03de-52f6-83af-665200b9829b with identifier: 7009656auction111131 to the API
2026-03-30 00:55:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009656>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'fd48b9f2-03de-52f6-83af-665200b9829b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009656',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 75942,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-26',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN up! 1.0',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0',
'vin': None,
'year': 2021}
2026-03-30 00:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009656auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:47 [ecarstrade.nl] INFO: Saving data for 7009656auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623490.052829, 'last_price_update_time': 1774832147.591521}
2026-03-30 00:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009656auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009651> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:48 [ecarstrade.nl] INFO: Extracting details for car 7009651auction111131
2026-03-30 00:55:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 517dcdd1-1f1c-5326-8de7-fdcf0d5581df with identifier: 7009651auction111131
2026-03-30 00:55:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 517dcdd1-1f1c-5326-8de7-fdcf0d5581df with scrape type 2
2026-03-30 00:55:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 517dcdd1-1f1c-5326-8de7-fdcf0d5581df with scrape type 2
2026-03-30 00:55:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 517dcdd1-1f1c-5326-8de7-fdcf0d5581df, identifier: 7009651auction111131
2026-03-30 00:55:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 517dcdd1-1f1c-5326-8de7-fdcf0d5581df with identifier: 7009651auction111131
2026-03-30 00:55:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 517dcdd1-1f1c-5326-8de7-fdcf0d5581df with identifier: 7009651auction111131
2026-03-30 00:55:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 517dcdd1-1f1c-5326-8de7-fdcf0d5581df with identifier: 7009651auction111131 to the API
2026-03-30 00:55:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009651>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '517dcdd1-1f1c-5326-8de7-fdcf0d5581df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009651',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 45250,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-19',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta 1.0 EcoB. Connected',
'transmission': 'manual',
'trim': 'FORD 1.0 EcoB. Connected',
'vin': None,
'year': 2020}
2026-03-30 00:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009651auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:49 [ecarstrade.nl] INFO: Saving data for 7009651auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623549.390787, 'last_price_update_time': 1774832149.000704}
2026-03-30 00:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009651auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009272> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:49 [ecarstrade.nl] INFO: Extracting details for car 7009272auction111131
2026-03-30 00:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009603> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08b270ef-e084-506c-aa0e-30b2a9e60f3f with identifier: 7009272auction111131
2026-03-30 00:55:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08b270ef-e084-506c-aa0e-30b2a9e60f3f with scrape type 2
2026-03-30 00:55:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08b270ef-e084-506c-aa0e-30b2a9e60f3f with scrape type 2
2026-03-30 00:55:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 08b270ef-e084-506c-aa0e-30b2a9e60f3f, identifier: 7009272auction111131
2026-03-30 00:55:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 08b270ef-e084-506c-aa0e-30b2a9e60f3f with identifier: 7009272auction111131
2026-03-30 00:55:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 08b270ef-e084-506c-aa0e-30b2a9e60f3f with identifier: 7009272auction111131
2026-03-30 00:55:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 08b270ef-e084-506c-aa0e-30b2a9e60f3f with identifier: 7009272auction111131 to the API
2026-03-30 00:55:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55: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-30 00:55:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009272>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '08b270ef-e084-506c-aa0e-30b2a9e60f3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009272',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 115437,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-31',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 Icon 42 kWh',
'transmission': 'automatic',
'trim': 'FIAT Icon 42 kWh',
'vin': None,
'year': 2020}
2026-03-30 00:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009272auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:50 [ecarstrade.nl] INFO: Saving data for 7009272auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623487.983495, 'last_price_update_time': 1774832150.503349}
2026-03-30 00:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009272auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:50 [ecarstrade.nl] INFO: Extracting details for car 7009603auction111131
2026-03-30 00:55:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 581cbaba-5120-528c-80fe-63306c0d2283 with identifier: 7009603auction111131
2026-03-30 00:55:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 581cbaba-5120-528c-80fe-63306c0d2283 with scrape type 2
2026-03-30 00:55:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 581cbaba-5120-528c-80fe-63306c0d2283 with scrape type 2
2026-03-30 00:55:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 581cbaba-5120-528c-80fe-63306c0d2283, identifier: 7009603auction111131
2026-03-30 00:55:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 581cbaba-5120-528c-80fe-63306c0d2283 with identifier: 7009603auction111131
2026-03-30 00:55:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 581cbaba-5120-528c-80fe-63306c0d2283 with identifier: 7009603auction111131
2026-03-30 00:55:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 581cbaba-5120-528c-80fe-63306c0d2283 with identifier: 7009603auction111131 to the API
2026-03-30 00:55:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55: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-30 00:55:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009603>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '581cbaba-5120-528c-80fe-63306c0d2283',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009603',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 32604,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-19',
'seats_number': 4,
'seller_name': None,
'title': 'KIA Picanto 1.0 DPi ComfortLine',
'transmission': 'manual',
'trim': 'KIA 1.0 DPi ComfortLine',
'vin': None,
'year': 2022}
2026-03-30 00:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009603auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:50 [ecarstrade.nl] INFO: Saving data for 7009603auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623488.9462, 'last_price_update_time': 1774832150.890424}
2026-03-30 00:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009603auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Found listing with ID: 7009305auction111131
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009305auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Scrape type for 7009305auction111131: 2
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Found listing with ID: 7009270auction111131
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009270auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Scrape type for 7009270auction111131: 2
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Found listing with ID: 7009669auction111131
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009669auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Scrape type for 7009669auction111131: 2
2026-03-30 00:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009326> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Found listing with ID: 7010209auction111131
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010209auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Scrape type for 7010209auction111131: 2
2026-03-30 00:55:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Found listing with ID: 7009266auction111131
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009266auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Scrape type for 7009266auction111131: 2
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Found listing with ID: 7009587auction111131
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009587auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Scrape type for 7009587auction111131: 2
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Found listing with ID: 7009432auction111131
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009432auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Scrape type for 7009432auction111131: 2
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Found listing with ID: 7009620auction111131
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009620auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Scrape type for 7009620auction111131: 2
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Found listing with ID: 7009619auction111131
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009619auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Scrape type for 7009619auction111131: 2
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Extracting details for car 7009326auction111131
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Found listing with ID: 7009612auction111131
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009612auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Scrape type for 7009612auction111131: 2
2026-03-30 00:55:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5656438e-8c33-5ba1-ade0-74cd85773fd0 with identifier: 7009326auction111131
2026-03-30 00:55:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5656438e-8c33-5ba1-ade0-74cd85773fd0 with scrape type 2
2026-03-30 00:55:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5656438e-8c33-5ba1-ade0-74cd85773fd0 with scrape type 2
2026-03-30 00:55:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5656438e-8c33-5ba1-ade0-74cd85773fd0, identifier: 7009326auction111131
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Found listing with ID: 7009618auction111131
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009618auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:51 [ecarstrade.nl] INFO: Scrape type for 7009618auction111131: 2
2026-03-30 00:55:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5656438e-8c33-5ba1-ade0-74cd85773fd0 with identifier: 7009326auction111131
2026-03-30 00:55:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5656438e-8c33-5ba1-ade0-74cd85773fd0 with identifier: 7009326auction111131
2026-03-30 00:55:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5656438e-8c33-5ba1-ade0-74cd85773fd0 with identifier: 7009326auction111131 to the API
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009326>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5656438e-8c33-5ba1-ade0-74cd85773fd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009326',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 138421,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa 1.2 Turbo Level 2',
'transmission': 'manual',
'trim': 'OPEL 1.2 Turbo Level 2',
'vin': None,
'year': 2023}
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009326auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Saving data for 7009326auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623498.264217, 'last_price_update_time': 1774832152.075834}
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009326auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Found listing with ID: 7011352auction111131
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277011352auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Scrape type for 7011352auction111131: 2
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Found listing with ID: 7009440auction111131
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009440auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Scrape type for 7009440auction111131: 2
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Found listing with ID: 7010176auction111131
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010176auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Scrape type for 7010176auction111131: 2
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Found listing with ID: 7009359auction111131
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009359auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Scrape type for 7009359auction111131: 2
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Found listing with ID: 7009331auction111131
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009331auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Scrape type for 7009331auction111131: 2
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Found listing with ID: 7009263auction111131
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009263auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Scrape type for 7009263auction111131: 2
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Found listing with ID: 7009665auction111131
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009665auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Scrape type for 7009665auction111131: 2
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Found listing with ID: 7009666auction111131
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009666auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Scrape type for 7009666auction111131: 2
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Found listing with ID: 7010254auction111131
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010254auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:52 [ecarstrade.nl] INFO: Scrape type for 7010254auction111131: 2
2026-03-30 00:55:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010178> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:53 [ecarstrade.nl] INFO: Extracting details for car 7010178auction111131
2026-03-30 00:55:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac046db7-4ddd-5a96-abbf-b829af7140d9 with identifier: 7010178auction111131
2026-03-30 00:55:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac046db7-4ddd-5a96-abbf-b829af7140d9 with scrape type 2
2026-03-30 00:55:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac046db7-4ddd-5a96-abbf-b829af7140d9 with scrape type 2
2026-03-30 00:55:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ac046db7-4ddd-5a96-abbf-b829af7140d9, identifier: 7010178auction111131
2026-03-30 00:55:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ac046db7-4ddd-5a96-abbf-b829af7140d9 with identifier: 7010178auction111131
2026-03-30 00:55:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ac046db7-4ddd-5a96-abbf-b829af7140d9 with identifier: 7010178auction111131
2026-03-30 00:55:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ac046db7-4ddd-5a96-abbf-b829af7140d9 with identifier: 7010178auction111131 to the API
2026-03-30 00:55:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010178>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'ac046db7-4ddd-5a96-abbf-b829af7140d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010178',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 211695,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-29',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L1H1 Trendl.',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L1H1 Trendl.',
'vin': None,
'year': 2017}
2026-03-30 00:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010178auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:53 [ecarstrade.nl] INFO: Saving data for 7010178auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623547.722242, 'last_price_update_time': 1774832153.610415}
2026-03-30 00:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010178auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009639> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:53 [ecarstrade.nl] INFO: Extracting details for car 7009639auction111131
2026-03-30 00:55:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c251f027-ef2d-514e-886f-78ff16afc0d4 with identifier: 7009639auction111131
2026-03-30 00:55:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c251f027-ef2d-514e-886f-78ff16afc0d4 with scrape type 2
2026-03-30 00:55:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c251f027-ef2d-514e-886f-78ff16afc0d4 with scrape type 2
2026-03-30 00:55:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c251f027-ef2d-514e-886f-78ff16afc0d4, identifier: 7009639auction111131
2026-03-30 00:55:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c251f027-ef2d-514e-886f-78ff16afc0d4 with identifier: 7009639auction111131
2026-03-30 00:55:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c251f027-ef2d-514e-886f-78ff16afc0d4 with identifier: 7009639auction111131
2026-03-30 00:55:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c251f027-ef2d-514e-886f-78ff16afc0d4 with identifier: 7009639auction111131 to the API
2026-03-30 00:55:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009639>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'c251f027-ef2d-514e-886f-78ff16afc0d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009639',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 101302,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 MPI Comfortline',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO 1.0 MPI Comfortline',
'vin': None,
'year': 2020}
2026-03-30 00:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009639auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:54 [ecarstrade.nl] INFO: Saving data for 7009639auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623531.018118, 'last_price_update_time': 1774832154.091826}
2026-03-30 00:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009639auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009511> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:54 [ecarstrade.nl] INFO: Extracting details for car 7009511auction111131
2026-03-30 00:55:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cfc6e83-76bc-5c13-aee3-c86a927cff89 with identifier: 7009511auction111131
2026-03-30 00:55:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cfc6e83-76bc-5c13-aee3-c86a927cff89 with scrape type 2
2026-03-30 00:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cfc6e83-76bc-5c13-aee3-c86a927cff89 with scrape type 2
2026-03-30 00:55:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4cfc6e83-76bc-5c13-aee3-c86a927cff89, identifier: 7009511auction111131
2026-03-30 00:55:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4cfc6e83-76bc-5c13-aee3-c86a927cff89 with identifier: 7009511auction111131
2026-03-30 00:55:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4cfc6e83-76bc-5c13-aee3-c86a927cff89 with identifier: 7009511auction111131
2026-03-30 00:55:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4cfc6e83-76bc-5c13-aee3-c86a927cff89 with identifier: 7009511auction111131 to the API
2026-03-30 00:55:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009511>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '4cfc6e83-76bc-5c13-aee3-c86a927cff89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009511',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'ZS',
'odometer': 97711,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'MG MG ZS EV Luxury 45 kWh',
'transmission': 'automatic',
'trim': 'EV Luxury 45 kWh',
'vin': None,
'year': 2019}
2026-03-30 00:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009511auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:56 [ecarstrade.nl] INFO: Saving data for 7009511auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623578.411818, 'last_price_update_time': 1774832156.241354}
2026-03-30 00:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009511auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009330> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:56 [ecarstrade.nl] INFO: Extracting details for car 7009330auction111131
2026-03-30 00:55:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aca397fd-9958-53f5-9bfa-ffa3b4ffd045 with identifier: 7009330auction111131
2026-03-30 00:55:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aca397fd-9958-53f5-9bfa-ffa3b4ffd045 with scrape type 2
2026-03-30 00:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aca397fd-9958-53f5-9bfa-ffa3b4ffd045 with scrape type 2
2026-03-30 00:55:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aca397fd-9958-53f5-9bfa-ffa3b4ffd045, identifier: 7009330auction111131
2026-03-30 00:55:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aca397fd-9958-53f5-9bfa-ffa3b4ffd045 with identifier: 7009330auction111131
2026-03-30 00:55:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aca397fd-9958-53f5-9bfa-ffa3b4ffd045 with identifier: 7009330auction111131
2026-03-30 00:55:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aca397fd-9958-53f5-9bfa-ffa3b4ffd045 with identifier: 7009330auction111131 to the API
2026-03-30 00:55:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009330>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'aca397fd-9958-53f5-9bfa-ffa3b4ffd045',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009330',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 155909,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.5 EcoBlue Trend Ed. Business',
'transmission': 'manual',
'trim': 'FORD Wagon 1.5 EcoBlue Trend Ed. Business',
'vin': None,
'year': 2021}
2026-03-30 00:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009330auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:56 [ecarstrade.nl] INFO: Saving data for 7009330auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623576.619999, 'last_price_update_time': 1774832156.72943}
2026-03-30 00:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009330auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011356> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:57 [ecarstrade.nl] INFO: Extracting details for car 7011356auction111131
2026-03-30 00:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009629> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdc5baa4-8019-5f68-ad3f-02c8db0f2e62 with identifier: 7011356auction111131
2026-03-30 00:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdc5baa4-8019-5f68-ad3f-02c8db0f2e62 with scrape type 2
2026-03-30 00:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdc5baa4-8019-5f68-ad3f-02c8db0f2e62 with scrape type 2
2026-03-30 00:55:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fdc5baa4-8019-5f68-ad3f-02c8db0f2e62, identifier: 7011356auction111131
2026-03-30 00:55:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fdc5baa4-8019-5f68-ad3f-02c8db0f2e62 with identifier: 7011356auction111131
2026-03-30 00:55:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fdc5baa4-8019-5f68-ad3f-02c8db0f2e62 with identifier: 7011356auction111131
2026-03-30 00:55:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fdc5baa4-8019-5f68-ad3f-02c8db0f2e62 with identifier: 7011356auction111131 to the API
2026-03-30 00:55:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011356>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'fdc5baa4-8019-5f68-ad3f-02c8db0f2e62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011356',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 56772,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PT Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active',
'vin': None,
'year': 2021}
2026-03-30 00:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277011356auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:57 [ecarstrade.nl] INFO: Saving data for 7011356auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774637582.22034, 'last_price_update_time': 1774832157.821631}
2026-03-30 00:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7011356auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:57 [ecarstrade.nl] INFO: Extracting details for car 7009629auction111131
2026-03-30 00:55:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d6d0228-3360-5d52-ae8d-28fa8e535fcf with identifier: 7009629auction111131
2026-03-30 00:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d6d0228-3360-5d52-ae8d-28fa8e535fcf with scrape type 2
2026-03-30 00:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d6d0228-3360-5d52-ae8d-28fa8e535fcf with scrape type 2
2026-03-30 00:55:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8d6d0228-3360-5d52-ae8d-28fa8e535fcf, identifier: 7009629auction111131
2026-03-30 00:55:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8d6d0228-3360-5d52-ae8d-28fa8e535fcf with identifier: 7009629auction111131
2026-03-30 00:55:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8d6d0228-3360-5d52-ae8d-28fa8e535fcf with identifier: 7009629auction111131
2026-03-30 00:55:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8d6d0228-3360-5d52-ae8d-28fa8e535fcf with identifier: 7009629auction111131 to the API
2026-03-30 00:55:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009629>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '8d6d0228-3360-5d52-ae8d-28fa8e535fcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009629',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 139089,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EcoB. ST L. Bns',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EcoB. ST L. Bns',
'vin': None,
'year': 2020}
2026-03-30 00:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009629auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:58 [ecarstrade.nl] INFO: Saving data for 7009629auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623479.753356, 'last_price_update_time': 1774832158.231901}
2026-03-30 00:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009629auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010172> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:55:58 [ecarstrade.nl] INFO: Extracting details for car 7010172auction111131
2026-03-30 00:55:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f5f3b73-96a8-5463-a406-e935fbaac2fe with identifier: 7010172auction111131
2026-03-30 00:55:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f5f3b73-96a8-5463-a406-e935fbaac2fe with scrape type 2
2026-03-30 00:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f5f3b73-96a8-5463-a406-e935fbaac2fe with scrape type 2
2026-03-30 00:55:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0f5f3b73-96a8-5463-a406-e935fbaac2fe, identifier: 7010172auction111131
2026-03-30 00:55:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0f5f3b73-96a8-5463-a406-e935fbaac2fe with identifier: 7010172auction111131
2026-03-30 00:55:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0f5f3b73-96a8-5463-a406-e935fbaac2fe with identifier: 7010172auction111131
2026-03-30 00:55:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0f5f3b73-96a8-5463-a406-e935fbaac2fe with identifier: 7010172auction111131 to the API
2026-03-30 00:55:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:55:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:55:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010172>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '0f5f3b73-96a8-5463-a406-e935fbaac2fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010172',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 148743,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.5 EcoBlue Trend Edition Busi',
'transmission': 'manual',
'trim': 'FORD Wagon 1.5 EcoBlue Trend Edition Busi',
'vin': None,
'year': 2021}
2026-03-30 00:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010172auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:55:58 [ecarstrade.nl] INFO: Saving data for 7010172auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623577.476642, 'last_price_update_time': 1774832158.72308}
2026-03-30 00:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010172auction111131') HTTP/1.1" 204 0
2026-03-30 00:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:55:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Found listing with ID: 7006194auction111095
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006194auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Scrape type for 7006194auction111095: 2
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Found listing with ID: 7006216auction111095
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006216auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Scrape type for 7006216auction111095: 2
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Found listing with ID: 7006221auction111095
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006221auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Scrape type for 7006221auction111095: 2
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Found listing with ID: 7006486auction111095
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006486auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Scrape type for 7006486auction111095: 2
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Found listing with ID: 7006485auction111095
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006485auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Scrape type for 7006485auction111095: 2
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Found listing with ID: 7006223auction111095
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006223auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Scrape type for 7006223auction111095: 2
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Found listing with ID: 7006202auction111095
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006202auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Scrape type for 7006202auction111095: 2
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Found listing with ID: 7006187auction111095
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006187auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Scrape type for 7006187auction111095: 2
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Found listing with ID: 7006174auction111095
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006174auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Scrape type for 7006174auction111095: 2
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Found listing with ID: 7006178auction111095
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006178auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Scrape type for 7006178auction111095: 2
2026-03-30 00:55:59 [ecarstrade.nl] INFO: Found listing with ID: 7006111auction111095
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006111auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Scrape type for 7006111auction111095: 2
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Found listing with ID: 7006108auction111095
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006108auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Scrape type for 7006108auction111095: 2
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Found listing with ID: 7006488auction111095
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006488auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Scrape type for 7006488auction111095: 2
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Found listing with ID: 7006098auction111095
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006098auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Scrape type for 7006098auction111095: 2
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Found listing with ID: 7006191auction111095
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006191auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Scrape type for 7006191auction111095: 2
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Found listing with ID: 7006107auction111095
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006107auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Scrape type for 7006107auction111095: 2
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Found listing with ID: 7006104auction111095
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006104auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Scrape type for 7006104auction111095: 2
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Found listing with ID: 7006214auction111095
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006214auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Scrape type for 7006214auction111095: 2
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Found listing with ID: 7006219auction111095
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006219auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Scrape type for 7006219auction111095: 2
2026-03-30 00:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009305> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Found listing with ID: 7006100auction111095
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006100auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Scrape type for 7006100auction111095: 2
2026-03-30 00:56:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Extracting details for car 7009305auction111131
2026-03-30 00:56:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1f5bdcf-d928-5577-b026-e90d6ca10cdd with identifier: 7009305auction111131
2026-03-30 00:56:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1f5bdcf-d928-5577-b026-e90d6ca10cdd with scrape type 2
2026-03-30 00:56:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1f5bdcf-d928-5577-b026-e90d6ca10cdd with scrape type 2
2026-03-30 00:56:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a1f5bdcf-d928-5577-b026-e90d6ca10cdd, identifier: 7009305auction111131
2026-03-30 00:56:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a1f5bdcf-d928-5577-b026-e90d6ca10cdd with identifier: 7009305auction111131
2026-03-30 00:56:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a1f5bdcf-d928-5577-b026-e90d6ca10cdd with identifier: 7009305auction111131
2026-03-30 00:56:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a1f5bdcf-d928-5577-b026-e90d6ca10cdd with identifier: 7009305auction111131 to the API
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009305>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'a1f5bdcf-d928-5577-b026-e90d6ca10cdd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009305',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 115246,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-12',
'seats_number': 4,
'seller_name': None,
'title': 'KIA Picanto 1.0 DPi GT-Line',
'transmission': 'manual',
'trim': 'KIA 1.0 DPi GT-Line',
'vin': None,
'year': 2021}
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009305auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Saving data for 7009305auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623584.618661, 'last_price_update_time': 1774832160.662905}
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009305auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009270> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:00 [ecarstrade.nl] INFO: Extracting details for car 7009270auction111131
2026-03-30 00:56:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8 with identifier: 7009270auction111131
2026-03-30 00:56:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8 with scrape type 2
2026-03-30 00:56:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8 with scrape type 2
2026-03-30 00:56:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8, identifier: 7009270auction111131
2026-03-30 00:56:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8 with identifier: 7009270auction111131
2026-03-30 00:56:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8 with identifier: 7009270auction111131
2026-03-30 00:56:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8 with identifier: 7009270auction111131 to the API
2026-03-30 00:56:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009270>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009270',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'i10',
'odometer': 103478,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-03',
'seats_number': 4,
'seller_name': None,
'title': 'HYUNDAI i10 1.0 Comfort',
'transmission': 'manual',
'trim': 'HYUNDAI 1.0 Comfort',
'vin': None,
'year': 2021}
2026-03-30 00:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009270auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:01 [ecarstrade.nl] INFO: Saving data for 7009270auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623556.616328, 'last_price_update_time': 1774832161.238768}
2026-03-30 00:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009270auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009669> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:02 [ecarstrade.nl] INFO: Extracting details for car 7009669auction111131
2026-03-30 00:56:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6b18334-537a-5130-86c0-667163e0613c with identifier: 7009669auction111131
2026-03-30 00:56:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6b18334-537a-5130-86c0-667163e0613c with scrape type 2
2026-03-30 00:56:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6b18334-537a-5130-86c0-667163e0613c with scrape type 2
2026-03-30 00:56:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e6b18334-537a-5130-86c0-667163e0613c, identifier: 7009669auction111131
2026-03-30 00:56:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e6b18334-537a-5130-86c0-667163e0613c with identifier: 7009669auction111131
2026-03-30 00:56:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e6b18334-537a-5130-86c0-667163e0613c with identifier: 7009669auction111131
2026-03-30 00:56:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e6b18334-537a-5130-86c0-667163e0613c with identifier: 7009669auction111131 to the API
2026-03-30 00:56:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009669>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'e6b18334-537a-5130-86c0-667163e0613c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009669',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 128066,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-24',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN up! 1.0',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0',
'vin': None,
'year': 2021}
2026-03-30 00:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009669auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:02 [ecarstrade.nl] INFO: Saving data for 7009669auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623552.435151, 'last_price_update_time': 1774832162.959566}
2026-03-30 00:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009669auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010209> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:03 [ecarstrade.nl] INFO: Extracting details for car 7010209auction111131
2026-03-30 00:56:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6 with identifier: 7010209auction111131
2026-03-30 00:56:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6 with scrape type 2
2026-03-30 00:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6 with scrape type 2
2026-03-30 00:56:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6, identifier: 7010209auction111131
2026-03-30 00:56:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6 with identifier: 7010209auction111131
2026-03-30 00:56:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6 with identifier: 7010209auction111131
2026-03-30 00:56:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6 with identifier: 7010209auction111131 to the API
2026-03-30 00:56:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010209>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '368cdc6e-8753-562a-9c5d-8c71c6c2e9e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010209',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 123411,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-10',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy 2.0 TDI L1H1 BMT Trendline',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 2.0 TDI L1H1 BMT Trendline',
'vin': None,
'year': 2016}
2026-03-30 00:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010209auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:03 [ecarstrade.nl] INFO: Saving data for 7010209auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623550.945393, 'last_price_update_time': 1774832163.875502}
2026-03-30 00:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010209auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009266> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:04 [ecarstrade.nl] INFO: Extracting details for car 7009266auction111131
2026-03-30 00:56:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5ba81ca-acaf-5f51-8b18-c5c93489a955 with identifier: 7009266auction111131
2026-03-30 00:56:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5ba81ca-acaf-5f51-8b18-c5c93489a955 with scrape type 2
2026-03-30 00:56:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5ba81ca-acaf-5f51-8b18-c5c93489a955 with scrape type 2
2026-03-30 00:56:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d5ba81ca-acaf-5f51-8b18-c5c93489a955, identifier: 7009266auction111131
2026-03-30 00:56:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d5ba81ca-acaf-5f51-8b18-c5c93489a955 with identifier: 7009266auction111131
2026-03-30 00:56:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d5ba81ca-acaf-5f51-8b18-c5c93489a955 with identifier: 7009266auction111131
2026-03-30 00:56:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d5ba81ca-acaf-5f51-8b18-c5c93489a955 with identifier: 7009266auction111131 to the API
2026-03-30 00:56:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009266>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd5ba81ca-acaf-5f51-8b18-c5c93489a955',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009266',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '108',
'odometer': 37755,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-29',
'seats_number': 4,
'seller_name': None,
'title': 'PEUGEOT 108 1.0 e-VTi Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.0 e-VTi Active',
'vin': None,
'year': 2021}
2026-03-30 00:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009266auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:04 [ecarstrade.nl] INFO: Saving data for 7009266auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623552.070059, 'last_price_update_time': 1774832164.372391}
2026-03-30 00:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009266auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009587> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:04 [ecarstrade.nl] INFO: Extracting details for car 7009587auction111131
2026-03-30 00:56:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42b0d154-16b2-57c8-b6c2-10ee89439429 with identifier: 7009587auction111131
2026-03-30 00:56:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42b0d154-16b2-57c8-b6c2-10ee89439429 with scrape type 2
2026-03-30 00:56:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42b0d154-16b2-57c8-b6c2-10ee89439429 with scrape type 2
2026-03-30 00:56:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 42b0d154-16b2-57c8-b6c2-10ee89439429, identifier: 7009587auction111131
2026-03-30 00:56:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 42b0d154-16b2-57c8-b6c2-10ee89439429 with identifier: 7009587auction111131
2026-03-30 00:56:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 42b0d154-16b2-57c8-b6c2-10ee89439429 with identifier: 7009587auction111131
2026-03-30 00:56:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 42b0d154-16b2-57c8-b6c2-10ee89439429 with identifier: 7009587auction111131 to the API
2026-03-30 00:56:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009587>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '42b0d154-16b2-57c8-b6c2-10ee89439429',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009587',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '108',
'odometer': 45408,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-26',
'seats_number': 4,
'seller_name': None,
'title': 'PEUGEOT 108 1.0 e-VTi Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.0 e-VTi Active',
'vin': None,
'year': 2021}
2026-03-30 00:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009587auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:05 [ecarstrade.nl] INFO: Saving data for 7009587auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623542.840875, 'last_price_update_time': 1774832165.021165}
2026-03-30 00:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009587auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009432> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:05 [ecarstrade.nl] INFO: Extracting details for car 7009432auction111131
2026-03-30 00:56:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3392c147-8e37-5e24-bdb5-baf64f12a829 with identifier: 7009432auction111131
2026-03-30 00:56:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3392c147-8e37-5e24-bdb5-baf64f12a829 with scrape type 2
2026-03-30 00:56:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3392c147-8e37-5e24-bdb5-baf64f12a829 with scrape type 2
2026-03-30 00:56:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3392c147-8e37-5e24-bdb5-baf64f12a829, identifier: 7009432auction111131
2026-03-30 00:56:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3392c147-8e37-5e24-bdb5-baf64f12a829 with identifier: 7009432auction111131
2026-03-30 00:56:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3392c147-8e37-5e24-bdb5-baf64f12a829 with identifier: 7009432auction111131
2026-03-30 00:56:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3392c147-8e37-5e24-bdb5-baf64f12a829 with identifier: 7009432auction111131 to the API
2026-03-30 00:56:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56: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-30 00:56:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009432>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '3392c147-8e37-5e24-bdb5-baf64f12a829',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009432',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '108',
'odometer': 60120,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-15',
'seats_number': 4,
'seller_name': None,
'title': 'PEUGEOT 108 1.0 e-VTi Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.0 e-VTi Active',
'vin': None,
'year': 2021}
2026-03-30 00:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009432auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:05 [ecarstrade.nl] INFO: Saving data for 7009432auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623541.737644, 'last_price_update_time': 1774832165.49506}
2026-03-30 00:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009432auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009620> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:56:06 [ecarstrade.nl] INFO: Extracting details for car 7009620auction111131
2026-03-30 00:56:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2449d43a-5cad-5866-840b-7ba21e8d9d51 with identifier: 7009620auction111131
2026-03-30 00:56:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2449d43a-5cad-5866-840b-7ba21e8d9d51 with scrape type 2
2026-03-30 00:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2449d43a-5cad-5866-840b-7ba21e8d9d51 with scrape type 2
2026-03-30 00:56:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2449d43a-5cad-5866-840b-7ba21e8d9d51, identifier: 7009620auction111131
2026-03-30 00:56:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2449d43a-5cad-5866-840b-7ba21e8d9d51 with identifier: 7009620auction111131
2026-03-30 00:56:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2449d43a-5cad-5866-840b-7ba21e8d9d51 with identifier: 7009620auction111131
2026-03-30 00:56:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2449d43a-5cad-5866-840b-7ba21e8d9d51 with identifier: 7009620auction111131 to the API
2026-03-30 00:56:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56: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-30 00:56:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009620>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '2449d43a-5cad-5866-840b-7ba21e8d9d51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009620',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '108',
'odometer': 49112,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-29',
'seats_number': 4,
'seller_name': None,
'title': 'PEUGEOT 108 1.0 e-VTi Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.0 e-VTi Active',
'vin': None,
'year': 2021}
2026-03-30 00:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009620auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:07 [ecarstrade.nl] INFO: Saving data for 7009620auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623550.006055, 'last_price_update_time': 1774832167.376983}
2026-03-30 00:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009620auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:07 [scrapy.extensions.logstats] INFO: Crawled 467 pages (at 55 pages/min), scraped 437 items (at 52 items/min)
2026-03-30 00:56:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-30 00:56:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009666> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010254> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:07 [ecarstrade.nl] INFO: Extracting details for car 7009666auction111131
2026-03-30 00:56:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8acfeee-102b-5f24-825f-e861a6e21aca with identifier: 7009666auction111131
2026-03-30 00:56:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8acfeee-102b-5f24-825f-e861a6e21aca with scrape type 2
2026-03-30 00:56:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8acfeee-102b-5f24-825f-e861a6e21aca with scrape type 2
2026-03-30 00:56:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f8acfeee-102b-5f24-825f-e861a6e21aca, identifier: 7009666auction111131
2026-03-30 00:56:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f8acfeee-102b-5f24-825f-e861a6e21aca with identifier: 7009666auction111131
2026-03-30 00:56:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f8acfeee-102b-5f24-825f-e861a6e21aca with identifier: 7009666auction111131
2026-03-30 00:56:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f8acfeee-102b-5f24-825f-e861a6e21aca with identifier: 7009666auction111131 to the API
2026-03-30 00:56:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009666>
{'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-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f8acfeee-102b-5f24-825f-e861a6e21aca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009666',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 91425,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI IONIQ 1.6 GDi Shine DCT',
'transmission': 'automatic',
'trim': 'HYUNDAI 1.6 GDi Shine DCT',
'vin': None,
'year': 2022}
2026-03-30 00:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009666auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:08 [ecarstrade.nl] INFO: Saving data for 7009666auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623526.953325, 'last_price_update_time': 1774832168.382607}
2026-03-30 00:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009666auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:08 [ecarstrade.nl] INFO: Extracting details for car 7010254auction111131
2026-03-30 00:56:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44fd299b-cef5-5a03-a246-82421e639478 with identifier: 7010254auction111131
2026-03-30 00:56:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44fd299b-cef5-5a03-a246-82421e639478 with scrape type 2
2026-03-30 00:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44fd299b-cef5-5a03-a246-82421e639478 with scrape type 2
2026-03-30 00:56:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 44fd299b-cef5-5a03-a246-82421e639478, identifier: 7010254auction111131
2026-03-30 00:56:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 44fd299b-cef5-5a03-a246-82421e639478 with identifier: 7010254auction111131
2026-03-30 00:56:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 44fd299b-cef5-5a03-a246-82421e639478 with identifier: 7010254auction111131
2026-03-30 00:56:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 44fd299b-cef5-5a03-a246-82421e639478 with identifier: 7010254auction111131 to the API
2026-03-30 00:56:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010254>
{'auction_title': '',
'c_o_2_emission_value': 203,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '44fd299b-cef5-5a03-a246-82421e639478',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010254',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 101698,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-21',
'seats_number': 9,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter Kombi 2.0TSI Comfortline 9P. DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter Kombi 2.0TSI Comfortline 9P. DSG',
'vin': None,
'year': 2017}
2026-03-30 00:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010254auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:08 [ecarstrade.nl] INFO: Saving data for 7010254auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623528.344024, 'last_price_update_time': 1774832168.773534}
2026-03-30 00:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010254auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009665> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:09 [ecarstrade.nl] INFO: Extracting details for car 7009665auction111131
2026-03-30 00:56:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa2fa912-1f08-57ab-bb11-471f8267949f with identifier: 7009665auction111131
2026-03-30 00:56:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa2fa912-1f08-57ab-bb11-471f8267949f with scrape type 2
2026-03-30 00:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa2fa912-1f08-57ab-bb11-471f8267949f with scrape type 2
2026-03-30 00:56:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aa2fa912-1f08-57ab-bb11-471f8267949f, identifier: 7009665auction111131
2026-03-30 00:56:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aa2fa912-1f08-57ab-bb11-471f8267949f with identifier: 7009665auction111131
2026-03-30 00:56:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aa2fa912-1f08-57ab-bb11-471f8267949f with identifier: 7009665auction111131
2026-03-30 00:56:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aa2fa912-1f08-57ab-bb11-471f8267949f with identifier: 7009665auction111131 to the API
2026-03-30 00:56:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009665>
{'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-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'aa2fa912-1f08-57ab-bb11-471f8267949f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009665',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'V60',
'odometer': 142711,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V60 B3 Momentum Pro Geatronic',
'transmission': 'automatic',
'trim': 'VOLVO B3 Momentum Pro Geatronic',
'vin': None,
'year': 2021}
2026-03-30 00:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009665auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:09 [ecarstrade.nl] INFO: Saving data for 7009665auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623526.216834, 'last_price_update_time': 1774832169.394644}
2026-03-30 00:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009665auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009263> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:10 [ecarstrade.nl] INFO: Extracting details for car 7009263auction111131
2026-03-30 00:56:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57411f92-f987-51cb-ad21-1e33ea226b27 with identifier: 7009263auction111131
2026-03-30 00:56:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57411f92-f987-51cb-ad21-1e33ea226b27 with scrape type 2
2026-03-30 00:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57411f92-f987-51cb-ad21-1e33ea226b27 with scrape type 2
2026-03-30 00:56:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 57411f92-f987-51cb-ad21-1e33ea226b27, identifier: 7009263auction111131
2026-03-30 00:56:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 57411f92-f987-51cb-ad21-1e33ea226b27 with identifier: 7009263auction111131
2026-03-30 00:56:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 57411f92-f987-51cb-ad21-1e33ea226b27 with identifier: 7009263auction111131
2026-03-30 00:56:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 57411f92-f987-51cb-ad21-1e33ea226b27 with identifier: 7009263auction111131 to the API
2026-03-30 00:56:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009263>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '57411f92-f987-51cb-ad21-1e33ea226b27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009263',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 124480,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-20',
'seats_number': 5,
'seller_name': None,
'title': 'KIA ceed sportswagon 1.0 T-GDi DynamicL.',
'transmission': 'manual',
'trim': 'KIA ceed sportswagon 1.0 T-GDi DynamicL.',
'vin': None,
'year': 2022}
2026-03-30 00:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009263auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:11 [ecarstrade.nl] INFO: Saving data for 7009263auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623527.590968, 'last_price_update_time': 1774832171.148347}
2026-03-30 00:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009263auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009359> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:11 [ecarstrade.nl] INFO: Extracting details for car 7009359auction111131
2026-03-30 00:56:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfd2d04a-beee-567d-a08c-fc56103caa20 with identifier: 7009359auction111131
2026-03-30 00:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfd2d04a-beee-567d-a08c-fc56103caa20 with scrape type 2
2026-03-30 00:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfd2d04a-beee-567d-a08c-fc56103caa20 with scrape type 2
2026-03-30 00:56:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dfd2d04a-beee-567d-a08c-fc56103caa20, identifier: 7009359auction111131
2026-03-30 00:56:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dfd2d04a-beee-567d-a08c-fc56103caa20 with identifier: 7009359auction111131
2026-03-30 00:56:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dfd2d04a-beee-567d-a08c-fc56103caa20 with identifier: 7009359auction111131
2026-03-30 00:56:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dfd2d04a-beee-567d-a08c-fc56103caa20 with identifier: 7009359auction111131 to the API
2026-03-30 00:56:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009359>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'dfd2d04a-beee-567d-a08c-fc56103caa20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009359',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 61974,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-30',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN up! 1.0 BMT Move UP!',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 BMT Move UP!',
'vin': None,
'year': 2020}
2026-03-30 00:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009359auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:11 [ecarstrade.nl] INFO: Saving data for 7009359auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623546.32629, 'last_price_update_time': 1774832171.987922}
2026-03-30 00:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009359auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009440> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:13 [ecarstrade.nl] INFO: Extracting details for car 7009440auction111131
2026-03-30 00:56:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dec7abb9-88d0-5028-b015-c8bfaa9d78a0 with identifier: 7009440auction111131
2026-03-30 00:56:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dec7abb9-88d0-5028-b015-c8bfaa9d78a0 with scrape type 2
2026-03-30 00:56:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dec7abb9-88d0-5028-b015-c8bfaa9d78a0 with scrape type 2
2026-03-30 00:56:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dec7abb9-88d0-5028-b015-c8bfaa9d78a0, identifier: 7009440auction111131
2026-03-30 00:56:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dec7abb9-88d0-5028-b015-c8bfaa9d78a0 with identifier: 7009440auction111131
2026-03-30 00:56:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dec7abb9-88d0-5028-b015-c8bfaa9d78a0 with identifier: 7009440auction111131
2026-03-30 00:56:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dec7abb9-88d0-5028-b015-c8bfaa9d78a0 with identifier: 7009440auction111131 to the API
2026-03-30 00:56:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009440>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'dec7abb9-88d0-5028-b015-c8bfaa9d78a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009440',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 161049,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Astra Sports Tourer 1.4 Business+',
'transmission': 'manual',
'trim': 'OPEL Sports Tourer 1.4 Business+',
'vin': None,
'year': 2017}
2026-03-30 00:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009440auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:13 [ecarstrade.nl] INFO: Saving data for 7009440auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623543.973777, 'last_price_update_time': 1774832173.920711}
2026-03-30 00:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009440auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006219> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:14 [ecarstrade.nl] INFO: Extracting details for car 7006219auction111095
2026-03-30 00:56:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0317a03-6228-563c-9399-4d2ceb6784e1 with identifier: 7006219auction111095
2026-03-30 00:56:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0317a03-6228-563c-9399-4d2ceb6784e1 with scrape type 2
2026-03-30 00:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0317a03-6228-563c-9399-4d2ceb6784e1 with scrape type 2
2026-03-30 00:56:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f0317a03-6228-563c-9399-4d2ceb6784e1, identifier: 7006219auction111095
2026-03-30 00:56:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f0317a03-6228-563c-9399-4d2ceb6784e1 with identifier: 7006219auction111095
2026-03-30 00:56:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f0317a03-6228-563c-9399-4d2ceb6784e1 with identifier: 7006219auction111095
2026-03-30 00:56:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f0317a03-6228-563c-9399-4d2ceb6784e1 with identifier: 7006219auction111095 to the API
2026-03-30 00:56:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006219>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'f0317a03-6228-563c-9399-4d2ceb6784e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006219',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '120',
'odometer': 144859,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1-serie 120i Bns Edition',
'transmission': 'automatic',
'trim': '1-serie i Bns Edition',
'vin': None,
'year': 2022}
2026-03-30 00:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006219auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:14 [ecarstrade.nl] INFO: Saving data for 7006219auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551022.609556, 'last_price_update_time': 1774832174.628311}
2026-03-30 00:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006219auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009331> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:14 [ecarstrade.nl] INFO: Extracting details for car 7009331auction111131
2026-03-30 00:56:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eeeac596-ec39-5a7f-b873-8fee0f1a9274 with identifier: 7009331auction111131
2026-03-30 00:56:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eeeac596-ec39-5a7f-b873-8fee0f1a9274 with scrape type 2
2026-03-30 00:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eeeac596-ec39-5a7f-b873-8fee0f1a9274 with scrape type 2
2026-03-30 00:56:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: eeeac596-ec39-5a7f-b873-8fee0f1a9274, identifier: 7009331auction111131
2026-03-30 00:56:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: eeeac596-ec39-5a7f-b873-8fee0f1a9274 with identifier: 7009331auction111131
2026-03-30 00:56:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: eeeac596-ec39-5a7f-b873-8fee0f1a9274 with identifier: 7009331auction111131
2026-03-30 00:56:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: eeeac596-ec39-5a7f-b873-8fee0f1a9274 with identifier: 7009331auction111131 to the API
2026-03-30 00:56:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009331>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'eeeac596-ec39-5a7f-b873-8fee0f1a9274',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009331',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 136643,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-20',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PT Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active',
'vin': None,
'year': 2019}
2026-03-30 00:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009331auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:15 [ecarstrade.nl] INFO: Saving data for 7009331auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623529.498683, 'last_price_update_time': 1774832175.181059}
2026-03-30 00:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009331auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006100> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:15 [ecarstrade.nl] INFO: Extracting details for car 7006100auction111095
2026-03-30 00:56:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9fc97d3-cef7-50a3-9f13-be7ea22e4b31 with identifier: 7006100auction111095
2026-03-30 00:56:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9fc97d3-cef7-50a3-9f13-be7ea22e4b31 with scrape type 2
2026-03-30 00:56:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9fc97d3-cef7-50a3-9f13-be7ea22e4b31 with scrape type 2
2026-03-30 00:56:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f9fc97d3-cef7-50a3-9f13-be7ea22e4b31, identifier: 7006100auction111095
2026-03-30 00:56:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f9fc97d3-cef7-50a3-9f13-be7ea22e4b31 with identifier: 7006100auction111095
2026-03-30 00:56:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f9fc97d3-cef7-50a3-9f13-be7ea22e4b31 with identifier: 7006100auction111095
2026-03-30 00:56:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f9fc97d3-cef7-50a3-9f13-be7ea22e4b31 with identifier: 7006100auction111095 to the API
2026-03-30 00:56:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006100>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'f9fc97d3-cef7-50a3-9f13-be7ea22e4b31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006100',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 56355,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-27',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc 1.0 TSI Style',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Style',
'vin': None,
'year': 2021}
2026-03-30 00:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006100auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:15 [ecarstrade.nl] INFO: Saving data for 7006100auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551023.887627, 'last_price_update_time': 1774832175.666455}
2026-03-30 00:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006100auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006214> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:15 [ecarstrade.nl] INFO: Extracting details for car 7006214auction111095
2026-03-30 00:56:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 462c5935-ee43-547f-a690-be968491d9d0 with identifier: 7006214auction111095
2026-03-30 00:56:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 462c5935-ee43-547f-a690-be968491d9d0 with scrape type 2
2026-03-30 00:56:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 462c5935-ee43-547f-a690-be968491d9d0 with scrape type 2
2026-03-30 00:56:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 462c5935-ee43-547f-a690-be968491d9d0, identifier: 7006214auction111095
2026-03-30 00:56:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 462c5935-ee43-547f-a690-be968491d9d0 with identifier: 7006214auction111095
2026-03-30 00:56:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 462c5935-ee43-547f-a690-be968491d9d0 with identifier: 7006214auction111095
2026-03-30 00:56:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 462c5935-ee43-547f-a690-be968491d9d0 with identifier: 7006214auction111095 to the API
2026-03-30 00:56:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006214>
{'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-31T14:40:00Z',
'fuel_type': 'Electric',
'id': '462c5935-ee43-547f-a690-be968491d9d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006214',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Cupra',
'model': 'Born',
'odometer': 93694,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'CUPRA Born Adr. One 62 kWh',
'transmission': 'automatic',
'trim': 'CUPRA Adr. One 62 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006214auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:16 [ecarstrade.nl] INFO: Saving data for 7006214auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551018.967448, 'last_price_update_time': 1774832176.272254}
2026-03-30 00:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006214auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006104> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:17 [ecarstrade.nl] INFO: Extracting details for car 7006104auction111095
2026-03-30 00:56:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4065c28d-dac7-520f-8b6e-af3364f81b52 with identifier: 7006104auction111095
2026-03-30 00:56:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4065c28d-dac7-520f-8b6e-af3364f81b52 with scrape type 2
2026-03-30 00:56:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4065c28d-dac7-520f-8b6e-af3364f81b52 with scrape type 2
2026-03-30 00:56:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4065c28d-dac7-520f-8b6e-af3364f81b52, identifier: 7006104auction111095
2026-03-30 00:56:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4065c28d-dac7-520f-8b6e-af3364f81b52 with identifier: 7006104auction111095
2026-03-30 00:56:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4065c28d-dac7-520f-8b6e-af3364f81b52 with identifier: 7006104auction111095
2026-03-30 00:56:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4065c28d-dac7-520f-8b6e-af3364f81b52 with identifier: 7006104auction111095 to the API
2026-03-30 00:56:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56: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-30 00:56:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006104>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4065c28d-dac7-520f-8b6e-af3364f81b52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006104',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 39342,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-02',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI Life Bns',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO 1.0 TSI Life Bns',
'vin': None,
'year': 2023}
2026-03-30 00:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006104auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:17 [ecarstrade.nl] INFO: Saving data for 7006104auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551021.591082, 'last_price_update_time': 1774832177.400989}
2026-03-30 00:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006104auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006107> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:20 [ecarstrade.nl] INFO: Extracting details for car 7006107auction111095
2026-03-30 00:56:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b221e56d-4a87-5265-87e5-d423bd09aca4 with identifier: 7006107auction111095
2026-03-30 00:56:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b221e56d-4a87-5265-87e5-d423bd09aca4 with scrape type 2
2026-03-30 00:56:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b221e56d-4a87-5265-87e5-d423bd09aca4 with scrape type 2
2026-03-30 00:56:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b221e56d-4a87-5265-87e5-d423bd09aca4, identifier: 7006107auction111095
2026-03-30 00:56:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b221e56d-4a87-5265-87e5-d423bd09aca4 with identifier: 7006107auction111095
2026-03-30 00:56:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b221e56d-4a87-5265-87e5-d423bd09aca4 with identifier: 7006107auction111095
2026-03-30 00:56:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b221e56d-4a87-5265-87e5-d423bd09aca4 with identifier: 7006107auction111095 to the API
2026-03-30 00:56:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006107>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'b221e56d-4a87-5265-87e5-d423bd09aca4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006107',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 147858,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'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 R-Line Bns+',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN PASSAT 1.5 TSI R-Line Bns+',
'vin': None,
'year': 2022}
2026-03-30 00:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006107auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:20 [ecarstrade.nl] INFO: Saving data for 7006107auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550965.041239, 'last_price_update_time': 1774832180.398883}
2026-03-30 00:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006107auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006488> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:21 [ecarstrade.nl] INFO: Extracting details for car 7006488auction111095
2026-03-30 00:56:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e56dce8-490e-50c1-b4fa-6515052aa048 with identifier: 7006488auction111095
2026-03-30 00:56:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e56dce8-490e-50c1-b4fa-6515052aa048 with scrape type 2
2026-03-30 00:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e56dce8-490e-50c1-b4fa-6515052aa048 with scrape type 2
2026-03-30 00:56:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4e56dce8-490e-50c1-b4fa-6515052aa048, identifier: 7006488auction111095
2026-03-30 00:56:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4e56dce8-490e-50c1-b4fa-6515052aa048 with identifier: 7006488auction111095
2026-03-30 00:56:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4e56dce8-490e-50c1-b4fa-6515052aa048 with identifier: 7006488auction111095
2026-03-30 00:56:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4e56dce8-490e-50c1-b4fa-6515052aa048 with identifier: 7006488auction111095 to the API
2026-03-30 00:56:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006488>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4e56dce8-490e-50c1-b4fa-6515052aa048',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006488',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'V60',
'odometer': 131137,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V60 2.0 B3 Inscription',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 B3 Inscription',
'vin': None,
'year': 2021}
2026-03-30 00:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006488auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:21 [ecarstrade.nl] INFO: Saving data for 7006488auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550959.824947, 'last_price_update_time': 1774832181.886649}
2026-03-30 00:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006488auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006108> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:56:22 [ecarstrade.nl] INFO: Extracting details for car 7006108auction111095
2026-03-30 00:56:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7449c7bd-4e00-57a3-a90d-85751ba022d1 with identifier: 7006108auction111095
2026-03-30 00:56:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7449c7bd-4e00-57a3-a90d-85751ba022d1 with scrape type 2
2026-03-30 00:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7449c7bd-4e00-57a3-a90d-85751ba022d1 with scrape type 2
2026-03-30 00:56:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7449c7bd-4e00-57a3-a90d-85751ba022d1, identifier: 7006108auction111095
2026-03-30 00:56:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7449c7bd-4e00-57a3-a90d-85751ba022d1 with identifier: 7006108auction111095
2026-03-30 00:56:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7449c7bd-4e00-57a3-a90d-85751ba022d1 with identifier: 7006108auction111095
2026-03-30 00:56:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7449c7bd-4e00-57a3-a90d-85751ba022d1 with identifier: 7006108auction111095 to the API
2026-03-30 00:56:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006108>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Diesel',
'id': '7449c7bd-4e00-57a3-a90d-85751ba022d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006108',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Toyota Proace',
'odometer': 99103,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-21',
'seats_number': 9,
'seller_name': None,
'title': 'TOYOTA PROACE Shuttle 1.5 D-4D Navig. Med',
'transmission': 'manual',
'trim': 'TOYOTA PROE Shuttle 1.5 D-4D Navig. Med',
'vin': None,
'year': 2021}
2026-03-30 00:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006108auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:22 [ecarstrade.nl] INFO: Saving data for 7006108auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550987.992554, 'last_price_update_time': 1774832182.716302}
2026-03-30 00:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006108auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006111> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:56:23 [ecarstrade.nl] INFO: Extracting details for car 7006111auction111095
2026-03-30 00:56:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 752ba315-74ed-5c77-bdda-9b2e00a1d3b4 with identifier: 7006111auction111095
2026-03-30 00:56:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 752ba315-74ed-5c77-bdda-9b2e00a1d3b4 with scrape type 2
2026-03-30 00:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 752ba315-74ed-5c77-bdda-9b2e00a1d3b4 with scrape type 2
2026-03-30 00:56:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 752ba315-74ed-5c77-bdda-9b2e00a1d3b4, identifier: 7006111auction111095
2026-03-30 00:56:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 752ba315-74ed-5c77-bdda-9b2e00a1d3b4 with identifier: 7006111auction111095
2026-03-30 00:56:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 752ba315-74ed-5c77-bdda-9b2e00a1d3b4 with identifier: 7006111auction111095
2026-03-30 00:56:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 752ba315-74ed-5c77-bdda-9b2e00a1d3b4 with identifier: 7006111auction111095 to the API
2026-03-30 00:56:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006111>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '752ba315-74ed-5c77-bdda-9b2e00a1d3b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006111',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 70468,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.5 TSI Bns Ed. Plus',
'transmission': 'automatic',
'trim': 'SKODA OCTAVIA COMBI 1.5 TSI Bns Ed. Plus',
'vin': None,
'year': 2022}
2026-03-30 00:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006111auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:23 [ecarstrade.nl] INFO: Saving data for 7006111auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550958.356686, 'last_price_update_time': 1774832183.409227}
2026-03-30 00:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006111auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006191> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:23 [ecarstrade.nl] INFO: Extracting details for car 7006191auction111095
2026-03-30 00:56:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b48d4a6-b8f1-5aa3-806b-a8b3697236ad with identifier: 7006191auction111095
2026-03-30 00:56:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b48d4a6-b8f1-5aa3-806b-a8b3697236ad with scrape type 2
2026-03-30 00:56:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b48d4a6-b8f1-5aa3-806b-a8b3697236ad with scrape type 2
2026-03-30 00:56:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0b48d4a6-b8f1-5aa3-806b-a8b3697236ad, identifier: 7006191auction111095
2026-03-30 00:56:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0b48d4a6-b8f1-5aa3-806b-a8b3697236ad with identifier: 7006191auction111095
2026-03-30 00:56:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0b48d4a6-b8f1-5aa3-806b-a8b3697236ad with identifier: 7006191auction111095
2026-03-30 00:56:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0b48d4a6-b8f1-5aa3-806b-a8b3697236ad with identifier: 7006191auction111095 to the API
2026-03-30 00:56:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006191>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0b48d4a6-b8f1-5aa3-806b-a8b3697236ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006191',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Kuga',
'odometer': 76222,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-22',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Kuga 2.5 PHEV ST-Line',
'transmission': 'automatic',
'trim': 'FORD 2.5 PHEV ST-Line',
'vin': None,
'year': 2021}
2026-03-30 00:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006191auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:23 [ecarstrade.nl] INFO: Saving data for 7006191auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550967.4804, 'last_price_update_time': 1774832183.879899}
2026-03-30 00:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006191auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006178> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:24 [ecarstrade.nl] INFO: Extracting details for car 7006178auction111095
2026-03-30 00:56:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ec11d6d-d590-569e-bac3-29a4305a8470 with identifier: 7006178auction111095
2026-03-30 00:56:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ec11d6d-d590-569e-bac3-29a4305a8470 with scrape type 2
2026-03-30 00:56:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ec11d6d-d590-569e-bac3-29a4305a8470 with scrape type 2
2026-03-30 00:56:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7ec11d6d-d590-569e-bac3-29a4305a8470, identifier: 7006178auction111095
2026-03-30 00:56:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7ec11d6d-d590-569e-bac3-29a4305a8470 with identifier: 7006178auction111095
2026-03-30 00:56:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7ec11d6d-d590-569e-bac3-29a4305a8470 with identifier: 7006178auction111095
2026-03-30 00:56:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7ec11d6d-d590-569e-bac3-29a4305a8470 with identifier: 7006178auction111095 to the API
2026-03-30 00:56:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56: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-30 00:56:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006178>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7ec11d6d-d590-569e-bac3-29a4305a8470',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006178',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 85148,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-29',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL ASTRA SPORTS TOURER 1.6 Turbo Hybrid',
'transmission': 'automatic',
'trim': 'OPEL ASTRA SPORTS TOURER 1.6 Turbo Hybrid',
'vin': None,
'year': 2023}
2026-03-30 00:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006178auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:25 [ecarstrade.nl] INFO: Saving data for 7006178auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550960.973912, 'last_price_update_time': 1774832185.2314}
2026-03-30 00:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006178auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006098> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:25 [ecarstrade.nl] INFO: Extracting details for car 7006098auction111095
2026-03-30 00:56:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c039ab37-cabe-5ef0-ad62-dbe3001014ad with identifier: 7006098auction111095
2026-03-30 00:56:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c039ab37-cabe-5ef0-ad62-dbe3001014ad with scrape type 2
2026-03-30 00:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c039ab37-cabe-5ef0-ad62-dbe3001014ad with scrape type 2
2026-03-30 00:56:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c039ab37-cabe-5ef0-ad62-dbe3001014ad, identifier: 7006098auction111095
2026-03-30 00:56:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c039ab37-cabe-5ef0-ad62-dbe3001014ad with identifier: 7006098auction111095
2026-03-30 00:56:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c039ab37-cabe-5ef0-ad62-dbe3001014ad with identifier: 7006098auction111095
2026-03-30 00:56:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c039ab37-cabe-5ef0-ad62-dbe3001014ad with identifier: 7006098auction111095 to the API
2026-03-30 00:56:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56: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-30 00:56:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006098>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'c039ab37-cabe-5ef0-ad62-dbe3001014ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006098',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 140524,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-21',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan 1.5 TSI ACT CL Bns',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.5 TSI ACT CL Bns',
'vin': None,
'year': 2020}
2026-03-30 00:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006098auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:25 [ecarstrade.nl] INFO: Saving data for 7006098auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550959.395495, 'last_price_update_time': 1774832185.722257}
2026-03-30 00:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006098auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006174> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:26 [ecarstrade.nl] INFO: Extracting details for car 7006174auction111095
2026-03-30 00:56:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01a2b337-5583-53d4-a113-3f3fcc8bc473 with identifier: 7006174auction111095
2026-03-30 00:56:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01a2b337-5583-53d4-a113-3f3fcc8bc473 with scrape type 2
2026-03-30 00:56:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01a2b337-5583-53d4-a113-3f3fcc8bc473 with scrape type 2
2026-03-30 00:56:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 01a2b337-5583-53d4-a113-3f3fcc8bc473, identifier: 7006174auction111095
2026-03-30 00:56:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 01a2b337-5583-53d4-a113-3f3fcc8bc473 with identifier: 7006174auction111095
2026-03-30 00:56:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 01a2b337-5583-53d4-a113-3f3fcc8bc473 with identifier: 7006174auction111095
2026-03-30 00:56:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 01a2b337-5583-53d4-a113-3f3fcc8bc473 with identifier: 7006174auction111095 to the API
2026-03-30 00:56:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006174>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '01a2b337-5583-53d4-a113-3f3fcc8bc473',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006174',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 55534,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-29',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL ASTRA SPORTS TOURER 1.6 Turbo Hybrid',
'transmission': 'automatic',
'trim': 'OPEL ASTRA SPORTS TOURER 1.6 Turbo Hybrid',
'vin': None,
'year': 2023}
2026-03-30 00:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006174auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:26 [ecarstrade.nl] INFO: Saving data for 7006174auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550960.455745, 'last_price_update_time': 1774832186.928015}
2026-03-30 00:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006174auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006187> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006202> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:28 [ecarstrade.nl] INFO: Extracting details for car 7006187auction111095
2026-03-30 00:56:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2de5fabc-5204-5924-905c-06a02de11602 with identifier: 7006187auction111095
2026-03-30 00:56:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2de5fabc-5204-5924-905c-06a02de11602 with scrape type 2
2026-03-30 00:56:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2de5fabc-5204-5924-905c-06a02de11602 with scrape type 2
2026-03-30 00:56:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2de5fabc-5204-5924-905c-06a02de11602, identifier: 7006187auction111095
2026-03-30 00:56:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2de5fabc-5204-5924-905c-06a02de11602 with identifier: 7006187auction111095
2026-03-30 00:56:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2de5fabc-5204-5924-905c-06a02de11602 with identifier: 7006187auction111095
2026-03-30 00:56:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2de5fabc-5204-5924-905c-06a02de11602 with identifier: 7006187auction111095 to the API
2026-03-30 00:56:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006187>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '2de5fabc-5204-5924-905c-06a02de11602',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006187',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Puma',
'odometer': 29458,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'FORD PUMA 1.0 EB Hyb. ST-Line',
'transmission': 'automatic',
'trim': 'FORD PUMA 1.0 EB Hyb. ST-Line',
'vin': None,
'year': 2025}
2026-03-30 00:56:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006187auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:29 [ecarstrade.nl] INFO: Saving data for 7006187auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550962.207806, 'last_price_update_time': 1774832189.004973}
2026-03-30 00:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006187auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:29 [ecarstrade.nl] INFO: Extracting details for car 7006202auction111095
2026-03-30 00:56:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19bb6123-2e74-5515-8aa0-f712de52b8eb with identifier: 7006202auction111095
2026-03-30 00:56:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19bb6123-2e74-5515-8aa0-f712de52b8eb with scrape type 2
2026-03-30 00:56:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19bb6123-2e74-5515-8aa0-f712de52b8eb with scrape type 2
2026-03-30 00:56:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 19bb6123-2e74-5515-8aa0-f712de52b8eb, identifier: 7006202auction111095
2026-03-30 00:56:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 19bb6123-2e74-5515-8aa0-f712de52b8eb with identifier: 7006202auction111095
2026-03-30 00:56:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 19bb6123-2e74-5515-8aa0-f712de52b8eb with identifier: 7006202auction111095
2026-03-30 00:56:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 19bb6123-2e74-5515-8aa0-f712de52b8eb with identifier: 7006202auction111095 to the API
2026-03-30 00:56:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56: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-30 00:56:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006202>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '19bb6123-2e74-5515-8aa0-f712de52b8eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006202',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 29860,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-03',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus wagon 1.0 EBH ST Line',
'transmission': 'automatic',
'trim': 'FORD wagon 1.0 EBH ST Line',
'vin': None,
'year': 2025}
2026-03-30 00:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006202auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:29 [ecarstrade.nl] INFO: Saving data for 7006202auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550963.436745, 'last_price_update_time': 1774832189.387148}
2026-03-30 00:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006202auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006223> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:29 [ecarstrade.nl] INFO: Extracting details for car 7006223auction111095
2026-03-30 00:56:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 508bfe2d-0932-5368-8717-593241d4de15 with identifier: 7006223auction111095
2026-03-30 00:56:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 508bfe2d-0932-5368-8717-593241d4de15 with scrape type 2
2026-03-30 00:56:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 508bfe2d-0932-5368-8717-593241d4de15 with scrape type 2
2026-03-30 00:56:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 508bfe2d-0932-5368-8717-593241d4de15, identifier: 7006223auction111095
2026-03-30 00:56:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 508bfe2d-0932-5368-8717-593241d4de15 with identifier: 7006223auction111095
2026-03-30 00:56:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 508bfe2d-0932-5368-8717-593241d4de15 with identifier: 7006223auction111095
2026-03-30 00:56:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 508bfe2d-0932-5368-8717-593241d4de15 with identifier: 7006223auction111095 to the API
2026-03-30 00:56:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56: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-30 00:56:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006223>
{'auction_title': '',
'c_o_2_emission_value': 174,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '508bfe2d-0932-5368-8717-593241d4de15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006223',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Alfa Romeo',
'model': 'Stelvio',
'odometer': 126316,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seats_number': 5,
'seller_name': None,
'title': 'Alfa Romeo Stelvio 2.0 T AWD Sprint',
'transmission': 'automatic',
'trim': '2.0 T AWD Sprint',
'vin': None,
'year': 2022}
2026-03-30 00:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006223auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:29 [ecarstrade.nl] INFO: Saving data for 7006223auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550962.71498, 'last_price_update_time': 1774832189.877528}
2026-03-30 00:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006223auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006485> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010176> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:30 [ecarstrade.nl] INFO: Extracting details for car 7006485auction111095
2026-03-30 00:56:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1044fc0-0105-5960-bd5f-be67ea94b619 with identifier: 7006485auction111095
2026-03-30 00:56:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1044fc0-0105-5960-bd5f-be67ea94b619 with scrape type 2
2026-03-30 00:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1044fc0-0105-5960-bd5f-be67ea94b619 with scrape type 2
2026-03-30 00:56:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f1044fc0-0105-5960-bd5f-be67ea94b619, identifier: 7006485auction111095
2026-03-30 00:56:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f1044fc0-0105-5960-bd5f-be67ea94b619 with identifier: 7006485auction111095
2026-03-30 00:56:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f1044fc0-0105-5960-bd5f-be67ea94b619 with identifier: 7006485auction111095
2026-03-30 00:56:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f1044fc0-0105-5960-bd5f-be67ea94b619 with identifier: 7006485auction111095 to the API
2026-03-30 00:56:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006485>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f1044fc0-0105-5960-bd5f-be67ea94b619',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006485',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'XC40',
'odometer': 95472,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 Recharge Ult. 70 kWh',
'transmission': 'automatic',
'trim': 'VOLVO Recharge Ult. 70 kWh',
'vin': None,
'year': 2023}
2026-03-30 00:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006485auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:30 [ecarstrade.nl] INFO: Saving data for 7006485auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550984.795701, 'last_price_update_time': 1774832190.454025}
2026-03-30 00:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006485auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:30 [ecarstrade.nl] INFO: Extracting details for car 7010176auction111131
2026-03-30 00:56:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aed52236-cd70-5049-a6bb-9fdc185b9fd7 with identifier: 7010176auction111131
2026-03-30 00:56:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aed52236-cd70-5049-a6bb-9fdc185b9fd7 with scrape type 2
2026-03-30 00:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aed52236-cd70-5049-a6bb-9fdc185b9fd7 with scrape type 2
2026-03-30 00:56:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aed52236-cd70-5049-a6bb-9fdc185b9fd7, identifier: 7010176auction111131
2026-03-30 00:56:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aed52236-cd70-5049-a6bb-9fdc185b9fd7 with identifier: 7010176auction111131
2026-03-30 00:56:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aed52236-cd70-5049-a6bb-9fdc185b9fd7 with identifier: 7010176auction111131
2026-03-30 00:56:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aed52236-cd70-5049-a6bb-9fdc185b9fd7 with identifier: 7010176auction111131 to the API
2026-03-30 00:56:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010176>
{'auction_title': '',
'c_o_2_emission_value': 178,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'aed52236-cd70-5049-a6bb-9fdc185b9fd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010176',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 143355,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-30',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit Custom 270 2.2 TDCI L1H1 Tr',
'transmission': 'manual',
'trim': 'FORD 270 2.2 TDCI L1H1 Tr',
'vin': None,
'year': 2014}
2026-03-30 00:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010176auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:30 [ecarstrade.nl] INFO: Saving data for 7010176auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623556.970674, 'last_price_update_time': 1774832190.847834}
2026-03-30 00:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010176auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006221> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:31 [ecarstrade.nl] INFO: Extracting details for car 7006221auction111095
2026-03-30 00:56:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34912341-69bf-51f2-87c9-292500a0b490 with identifier: 7006221auction111095
2026-03-30 00:56:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34912341-69bf-51f2-87c9-292500a0b490 with scrape type 2
2026-03-30 00:56:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34912341-69bf-51f2-87c9-292500a0b490 with scrape type 2
2026-03-30 00:56:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 34912341-69bf-51f2-87c9-292500a0b490, identifier: 7006221auction111095
2026-03-30 00:56:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 34912341-69bf-51f2-87c9-292500a0b490 with identifier: 7006221auction111095
2026-03-30 00:56:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 34912341-69bf-51f2-87c9-292500a0b490 with identifier: 7006221auction111095
2026-03-30 00:56:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 34912341-69bf-51f2-87c9-292500a0b490 with identifier: 7006221auction111095 to the API
2026-03-30 00:56:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006221>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '34912341-69bf-51f2-87c9-292500a0b490',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006221',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 26231,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-17',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 30 TFSI S edition',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 30 TFSI S edition',
'vin': None,
'year': 2025}
2026-03-30 00:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006221auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:32 [ecarstrade.nl] INFO: Saving data for 7006221auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550966.438518, 'last_price_update_time': 1774832192.325348}
2026-03-30 00:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006221auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006216> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:33 [ecarstrade.nl] INFO: Extracting details for car 7006216auction111095
2026-03-30 00:56:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa372497-8019-5afc-b75b-56097e0aec5e with identifier: 7006216auction111095
2026-03-30 00:56:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa372497-8019-5afc-b75b-56097e0aec5e with scrape type 2
2026-03-30 00:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa372497-8019-5afc-b75b-56097e0aec5e with scrape type 2
2026-03-30 00:56:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aa372497-8019-5afc-b75b-56097e0aec5e, identifier: 7006216auction111095
2026-03-30 00:56:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aa372497-8019-5afc-b75b-56097e0aec5e with identifier: 7006216auction111095
2026-03-30 00:56:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aa372497-8019-5afc-b75b-56097e0aec5e with identifier: 7006216auction111095
2026-03-30 00:56:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aa372497-8019-5afc-b75b-56097e0aec5e with identifier: 7006216auction111095 to the API
2026-03-30 00:56:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006216>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Electric',
'id': 'aa372497-8019-5afc-b75b-56097e0aec5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006216',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': 'i4',
'odometer': 125152,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW i4 eDrive40 High Exec.',
'transmission': 'automatic',
'trim': 'eDrive40 High Exec.',
'vin': None,
'year': 2022}
2026-03-30 00:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006216auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:34 [ecarstrade.nl] INFO: Saving data for 7006216auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550982.498703, 'last_price_update_time': 1774832194.431092}
2026-03-30 00:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006216auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006194> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:35 [ecarstrade.nl] INFO: Extracting details for car 7006194auction111095
2026-03-30 00:56:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c5768f0-4887-509a-9703-ed0a33083bda with identifier: 7006194auction111095
2026-03-30 00:56:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c5768f0-4887-509a-9703-ed0a33083bda with scrape type 2
2026-03-30 00:56:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c5768f0-4887-509a-9703-ed0a33083bda with scrape type 2
2026-03-30 00:56:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0c5768f0-4887-509a-9703-ed0a33083bda, identifier: 7006194auction111095
2026-03-30 00:56:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0c5768f0-4887-509a-9703-ed0a33083bda with identifier: 7006194auction111095
2026-03-30 00:56:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0c5768f0-4887-509a-9703-ed0a33083bda with identifier: 7006194auction111095
2026-03-30 00:56:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0c5768f0-4887-509a-9703-ed0a33083bda with identifier: 7006194auction111095 to the API
2026-03-30 00:56:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006194>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0c5768f0-4887-509a-9703-ed0a33083bda',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006194',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Kuga',
'odometer': 17041,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Kuga 2.5 PHEV ST-Line',
'transmission': 'automatic',
'trim': 'FORD 2.5 PHEV ST-Line',
'vin': None,
'year': 2025}
2026-03-30 00:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006194auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:36 [ecarstrade.nl] INFO: Saving data for 7006194auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550999.567876, 'last_price_update_time': 1774832196.146247}
2026-03-30 00:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006194auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009618> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:36 [ecarstrade.nl] INFO: Extracting details for car 7009618auction111131
2026-03-30 00:56:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e6bd4ba-580c-5573-bf8c-9c81f032f903 with identifier: 7009618auction111131
2026-03-30 00:56:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e6bd4ba-580c-5573-bf8c-9c81f032f903 with scrape type 2
2026-03-30 00:56:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e6bd4ba-580c-5573-bf8c-9c81f032f903 with scrape type 2
2026-03-30 00:56:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5e6bd4ba-580c-5573-bf8c-9c81f032f903, identifier: 7009618auction111131
2026-03-30 00:56:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5e6bd4ba-580c-5573-bf8c-9c81f032f903 with identifier: 7009618auction111131
2026-03-30 00:56:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5e6bd4ba-580c-5573-bf8c-9c81f032f903 with identifier: 7009618auction111131
2026-03-30 00:56:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5e6bd4ba-580c-5573-bf8c-9c81f032f903 with identifier: 7009618auction111131 to the API
2026-03-30 00:56:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009618>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5e6bd4ba-580c-5573-bf8c-9c81f032f903',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009618',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Citroen',
'model': 'C1',
'odometer': 50859,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-30',
'seats_number': 4,
'seller_name': None,
'title': 'CITROEN C1 1.0 VTi Feel',
'transmission': 'manual',
'trim': 'CITROEN 1.0 VTi Feel',
'vin': None,
'year': 2021}
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009618auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:37 [ecarstrade.nl] INFO: Saving data for 7009618auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623543.384573, 'last_price_update_time': 1774832197.062774}
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009618auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009612> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:37 [ecarstrade.nl] INFO: Extracting details for car 7009612auction111131
2026-03-30 00:56:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7688171e-4c86-5a78-9bfa-98373e91a7fa with identifier: 7009612auction111131
2026-03-30 00:56:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7688171e-4c86-5a78-9bfa-98373e91a7fa with scrape type 2
2026-03-30 00:56:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7688171e-4c86-5a78-9bfa-98373e91a7fa with scrape type 2
2026-03-30 00:56:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7688171e-4c86-5a78-9bfa-98373e91a7fa, identifier: 7009612auction111131
2026-03-30 00:56:37 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:56:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7688171e-4c86-5a78-9bfa-98373e91a7fa with identifier: 7009612auction111131
2026-03-30 00:56:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7688171e-4c86-5a78-9bfa-98373e91a7fa with identifier: 7009612auction111131
2026-03-30 00:56:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7688171e-4c86-5a78-9bfa-98373e91a7fa with identifier: 7009612auction111131 to the API
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009612>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '7688171e-4c86-5a78-9bfa-98373e91a7fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009612',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Smart',
'model': 'ForTwo',
'odometer': 11674,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-17',
'seats_number': 2,
'seller_name': None,
'title': 'Smart Fortwo EQ Comfort',
'transmission': 'automatic',
'trim': 'Fortwo EQ Comfort',
'vin': None,
'year': 2020}
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009612auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:37 [ecarstrade.nl] INFO: Saving data for 7009612auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623528.856847, 'last_price_update_time': 1774832197.702836}
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009612auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:37 [ecarstrade.nl] INFO: Found listing with ID: 7006123auction111095
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006123auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:37 [ecarstrade.nl] INFO: Scrape type for 7006123auction111095: 2
2026-03-30 00:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011352> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:56:37 [ecarstrade.nl] INFO: Found listing with ID: 7006114auction111095
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006114auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:37 [ecarstrade.nl] INFO: Scrape type for 7006114auction111095: 2
2026-03-30 00: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-30 00:56:37 [ecarstrade.nl] INFO: Found listing with ID: 7006186auction111095
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006186auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:37 [ecarstrade.nl] INFO: Scrape type for 7006186auction111095: 2
2026-03-30 00: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-30 00:56:37 [ecarstrade.nl] INFO: Found listing with ID: 7006110auction111095
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006110auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:37 [ecarstrade.nl] INFO: Scrape type for 7006110auction111095: 2
2026-03-30 00: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-30 00:56:37 [ecarstrade.nl] INFO: Found listing with ID: 7006135auction111095
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006135auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:37 [ecarstrade.nl] INFO: Scrape type for 7006135auction111095: 2
2026-03-30 00: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-30 00:56:37 [ecarstrade.nl] INFO: Found listing with ID: 7006102auction111095
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006102auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:37 [ecarstrade.nl] INFO: Scrape type for 7006102auction111095: 2
2026-03-30 00: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-30 00:56:37 [ecarstrade.nl] INFO: Extracting details for car 7011352auction111131
2026-03-30 00:56:37 [ecarstrade.nl] INFO: Found listing with ID: 7006129auction111095
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006129auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:37 [ecarstrade.nl] INFO: Scrape type for 7006129auction111095: 2
2026-03-30 00:56:37 [ecarstrade.nl] INFO: Found listing with ID: 7006181auction111095
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006181auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Scrape type for 7006181auction111095: 2
2026-03-30 00:56:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 634ee8ee-7294-562d-a0e6-43dc69793fa6 with identifier: 7011352auction111131
2026-03-30 00:56:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 634ee8ee-7294-562d-a0e6-43dc69793fa6 with scrape type 2
2026-03-30 00:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 634ee8ee-7294-562d-a0e6-43dc69793fa6 with scrape type 2
2026-03-30 00:56:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 634ee8ee-7294-562d-a0e6-43dc69793fa6, identifier: 7011352auction111131
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Found listing with ID: 7006119auction111095
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006119auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Scrape type for 7006119auction111095: 2
2026-03-30 00:56:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 634ee8ee-7294-562d-a0e6-43dc69793fa6 with identifier: 7011352auction111131
2026-03-30 00:56:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 634ee8ee-7294-562d-a0e6-43dc69793fa6 with identifier: 7011352auction111131
2026-03-30 00:56:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 634ee8ee-7294-562d-a0e6-43dc69793fa6 with identifier: 7011352auction111131 to the API
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011352>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '634ee8ee-7294-562d-a0e6-43dc69793fa6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011352',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Megane',
'odometer': 192072,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-23',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Mégane Estate 1.3 TCe Limited',
'transmission': 'automatic',
'trim': 'RENAULT Mégane Estate 1.3 TCe Limited',
'vin': None,
'year': 2019}
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277011352auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Saving data for 7011352auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774637612.974268, 'last_price_update_time': 1774832198.375836}
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7011352auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Found listing with ID: 7006206auction111095
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006206auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Scrape type for 7006206auction111095: 2
2026-03-30 00:56:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009619> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Found listing with ID: 7006208auction111095
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006208auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Scrape type for 7006208auction111095: 2
2026-03-30 00:56:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Found listing with ID: 7006198auction111095
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006198auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Scrape type for 7006198auction111095: 2
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Found listing with ID: 7006117auction111095
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006117auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Scrape type for 7006117auction111095: 2
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Found listing with ID: 7006176auction111095
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006176auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Scrape type for 7006176auction111095: 2
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Found listing with ID: 7006139auction111095
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006139auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Scrape type for 7006139auction111095: 2
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Found listing with ID: 7006164auction111095
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006164auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Scrape type for 7006164auction111095: 2
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Extracting details for car 7009619auction111131
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Found listing with ID: 7006196auction111095
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006196auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Scrape type for 7006196auction111095: 2
2026-03-30 00:56:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7 with identifier: 7009619auction111131
2026-03-30 00:56:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7 with scrape type 2
2026-03-30 00:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7 with scrape type 2
2026-03-30 00:56:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7, identifier: 7009619auction111131
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Found listing with ID: 7006166auction111095
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006166auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Scrape type for 7006166auction111095: 2
2026-03-30 00:56:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7 with identifier: 7009619auction111131
2026-03-30 00:56:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7 with identifier: 7009619auction111131
2026-03-30 00:56:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7 with identifier: 7009619auction111131 to the API
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009619>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '6cecf9c0-6fa6-5875-b52a-8fd14b4054f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009619',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 217139,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-15',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Mondeo 2.0 TDCi Titanium Lease Ed.',
'transmission': 'manual',
'trim': 'FORD 2.0 TDCi Titanium Lease Ed.',
'vin': None,
'year': 2017}
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009619auction111131%27 HTTP/1.1" 200 None
2026-03-30 00:56:38 [ecarstrade.nl] INFO: Saving data for 7009619auction111131: {'auction_closing_time': 1774953600.0, 'created_time': 1774623530.110176, 'last_price_update_time': 1774832198.971273}
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009619auction111131') HTTP/1.1" 204 0
2026-03-30 00:56:39 [ecarstrade.nl] INFO: Found listing with ID: 7006183auction111095
2026-03-30 00:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006183auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:39 [ecarstrade.nl] INFO: Scrape type for 7006183auction111095: 2
2026-03-30 00:56:39 [ecarstrade.nl] INFO: Found listing with ID: 7006200auction111095
2026-03-30 00:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006200auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:39 [ecarstrade.nl] INFO: Scrape type for 7006200auction111095: 2
2026-03-30 00:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006123> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:44 [ecarstrade.nl] INFO: Extracting details for car 7006123auction111095
2026-03-30 00:56:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5337564a-919b-5647-b8ae-29fbedf4e4f2 with identifier: 7006123auction111095
2026-03-30 00:56:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5337564a-919b-5647-b8ae-29fbedf4e4f2 with scrape type 2
2026-03-30 00:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5337564a-919b-5647-b8ae-29fbedf4e4f2 with scrape type 2
2026-03-30 00:56:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5337564a-919b-5647-b8ae-29fbedf4e4f2, identifier: 7006123auction111095
2026-03-30 00:56:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5337564a-919b-5647-b8ae-29fbedf4e4f2 with identifier: 7006123auction111095
2026-03-30 00:56:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5337564a-919b-5647-b8ae-29fbedf4e4f2 with identifier: 7006123auction111095
2026-03-30 00:56:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5337564a-919b-5647-b8ae-29fbedf4e4f2 with identifier: 7006123auction111095 to the API
2026-03-30 00:56:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006123>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Electric',
'id': '5337564a-919b-5647-b8ae-29fbedf4e4f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006123',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 61456,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-08',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-2008 EV GT Pack 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT e- EV GT Pack 50 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006123auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:45 [ecarstrade.nl] INFO: Saving data for 7006123auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551023.06115, 'last_price_update_time': 1774832205.120233}
2026-03-30 00:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006123auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006102> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006186> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00: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-30 00:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006110> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:56:45 [ecarstrade.nl] INFO: Extracting details for car 7006102auction111095
2026-03-30 00:56:45 [ecarstrade.nl] INFO: Extracting details for car 7006186auction111095
2026-03-30 00:56:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de7d0fe4-6c78-513c-ae66-ac11c5410602 with identifier: 7006102auction111095
2026-03-30 00:56:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de7d0fe4-6c78-513c-ae66-ac11c5410602 with scrape type 2
2026-03-30 00:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de7d0fe4-6c78-513c-ae66-ac11c5410602 with scrape type 2
2026-03-30 00:56:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: de7d0fe4-6c78-513c-ae66-ac11c5410602, identifier: 7006102auction111095
2026-03-30 00:56:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1 with identifier: 7006186auction111095
2026-03-30 00:56:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1 with scrape type 2
2026-03-30 00:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1 with scrape type 2
2026-03-30 00:56:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1, identifier: 7006186auction111095
2026-03-30 00:56:45 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:56:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: de7d0fe4-6c78-513c-ae66-ac11c5410602 with identifier: 7006102auction111095
2026-03-30 00:56:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: de7d0fe4-6c78-513c-ae66-ac11c5410602 with identifier: 7006102auction111095
2026-03-30 00:56:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: de7d0fe4-6c78-513c-ae66-ac11c5410602 with identifier: 7006102auction111095 to the API
2026-03-30 00:56:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006102>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'de7d0fe4-6c78-513c-ae66-ac11c5410602',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006102',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 104151,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Cross 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Life',
'vin': None,
'year': 2020}
2026-03-30 00:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006102auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:45 [ecarstrade.nl] INFO: Saving data for 7006102auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551003.3145, 'last_price_update_time': 1774832205.935107}
2026-03-30 00:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006102auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1 with identifier: 7006186auction111095
2026-03-30 00:56:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1 with identifier: 7006186auction111095
2026-03-30 00:56:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1 with identifier: 7006186auction111095 to the API
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006186>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006186',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Puma',
'odometer': 99868,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'FORD PUMA 1.0 EB Hyb ST-Line X',
'transmission': 'manual',
'trim': 'FORD PUMA 1.0 EB Hyb ST-Line X',
'vin': None,
'year': 2021}
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006186auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:46 [ecarstrade.nl] INFO: Saving data for 7006186auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551001.071801, 'last_price_update_time': 1774832206.198898}
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006186auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:46 [ecarstrade.nl] INFO: Extracting details for car 7006110auction111095
2026-03-30 00:56:46 [ecarstrade.nl] INFO: Found listing with ID: 7006212auction111095
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006212auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:46 [ecarstrade.nl] INFO: Scrape type for 7006212auction111095: 2
2026-03-30 00:56:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006114> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:46 [ecarstrade.nl] INFO: Found listing with ID: 7006116auction111095
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006116auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:46 [ecarstrade.nl] INFO: Scrape type for 7006116auction111095: 2
2026-03-30 00:56:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4beef093-73bb-5002-a6b8-9206fc903b0c with identifier: 7006110auction111095
2026-03-30 00:56:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4beef093-73bb-5002-a6b8-9206fc903b0c with scrape type 2
2026-03-30 00:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4beef093-73bb-5002-a6b8-9206fc903b0c with scrape type 2
2026-03-30 00:56:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4beef093-73bb-5002-a6b8-9206fc903b0c, identifier: 7006110auction111095
2026-03-30 00:56:46 [ecarstrade.nl] INFO: Found listing with ID: 7006151auction111095
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006151auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:46 [ecarstrade.nl] INFO: Scrape type for 7006151auction111095: 2
2026-03-30 00:56:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4beef093-73bb-5002-a6b8-9206fc903b0c with identifier: 7006110auction111095
2026-03-30 00:56:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4beef093-73bb-5002-a6b8-9206fc903b0c with identifier: 7006110auction111095
2026-03-30 00:56:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4beef093-73bb-5002-a6b8-9206fc903b0c with identifier: 7006110auction111095 to the API
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006110>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4beef093-73bb-5002-a6b8-9206fc903b0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006110',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Superb',
'odometer': 173034,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Superb Combi 1.5 TSI Bns Ed. Plus',
'transmission': 'automatic',
'trim': 'SKODA Combi 1.5 TSI Bns Ed. Plus',
'vin': None,
'year': 2022}
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006110auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:46 [ecarstrade.nl] INFO: Saving data for 7006110auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551001.977545, 'last_price_update_time': 1774832206.660306}
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006110auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:46 [ecarstrade.nl] INFO: Extracting details for car 7006114auction111095
2026-03-30 00:56:46 [ecarstrade.nl] INFO: Found listing with ID: 7006097auction111095
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006097auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:46 [ecarstrade.nl] INFO: Scrape type for 7006097auction111095: 2
2026-03-30 00:56:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f27fdaa-8208-5c88-bf7f-ee42572ba202 with identifier: 7006114auction111095
2026-03-30 00:56:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f27fdaa-8208-5c88-bf7f-ee42572ba202 with scrape type 2
2026-03-30 00:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f27fdaa-8208-5c88-bf7f-ee42572ba202 with scrape type 2
2026-03-30 00:56:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4f27fdaa-8208-5c88-bf7f-ee42572ba202, identifier: 7006114auction111095
2026-03-30 00:56:46 [ecarstrade.nl] INFO: Found listing with ID: 7006125auction111095
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006125auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:46 [ecarstrade.nl] INFO: Scrape type for 7006125auction111095: 2
2026-03-30 00:56:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4f27fdaa-8208-5c88-bf7f-ee42572ba202 with identifier: 7006114auction111095
2026-03-30 00:56:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4f27fdaa-8208-5c88-bf7f-ee42572ba202 with identifier: 7006114auction111095
2026-03-30 00:56:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4f27fdaa-8208-5c88-bf7f-ee42572ba202 with identifier: 7006114auction111095 to the API
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006114>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4f27fdaa-8208-5c88-bf7f-ee42572ba202',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006114',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 158833,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-03',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA 1.4 TSI iV BnsEd.',
'transmission': 'automatic',
'trim': 'SKODA OCTAVIA 1.4 TSI iV BnsEd.',
'vin': None,
'year': 2021}
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006114auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Saving data for 7006114auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551003.726152, 'last_price_update_time': 1774832207.204217}
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006114auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 7006155auction111095
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006155auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 7006155auction111095: 2
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 7006146auction111095
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006146auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 7006146auction111095: 2
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 7006161auction111095
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006161auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 7006161auction111095: 2
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 7006169auction111095
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006169auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 7006169auction111095: 2
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 7006142auction111095
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006142auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 7006142auction111095: 2
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 7006172auction111095
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006172auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 7006172auction111095: 2
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 7006203auction111095
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006203auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 7006203auction111095: 2
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 7006127auction111095
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006127auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 7006127auction111095: 2
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 7006210auction111095
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006210auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 7006210auction111095: 2
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 6999952auction111021
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999952auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 6999952auction111021: 2
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 6999954auction111021
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999954auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 6999954auction111021: 2
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 6999947auction111021
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999947auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 6999947auction111021: 2
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 6999957auction111021
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999957auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 6999957auction111021: 2
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 6999956auction111021
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999956auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 6999956auction111021: 2
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Found listing with ID: 6999949auction111021
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999949auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:56:47 [ecarstrade.nl] INFO: Scrape type for 6999949auction111021: 2
2026-03-30 00:56:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006181> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006206> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:52 [ecarstrade.nl] INFO: Extracting details for car 7006181auction111095
2026-03-30 00:56:52 [ecarstrade.nl] INFO: Extracting details for car 7006206auction111095
2026-03-30 00:56:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c31c0ec-ddb5-52ca-bfc0-9e88be100eb7 with identifier: 7006181auction111095
2026-03-30 00:56:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c31c0ec-ddb5-52ca-bfc0-9e88be100eb7 with scrape type 2
2026-03-30 00:56:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c31c0ec-ddb5-52ca-bfc0-9e88be100eb7 with scrape type 2
2026-03-30 00:56:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3c31c0ec-ddb5-52ca-bfc0-9e88be100eb7, identifier: 7006181auction111095
2026-03-30 00:56:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3 with identifier: 7006206auction111095
2026-03-30 00:56:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3 with scrape type 2
2026-03-30 00:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3 with scrape type 2
2026-03-30 00:56:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3, identifier: 7006206auction111095
2026-03-30 00:56:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3c31c0ec-ddb5-52ca-bfc0-9e88be100eb7 with identifier: 7006181auction111095
2026-03-30 00:56:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3c31c0ec-ddb5-52ca-bfc0-9e88be100eb7 with identifier: 7006181auction111095
2026-03-30 00:56:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3c31c0ec-ddb5-52ca-bfc0-9e88be100eb7 with identifier: 7006181auction111095 to the API
2026-03-30 00:56:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006181>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '3c31c0ec-ddb5-52ca-bfc0-9e88be100eb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006181',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'i20',
'odometer': 90778,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI I20 1.0 T-GDI Premium',
'transmission': 'manual',
'trim': 'HYUNDAI I20 1.0 T-GDI Premium',
'vin': None,
'year': 2022}
2026-03-30 00:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006181auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:53 [ecarstrade.nl] INFO: Saving data for 7006181auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551002.296248, 'last_price_update_time': 1774832213.392072}
2026-03-30 00:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006181auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3 with identifier: 7006206auction111095
2026-03-30 00:56:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3 with identifier: 7006206auction111095
2026-03-30 00:56:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3 with identifier: 7006206auction111095 to the API
2026-03-30 00:56:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006206>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006206',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 54659,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-19',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FOCUS 1.0 EcoB. ST L. XBns',
'transmission': 'manual',
'trim': 'FORD FOCUS 1.0 EcoB. ST L. XBns',
'vin': None,
'year': 2022}
2026-03-30 00:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006206auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:53 [ecarstrade.nl] INFO: Saving data for 7006206auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550992.293473, 'last_price_update_time': 1774832213.744883}
2026-03-30 00:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006206auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006119> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006208> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:53 [ecarstrade.nl] INFO: Extracting details for car 7006119auction111095
2026-03-30 00:56:53 [ecarstrade.nl] INFO: Extracting details for car 7006208auction111095
2026-03-30 00:56:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3783f07-7247-5ef8-82f8-4d164d06f854 with identifier: 7006119auction111095
2026-03-30 00:56:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3783f07-7247-5ef8-82f8-4d164d06f854 with scrape type 2
2026-03-30 00:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3783f07-7247-5ef8-82f8-4d164d06f854 with scrape type 2
2026-03-30 00:56:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e3783f07-7247-5ef8-82f8-4d164d06f854, identifier: 7006119auction111095
2026-03-30 00:56:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a0ed2d4-6976-5c02-90bb-19d43d3da317 with identifier: 7006208auction111095
2026-03-30 00:56:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a0ed2d4-6976-5c02-90bb-19d43d3da317 with scrape type 2
2026-03-30 00:56:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a0ed2d4-6976-5c02-90bb-19d43d3da317 with scrape type 2
2026-03-30 00:56:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0a0ed2d4-6976-5c02-90bb-19d43d3da317, identifier: 7006208auction111095
2026-03-30 00:56:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e3783f07-7247-5ef8-82f8-4d164d06f854 with identifier: 7006119auction111095
2026-03-30 00:56:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e3783f07-7247-5ef8-82f8-4d164d06f854 with identifier: 7006119auction111095
2026-03-30 00:56:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e3783f07-7247-5ef8-82f8-4d164d06f854 with identifier: 7006119auction111095 to the API
2026-03-30 00:56:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006119>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e3783f07-7247-5ef8-82f8-4d164d06f854',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006119',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Captur',
'odometer': 161333,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CAPTUR 1.6 ET PH 160 Bns',
'transmission': 'automatic',
'trim': 'RENAULT CAPTUR 1.6 ET PH 160 Bns',
'vin': None,
'year': 2021}
2026-03-30 00:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006119auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:54 [ecarstrade.nl] INFO: Saving data for 7006119auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550991.972885, 'last_price_update_time': 1774832214.336467}
2026-03-30 00:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006119auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0a0ed2d4-6976-5c02-90bb-19d43d3da317 with identifier: 7006208auction111095
2026-03-30 00:56:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0a0ed2d4-6976-5c02-90bb-19d43d3da317 with identifier: 7006208auction111095
2026-03-30 00:56:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0a0ed2d4-6976-5c02-90bb-19d43d3da317 with identifier: 7006208auction111095 to the API
2026-03-30 00:56:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006208>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '0a0ed2d4-6976-5c02-90bb-19d43d3da317',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006208',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 14775,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-19',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FIESTA 1.0 EcoB. Titanium',
'transmission': 'automatic',
'trim': 'FORD FIESTA 1.0 EcoB. Titanium',
'vin': None,
'year': 2021}
2026-03-30 00:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006208auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:54 [ecarstrade.nl] INFO: Saving data for 7006208auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550991.43694, 'last_price_update_time': 1774832214.608385}
2026-03-30 00:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006208auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006129> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:54 [ecarstrade.nl] INFO: Extracting details for car 7006129auction111095
2026-03-30 00:56:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb27085a-4d04-5dd0-a45a-43b035f8a016 with identifier: 7006129auction111095
2026-03-30 00:56:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb27085a-4d04-5dd0-a45a-43b035f8a016 with scrape type 2
2026-03-30 00:56:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb27085a-4d04-5dd0-a45a-43b035f8a016 with scrape type 2
2026-03-30 00:56:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: eb27085a-4d04-5dd0-a45a-43b035f8a016, identifier: 7006129auction111095
2026-03-30 00:56:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: eb27085a-4d04-5dd0-a45a-43b035f8a016 with identifier: 7006129auction111095
2026-03-30 00:56:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: eb27085a-4d04-5dd0-a45a-43b035f8a016 with identifier: 7006129auction111095
2026-03-30 00:56:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: eb27085a-4d04-5dd0-a45a-43b035f8a016 with identifier: 7006129auction111095 to the API
2026-03-30 00:56:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006129>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Electric',
'id': 'eb27085a-4d04-5dd0-a45a-43b035f8a016',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006129',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Mokka-e',
'odometer': 60816,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-29',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Mokka-e Ul 50-kWh 7.4kw bl.',
'transmission': 'automatic',
'trim': 'OPEL Ul 50-kWh 7.4kw bl.',
'vin': None,
'year': 2021}
2026-03-30 00:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006129auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:55 [ecarstrade.nl] INFO: Saving data for 7006129auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551002.815972, 'last_price_update_time': 1774832215.118279}
2026-03-30 00:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006129auction111095') HTTP/1.1" 204 0
2026-03-30 00:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006486> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:56:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:56:59 [ecarstrade.nl] INFO: Extracting details for car 7006486auction111095
2026-03-30 00:56:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd with identifier: 7006486auction111095
2026-03-30 00:56:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd with scrape type 2
2026-03-30 00:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd with scrape type 2
2026-03-30 00:56:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd, identifier: 7006486auction111095
2026-03-30 00:56:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd with identifier: 7006486auction111095
2026-03-30 00:56:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd with identifier: 7006486auction111095
2026-03-30 00:56:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd with identifier: 7006486auction111095 to the API
2026-03-30 00:56:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:56:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:56:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006486>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006486',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'XC40',
'odometer': 146319,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T5 Rech. RDesign',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T5 Rech. RDesign',
'vin': None,
'year': 2022}
2026-03-30 00:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006486auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:56:59 [ecarstrade.nl] INFO: Saving data for 7006486auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550961.549836, 'last_price_update_time': 1774832219.879301}
2026-03-30 00:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006486auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006176> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006117> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:00 [ecarstrade.nl] INFO: Extracting details for car 7006176auction111095
2026-03-30 00:57:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e577b655-ad99-58a2-ba04-49ff4a336426 with identifier: 7006176auction111095
2026-03-30 00:57:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e577b655-ad99-58a2-ba04-49ff4a336426 with scrape type 2
2026-03-30 00:57:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e577b655-ad99-58a2-ba04-49ff4a336426 with scrape type 2
2026-03-30 00:57:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e577b655-ad99-58a2-ba04-49ff4a336426, identifier: 7006176auction111095
2026-03-30 00:57:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e577b655-ad99-58a2-ba04-49ff4a336426 with identifier: 7006176auction111095
2026-03-30 00:57:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e577b655-ad99-58a2-ba04-49ff4a336426 with identifier: 7006176auction111095
2026-03-30 00:57:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e577b655-ad99-58a2-ba04-49ff4a336426 with identifier: 7006176auction111095 to the API
2026-03-30 00:57:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006176>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'e577b655-ad99-58a2-ba04-49ff4a336426',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006176',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 91295,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-19',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL ASTRA SPORTS TOURER 1.4 Ultimate',
'transmission': 'automatic',
'trim': 'OPEL ASTRA SPORTS TOURER 1.4 Ultimate',
'vin': None,
'year': 2021}
2026-03-30 00:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006176auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:00 [ecarstrade.nl] INFO: Saving data for 7006176auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550989.308697, 'last_price_update_time': 1774832220.842992}
2026-03-30 00:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006176auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:00 [ecarstrade.nl] INFO: Extracting details for car 7006117auction111095
2026-03-30 00:57:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfcb0373-e348-5cac-9f14-292401f44f5a with identifier: 7006117auction111095
2026-03-30 00:57:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfcb0373-e348-5cac-9f14-292401f44f5a with scrape type 2
2026-03-30 00:57:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfcb0373-e348-5cac-9f14-292401f44f5a with scrape type 2
2026-03-30 00:57:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: bfcb0373-e348-5cac-9f14-292401f44f5a, identifier: 7006117auction111095
2026-03-30 00:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006200> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: bfcb0373-e348-5cac-9f14-292401f44f5a with identifier: 7006117auction111095
2026-03-30 00:57:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: bfcb0373-e348-5cac-9f14-292401f44f5a with identifier: 7006117auction111095
2026-03-30 00:57:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: bfcb0373-e348-5cac-9f14-292401f44f5a with identifier: 7006117auction111095 to the API
2026-03-30 00:57:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006117>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'bfcb0373-e348-5cac-9f14-292401f44f5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006117',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Megane',
'odometer': 123787,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE ESTATE 1.3 TCe Business Zen',
'transmission': 'automatic',
'trim': 'RENAULT MEGANE ESTATE 1.3 TCe Business Zen',
'vin': None,
'year': 2021}
2026-03-30 00:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006117auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:01 [ecarstrade.nl] INFO: Saving data for 7006117auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550986.886134, 'last_price_update_time': 1774832221.228096}
2026-03-30 00:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006117auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:01 [ecarstrade.nl] INFO: Extracting details for car 7006200auction111095
2026-03-30 00:57:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0eb6993a-8ed5-5b68-af04-9de2585af2ba with identifier: 7006200auction111095
2026-03-30 00:57:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0eb6993a-8ed5-5b68-af04-9de2585af2ba with scrape type 2
2026-03-30 00:57:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0eb6993a-8ed5-5b68-af04-9de2585af2ba with scrape type 2
2026-03-30 00:57:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0eb6993a-8ed5-5b68-af04-9de2585af2ba, identifier: 7006200auction111095
2026-03-30 00:57:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0eb6993a-8ed5-5b68-af04-9de2585af2ba with identifier: 7006200auction111095
2026-03-30 00:57:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0eb6993a-8ed5-5b68-af04-9de2585af2ba with identifier: 7006200auction111095
2026-03-30 00:57:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0eb6993a-8ed5-5b68-af04-9de2585af2ba with identifier: 7006200auction111095 to the API
2026-03-30 00:57:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006200>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '0eb6993a-8ed5-5b68-af04-9de2585af2ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006200',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 115511,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus wagon 1.0 EcoB. Tit. Bns',
'transmission': 'manual',
'trim': 'FORD wagon 1.0 EcoB. Tit. Bns',
'vin': None,
'year': 2020}
2026-03-30 00:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006200auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:01 [ecarstrade.nl] INFO: Saving data for 7006200auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550990.831208, 'last_price_update_time': 1774832221.63758}
2026-03-30 00:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006200auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006183> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:02 [ecarstrade.nl] INFO: Extracting details for car 7006183auction111095
2026-03-30 00:57:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d with identifier: 7006183auction111095
2026-03-30 00:57:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d with scrape type 2
2026-03-30 00:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d with scrape type 2
2026-03-30 00:57:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d, identifier: 7006183auction111095
2026-03-30 00:57:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d with identifier: 7006183auction111095
2026-03-30 00:57:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d with identifier: 7006183auction111095
2026-03-30 00:57:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d with identifier: 7006183auction111095 to the API
2026-03-30 00:57:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006183>
{'auction_title': '',
'c_o_2_emission_value': 168,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Diesel',
'id': '5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006183',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 114239,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-18',
'seats_number': 8,
'seller_name': None,
'title': 'FORD Transit Custom 300 2.2 TDCI L1H1 Tr',
'transmission': 'manual',
'trim': 'FORD 300 2.2 TDCI L1H1 Tr',
'vin': None,
'year': 2013}
2026-03-30 00:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006183auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:02 [ecarstrade.nl] INFO: Saving data for 7006183auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550988.915822, 'last_price_update_time': 1774832222.575106}
2026-03-30 00:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006183auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006166> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:02 [ecarstrade.nl] INFO: Extracting details for car 7006166auction111095
2026-03-30 00:57:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95442814-463f-504e-b74e-6e05cfd62d1c with identifier: 7006166auction111095
2026-03-30 00:57:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95442814-463f-504e-b74e-6e05cfd62d1c with scrape type 2
2026-03-30 00:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95442814-463f-504e-b74e-6e05cfd62d1c with scrape type 2
2026-03-30 00:57:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 95442814-463f-504e-b74e-6e05cfd62d1c, identifier: 7006166auction111095
2026-03-30 00:57:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 95442814-463f-504e-b74e-6e05cfd62d1c with identifier: 7006166auction111095
2026-03-30 00:57:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 95442814-463f-504e-b74e-6e05cfd62d1c with identifier: 7006166auction111095
2026-03-30 00:57:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 95442814-463f-504e-b74e-6e05cfd62d1c with identifier: 7006166auction111095 to the API
2026-03-30 00:57:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006166>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '95442814-463f-504e-b74e-6e05cfd62d1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006166',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 72297,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA 1.2',
'transmission': 'manual',
'trim': 'OPEL CORSA 1.2',
'vin': None,
'year': 2023}
2026-03-30 00:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006166auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:03 [ecarstrade.nl] INFO: Saving data for 7006166auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550987.422572, 'last_price_update_time': 1774832223.086849}
2026-03-30 00:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006166auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006196> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:06 [scrapy.extensions.logstats] INFO: Crawled 517 pages (at 50 pages/min), scraped 484 items (at 47 items/min)
2026-03-30 00:57:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-30 00:57:06 [ecarstrade.nl] INFO: Extracting details for car 7006196auction111095
2026-03-30 00:57:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 505acff0-69a0-5b81-8a81-aa4ad7df47af with identifier: 7006196auction111095
2026-03-30 00:57:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 505acff0-69a0-5b81-8a81-aa4ad7df47af with scrape type 2
2026-03-30 00:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 505acff0-69a0-5b81-8a81-aa4ad7df47af with scrape type 2
2026-03-30 00:57:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 505acff0-69a0-5b81-8a81-aa4ad7df47af, identifier: 7006196auction111095
2026-03-30 00:57:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 505acff0-69a0-5b81-8a81-aa4ad7df47af with identifier: 7006196auction111095
2026-03-30 00:57:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 505acff0-69a0-5b81-8a81-aa4ad7df47af with identifier: 7006196auction111095
2026-03-30 00:57:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 505acff0-69a0-5b81-8a81-aa4ad7df47af with identifier: 7006196auction111095 to the API
2026-03-30 00:57:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006196>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '505acff0-69a0-5b81-8a81-aa4ad7df47af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006196',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 115124,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-27',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus wagon 1.0 EBH ST L. XBns',
'transmission': 'manual',
'trim': 'FORD wagon 1.0 EBH ST L. XBns',
'vin': None,
'year': 2021}
2026-03-30 00:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006196auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:07 [ecarstrade.nl] INFO: Saving data for 7006196auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550989.806813, 'last_price_update_time': 1774832227.229479}
2026-03-30 00:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006196auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006212> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006164> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:07 [ecarstrade.nl] INFO: Extracting details for car 7006212auction111095
2026-03-30 00:57:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ee3c4a5-66b6-5444-acaa-14dcf54f331d with identifier: 7006212auction111095
2026-03-30 00:57:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ee3c4a5-66b6-5444-acaa-14dcf54f331d with scrape type 2
2026-03-30 00:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ee3c4a5-66b6-5444-acaa-14dcf54f331d with scrape type 2
2026-03-30 00:57:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1ee3c4a5-66b6-5444-acaa-14dcf54f331d, identifier: 7006212auction111095
2026-03-30 00:57:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1ee3c4a5-66b6-5444-acaa-14dcf54f331d with identifier: 7006212auction111095
2026-03-30 00:57:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1ee3c4a5-66b6-5444-acaa-14dcf54f331d with identifier: 7006212auction111095
2026-03-30 00:57:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1ee3c4a5-66b6-5444-acaa-14dcf54f331d with identifier: 7006212auction111095 to the API
2026-03-30 00:57:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006212>
{'auction_title': '',
'c_o_2_emission_value': 88,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '1ee3c4a5-66b6-5444-acaa-14dcf54f331d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006212',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 26043,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-28',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 1.0 Hybr. Lounge',
'transmission': 'manual',
'trim': 'FIAT 1.0 Hybr. Lounge',
'vin': None,
'year': 2021}
2026-03-30 00:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006212auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:07 [ecarstrade.nl] INFO: Saving data for 7006212auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551004.671091, 'last_price_update_time': 1774832227.733894}
2026-03-30 00:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006212auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:07 [ecarstrade.nl] INFO: Extracting details for car 7006164auction111095
2026-03-30 00:57:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4477af2d-39fe-5b5f-8bc2-4ef1efbc0659 with identifier: 7006164auction111095
2026-03-30 00:57:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4477af2d-39fe-5b5f-8bc2-4ef1efbc0659 with scrape type 2
2026-03-30 00:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4477af2d-39fe-5b5f-8bc2-4ef1efbc0659 with scrape type 2
2026-03-30 00:57:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4477af2d-39fe-5b5f-8bc2-4ef1efbc0659, identifier: 7006164auction111095
2026-03-30 00:57:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4477af2d-39fe-5b5f-8bc2-4ef1efbc0659 with identifier: 7006164auction111095
2026-03-30 00:57:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4477af2d-39fe-5b5f-8bc2-4ef1efbc0659 with identifier: 7006164auction111095
2026-03-30 00:57:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4477af2d-39fe-5b5f-8bc2-4ef1efbc0659 with identifier: 7006164auction111095 to the API
2026-03-30 00:57:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57: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-30 00:57:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006164>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4477af2d-39fe-5b5f-8bc2-4ef1efbc0659',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006164',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 27707,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-31',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA 1.2 Edition',
'transmission': 'automatic',
'trim': 'OPEL CORSA 1.2 Edition',
'vin': None,
'year': 2020}
2026-03-30 00:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006164auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:08 [ecarstrade.nl] INFO: Saving data for 7006164auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550984.013616, 'last_price_update_time': 1774832228.14717}
2026-03-30 00:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006164auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999949> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:08 [ecarstrade.nl] INFO: Extracting details for car 6999949auction111021
2026-03-30 00:57:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5034304-968e-56d0-9d69-d5112ea7bd71 with identifier: 6999949auction111021
2026-03-30 00:57:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5034304-968e-56d0-9d69-d5112ea7bd71 with scrape type 2
2026-03-30 00:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5034304-968e-56d0-9d69-d5112ea7bd71 with scrape type 2
2026-03-30 00:57:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b5034304-968e-56d0-9d69-d5112ea7bd71, identifier: 6999949auction111021
2026-03-30 00:57:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b5034304-968e-56d0-9d69-d5112ea7bd71 with identifier: 6999949auction111021
2026-03-30 00:57:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b5034304-968e-56d0-9d69-d5112ea7bd71 with identifier: 6999949auction111021
2026-03-30 00:57:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b5034304-968e-56d0-9d69-d5112ea7bd71 with identifier: 6999949auction111021 to the API
2026-03-30 00:57:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57: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-30 00:57:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999949>
{'auction_title': '',
'c_o_2_emission_value': 192,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': 'b5034304-968e-56d0-9d69-d5112ea7bd71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999949',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Movano',
'odometer': 144841,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-07',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL movano 2.3 Turbo L1H1',
'transmission': 'manual',
'trim': 'OPEL movano 2.3 Turbo L1H1',
'vin': None,
'year': 2021}
2026-03-30 00:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999949auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:08 [ecarstrade.nl] INFO: Saving data for 6999949auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450249.734183, 'last_price_update_time': 1774832228.647805}
2026-03-30 00:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999949auction111021') HTTP/1.1" 204 0
2026-03-30 00:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999956> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:08 [ecarstrade.nl] INFO: Extracting details for car 6999956auction111021
2026-03-30 00:57:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cb89f3f-c0a9-5e23-9df3-859801859d92 with identifier: 6999956auction111021
2026-03-30 00:57:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cb89f3f-c0a9-5e23-9df3-859801859d92 with scrape type 2
2026-03-30 00:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cb89f3f-c0a9-5e23-9df3-859801859d92 with scrape type 2
2026-03-30 00:57:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4cb89f3f-c0a9-5e23-9df3-859801859d92, identifier: 6999956auction111021
2026-03-30 00:57:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4cb89f3f-c0a9-5e23-9df3-859801859d92 with identifier: 6999956auction111021
2026-03-30 00:57:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4cb89f3f-c0a9-5e23-9df3-859801859d92 with identifier: 6999956auction111021
2026-03-30 00:57:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4cb89f3f-c0a9-5e23-9df3-859801859d92 with identifier: 6999956auction111021 to the API
2026-03-30 00:57:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999956>
{'auction_title': '',
'c_o_2_emission_value': 181,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': '4cb89f3f-c0a9-5e23-9df3-859801859d92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999956',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit',
'odometer': 141488,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-21',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit 350 2.0 TDCIL5H1TrSk',
'transmission': 'manual',
'trim': 'FORD 350 2.0 TDCIL5H1TrSk',
'vin': None,
'year': 2022}
2026-03-30 00:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999956auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:09 [ecarstrade.nl] INFO: Saving data for 6999956auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450248.690164, 'last_price_update_time': 1774832229.18583}
2026-03-30 00:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999956auction111021') HTTP/1.1" 204 0
2026-03-30 00:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999957> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:09 [ecarstrade.nl] INFO: Extracting details for car 6999957auction111021
2026-03-30 00:57:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3350e324-c19b-5f65-871e-ff30af60f797 with identifier: 6999957auction111021
2026-03-30 00:57:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3350e324-c19b-5f65-871e-ff30af60f797 with scrape type 2
2026-03-30 00:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3350e324-c19b-5f65-871e-ff30af60f797 with scrape type 2
2026-03-30 00:57:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3350e324-c19b-5f65-871e-ff30af60f797, identifier: 6999957auction111021
2026-03-30 00:57:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3350e324-c19b-5f65-871e-ff30af60f797 with identifier: 6999957auction111021
2026-03-30 00:57:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3350e324-c19b-5f65-871e-ff30af60f797 with identifier: 6999957auction111021
2026-03-30 00:57:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3350e324-c19b-5f65-871e-ff30af60f797 with identifier: 6999957auction111021 to the API
2026-03-30 00:57:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999957>
{'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': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': '3350e324-c19b-5f65-871e-ff30af60f797',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999957',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 108028,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-28',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit Custom 300 2.0 TDCI L2H2 Tr',
'transmission': 'manual',
'trim': 'FORD 300 2.0 TDCI L2H2 Tr',
'vin': None,
'year': 2022}
2026-03-30 00:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999957auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:09 [ecarstrade.nl] INFO: Saving data for 6999957auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450252.397777, 'last_price_update_time': 1774832229.879401}
2026-03-30 00:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999957auction111021') HTTP/1.1" 204 0
2026-03-30 00:57:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006135> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:12 [ecarstrade.nl] INFO: Extracting details for car 7006135auction111095
2026-03-30 00:57:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ac6fa92-c258-5331-a9e6-db65570a3dba with identifier: 7006135auction111095
2026-03-30 00:57:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ac6fa92-c258-5331-a9e6-db65570a3dba with scrape type 2
2026-03-30 00:57:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ac6fa92-c258-5331-a9e6-db65570a3dba with scrape type 2
2026-03-30 00:57:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3ac6fa92-c258-5331-a9e6-db65570a3dba, identifier: 7006135auction111095
2026-03-30 00:57:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3ac6fa92-c258-5331-a9e6-db65570a3dba with identifier: 7006135auction111095
2026-03-30 00:57:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3ac6fa92-c258-5331-a9e6-db65570a3dba with identifier: 7006135auction111095
2026-03-30 00:57:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3ac6fa92-c258-5331-a9e6-db65570a3dba with identifier: 7006135auction111095 to the API
2026-03-30 00:57:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006135>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Electric',
'id': '3ac6fa92-c258-5331-a9e6-db65570a3dba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006135',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Mokka-e',
'odometer': 84562,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-26',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Mokka-e Ul. 50-kWh 11kw bl.',
'transmission': 'automatic',
'trim': 'OPEL Ul. 50-kWh 11kw bl.',
'vin': None,
'year': 2021}
2026-03-30 00:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006135auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:13 [ecarstrade.nl] INFO: Saving data for 7006135auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551001.646817, 'last_price_update_time': 1774832233.080387}
2026-03-30 00:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006135auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999947> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:14 [ecarstrade.nl] INFO: Extracting details for car 6999947auction111021
2026-03-30 00:57:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad88c213-ce0d-5f31-8717-8c3db79b7953 with identifier: 6999947auction111021
2026-03-30 00:57:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad88c213-ce0d-5f31-8717-8c3db79b7953 with scrape type 2
2026-03-30 00:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad88c213-ce0d-5f31-8717-8c3db79b7953 with scrape type 2
2026-03-30 00:57:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ad88c213-ce0d-5f31-8717-8c3db79b7953, identifier: 6999947auction111021
2026-03-30 00:57:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ad88c213-ce0d-5f31-8717-8c3db79b7953 with identifier: 6999947auction111021
2026-03-30 00:57:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ad88c213-ce0d-5f31-8717-8c3db79b7953 with identifier: 6999947auction111021
2026-03-30 00:57:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ad88c213-ce0d-5f31-8717-8c3db79b7953 with identifier: 6999947auction111021 to the API
2026-03-30 00:57:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999947>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': 'ad88c213-ce0d-5f31-8717-8c3db79b7953',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999947',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 124864,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-22',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L1H1 Bu',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L1H1 Bu',
'vin': None,
'year': 2022}
2026-03-30 00:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999947auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:14 [ecarstrade.nl] INFO: Saving data for 6999947auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450249.364344, 'last_price_update_time': 1774832234.624972}
2026-03-30 00:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999947auction111021') HTTP/1.1" 204 0
2026-03-30 00:57:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999954> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999952> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:14 [ecarstrade.nl] INFO: Extracting details for car 6999954auction111021
2026-03-30 00:57:14 [ecarstrade.nl] INFO: Extracting details for car 6999952auction111021
2026-03-30 00:57:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e167b463-961e-5076-babe-8aa9e91cb41e with identifier: 6999954auction111021
2026-03-30 00:57:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e167b463-961e-5076-babe-8aa9e91cb41e with scrape type 2
2026-03-30 00:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e167b463-961e-5076-babe-8aa9e91cb41e with scrape type 2
2026-03-30 00:57:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e167b463-961e-5076-babe-8aa9e91cb41e, identifier: 6999954auction111021
2026-03-30 00:57:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 624e608d-07dc-5ecc-ab09-d66ea40e0f12 with identifier: 6999952auction111021
2026-03-30 00:57:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 624e608d-07dc-5ecc-ab09-d66ea40e0f12 with scrape type 2
2026-03-30 00:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 624e608d-07dc-5ecc-ab09-d66ea40e0f12 with scrape type 2
2026-03-30 00:57:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 624e608d-07dc-5ecc-ab09-d66ea40e0f12, identifier: 6999952auction111021
2026-03-30 00:57:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e167b463-961e-5076-babe-8aa9e91cb41e with identifier: 6999954auction111021
2026-03-30 00:57:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e167b463-961e-5076-babe-8aa9e91cb41e with identifier: 6999954auction111021
2026-03-30 00:57:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e167b463-961e-5076-babe-8aa9e91cb41e with identifier: 6999954auction111021 to the API
2026-03-30 00:57:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999954>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': 'e167b463-961e-5076-babe-8aa9e91cb41e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999954',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Vito',
'odometer': 112659,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ Vito 114 CDI Lang DC',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ 114 CDI Lang DC',
'vin': None,
'year': 2021}
2026-03-30 00:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999954auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:15 [ecarstrade.nl] INFO: Saving data for 6999954auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450210.80837, 'last_price_update_time': 1774832235.238632}
2026-03-30 00:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999954auction111021') HTTP/1.1" 204 0
2026-03-30 00:57:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 624e608d-07dc-5ecc-ab09-d66ea40e0f12 with identifier: 6999952auction111021
2026-03-30 00:57:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 624e608d-07dc-5ecc-ab09-d66ea40e0f12 with identifier: 6999952auction111021
2026-03-30 00:57:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 624e608d-07dc-5ecc-ab09-d66ea40e0f12 with identifier: 6999952auction111021 to the API
2026-03-30 00:57:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999952>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Electric',
'id': '624e608d-07dc-5ecc-ab09-d66ea40e0f12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999952',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 116643,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL Vivaro-e L2H1 Edition 75 kWh',
'transmission': 'automatic',
'trim': 'OPEL -e L2H1 Edition 75 kWh',
'vin': None,
'year': 2021}
2026-03-30 00:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999952auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:15 [ecarstrade.nl] INFO: Saving data for 6999952auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450211.425846, 'last_price_update_time': 1774832235.525498}
2026-03-30 00:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999952auction111021') HTTP/1.1" 204 0
2026-03-30 00:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006127> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:15 [ecarstrade.nl] INFO: Extracting details for car 7006127auction111095
2026-03-30 00:57:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbb04cf8-e640-5b92-bede-103b5d95f31b with identifier: 7006127auction111095
2026-03-30 00:57:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbb04cf8-e640-5b92-bede-103b5d95f31b with scrape type 2
2026-03-30 00:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbb04cf8-e640-5b92-bede-103b5d95f31b with scrape type 2
2026-03-30 00:57:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fbb04cf8-e640-5b92-bede-103b5d95f31b, identifier: 7006127auction111095
2026-03-30 00:57:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fbb04cf8-e640-5b92-bede-103b5d95f31b with identifier: 7006127auction111095
2026-03-30 00:57:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fbb04cf8-e640-5b92-bede-103b5d95f31b with identifier: 7006127auction111095
2026-03-30 00:57:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fbb04cf8-e640-5b92-bede-103b5d95f31b with identifier: 7006127auction111095 to the API
2026-03-30 00:57:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006127>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'fbb04cf8-e640-5b92-bede-103b5d95f31b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006127',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '108',
'odometer': 57303,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-30',
'seats_number': 4,
'seller_name': None,
'title': 'PEUGEOT 108 1.0 e-VTi Allure',
'transmission': 'manual',
'trim': 'PEUGEOT 1.0 e-VTi Allure',
'vin': None,
'year': 2020}
2026-03-30 00:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006127auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:16 [ecarstrade.nl] INFO: Saving data for 7006127auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551030.974243, 'last_price_update_time': 1774832236.024733}
2026-03-30 00:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006127auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006203> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:16 [ecarstrade.nl] INFO: Extracting details for car 7006203auction111095
2026-03-30 00:57:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c93c3f2-f733-5bf9-b851-6fc2281b29dd with identifier: 7006203auction111095
2026-03-30 00:57:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c93c3f2-f733-5bf9-b851-6fc2281b29dd with scrape type 2
2026-03-30 00:57:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c93c3f2-f733-5bf9-b851-6fc2281b29dd with scrape type 2
2026-03-30 00:57:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3c93c3f2-f733-5bf9-b851-6fc2281b29dd, identifier: 7006203auction111095
2026-03-30 00:57:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3c93c3f2-f733-5bf9-b851-6fc2281b29dd with identifier: 7006203auction111095
2026-03-30 00:57:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3c93c3f2-f733-5bf9-b851-6fc2281b29dd with identifier: 7006203auction111095
2026-03-30 00:57:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3c93c3f2-f733-5bf9-b851-6fc2281b29dd with identifier: 7006203auction111095 to the API
2026-03-30 00:57:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006203>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '3c93c3f2-f733-5bf9-b851-6fc2281b29dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006203',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 181306,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-17',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus wagon 1.0 EcoB. Tit. Bns',
'transmission': 'manual',
'trim': 'FORD wagon 1.0 EcoB. Tit. Bns',
'vin': None,
'year': 2020}
2026-03-30 00:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006203auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:16 [ecarstrade.nl] INFO: Saving data for 7006203auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551029.879075, 'last_price_update_time': 1774832236.524092}
2026-03-30 00:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006203auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006210> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:16 [ecarstrade.nl] INFO: Extracting details for car 7006210auction111095
2026-03-30 00:57:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f with identifier: 7006210auction111095
2026-03-30 00:57:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f with scrape type 2
2026-03-30 00:57:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f with scrape type 2
2026-03-30 00:57:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f, identifier: 7006210auction111095
2026-03-30 00:57:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f with identifier: 7006210auction111095
2026-03-30 00:57:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f with identifier: 7006210auction111095
2026-03-30 00:57:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f with identifier: 7006210auction111095 to the API
2026-03-30 00:57:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006210>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.1L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006210',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 77206,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-21',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FIESTA 1.1 Trend',
'transmission': 'manual',
'trim': 'FORD FIESTA 1.1 Trend',
'vin': None,
'year': 2019}
2026-03-30 00:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006210auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:17 [ecarstrade.nl] INFO: Saving data for 7006210auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551024.276604, 'last_price_update_time': 1774832237.036655}
2026-03-30 00:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006210auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006172> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00: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-30 00:57:19 [ecarstrade.nl] INFO: Extracting details for car 7006172auction111095
2026-03-30 00:57:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 256896ef-ba93-5b8c-86b9-c02994167771 with identifier: 7006172auction111095
2026-03-30 00:57:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 256896ef-ba93-5b8c-86b9-c02994167771 with scrape type 2
2026-03-30 00:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 256896ef-ba93-5b8c-86b9-c02994167771 with scrape type 2
2026-03-30 00:57:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 256896ef-ba93-5b8c-86b9-c02994167771, identifier: 7006172auction111095
2026-03-30 00:57:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 256896ef-ba93-5b8c-86b9-c02994167771 with identifier: 7006172auction111095
2026-03-30 00:57:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 256896ef-ba93-5b8c-86b9-c02994167771 with identifier: 7006172auction111095
2026-03-30 00:57:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 256896ef-ba93-5b8c-86b9-c02994167771 with identifier: 7006172auction111095 to the API
2026-03-30 00:57:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006172>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '256896ef-ba93-5b8c-86b9-c02994167771',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006172',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 67188,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-30',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL ASTRA SPORTS TOURER 1.2 Edition',
'transmission': 'manual',
'trim': 'OPEL ASTRA SPORTS TOURER 1.2 Edition',
'vin': None,
'year': 2021}
2026-03-30 00:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006172auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:19 [ecarstrade.nl] INFO: Saving data for 7006172auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551022.171912, 'last_price_update_time': 1774832239.408415}
2026-03-30 00:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006172auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006142> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:20 [ecarstrade.nl] INFO: Extracting details for car 7006142auction111095
2026-03-30 00:57:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 004a1e2f-efa6-506a-a256-e43dd899fb89 with identifier: 7006142auction111095
2026-03-30 00:57:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 004a1e2f-efa6-506a-a256-e43dd899fb89 with scrape type 2
2026-03-30 00:57:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 004a1e2f-efa6-506a-a256-e43dd899fb89 with scrape type 2
2026-03-30 00:57:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 004a1e2f-efa6-506a-a256-e43dd899fb89, identifier: 7006142auction111095
2026-03-30 00:57:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 004a1e2f-efa6-506a-a256-e43dd899fb89 with identifier: 7006142auction111095
2026-03-30 00:57:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 004a1e2f-efa6-506a-a256-e43dd899fb89 with identifier: 7006142auction111095
2026-03-30 00:57:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 004a1e2f-efa6-506a-a256-e43dd899fb89 with identifier: 7006142auction111095 to the API
2026-03-30 00:57:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006142>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '004a1e2f-efa6-506a-a256-e43dd899fb89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006142',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 76250,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-30',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Crossland X 1.2 T. Edition',
'transmission': 'manual',
'trim': 'OPEL 1.2 T. Edition',
'vin': None,
'year': 2020}
2026-03-30 00:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006142auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:21 [ecarstrade.nl] INFO: Saving data for 7006142auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551020.560379, 'last_price_update_time': 1774832241.225417}
2026-03-30 00:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006142auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006169> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006161> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:21 [ecarstrade.nl] INFO: Extracting details for car 7006169auction111095
2026-03-30 00:57:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20e3e563-e856-5b65-ba9f-6396fb05fc8e with identifier: 7006169auction111095
2026-03-30 00:57:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20e3e563-e856-5b65-ba9f-6396fb05fc8e with scrape type 2
2026-03-30 00:57:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20e3e563-e856-5b65-ba9f-6396fb05fc8e with scrape type 2
2026-03-30 00:57:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 20e3e563-e856-5b65-ba9f-6396fb05fc8e, identifier: 7006169auction111095
2026-03-30 00:57:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 20e3e563-e856-5b65-ba9f-6396fb05fc8e with identifier: 7006169auction111095
2026-03-30 00:57:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 20e3e563-e856-5b65-ba9f-6396fb05fc8e with identifier: 7006169auction111095
2026-03-30 00:57:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 20e3e563-e856-5b65-ba9f-6396fb05fc8e with identifier: 7006169auction111095 to the API
2026-03-30 00:57:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006169>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '20e3e563-e856-5b65-ba9f-6396fb05fc8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006169',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 74924,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-30',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA 1.2 Edition',
'transmission': 'manual',
'trim': 'OPEL CORSA 1.2 Edition',
'vin': None,
'year': 2020}
2026-03-30 00:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006169auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:21 [ecarstrade.nl] INFO: Saving data for 7006169auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551023.558112, 'last_price_update_time': 1774832241.941954}
2026-03-30 00:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006169auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:21 [ecarstrade.nl] INFO: Extracting details for car 7006161auction111095
2026-03-30 00:57:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81d54615-499d-529d-b0d2-b5a7ac829edd with identifier: 7006161auction111095
2026-03-30 00:57:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81d54615-499d-529d-b0d2-b5a7ac829edd with scrape type 2
2026-03-30 00:57:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81d54615-499d-529d-b0d2-b5a7ac829edd with scrape type 2
2026-03-30 00:57:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 81d54615-499d-529d-b0d2-b5a7ac829edd, identifier: 7006161auction111095
2026-03-30 00:57:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 81d54615-499d-529d-b0d2-b5a7ac829edd with identifier: 7006161auction111095
2026-03-30 00:57:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 81d54615-499d-529d-b0d2-b5a7ac829edd with identifier: 7006161auction111095
2026-03-30 00:57:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 81d54615-499d-529d-b0d2-b5a7ac829edd with identifier: 7006161auction111095 to the API
2026-03-30 00:57:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006161>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '81d54615-499d-529d-b0d2-b5a7ac829edd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006161',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 110612,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA 1.2 Level 2',
'transmission': 'manual',
'trim': 'OPEL CORSA 1.2 Level 2',
'vin': None,
'year': 2023}
2026-03-30 00:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006161auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:22 [ecarstrade.nl] INFO: Saving data for 7006161auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551019.619925, 'last_price_update_time': 1774832242.334326}
2026-03-30 00:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006161auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006146> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:22 [ecarstrade.nl] INFO: Extracting details for car 7006146auction111095
2026-03-30 00:57:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e01b6d4-47b4-5eba-aa46-bb6dc0985f59 with identifier: 7006146auction111095
2026-03-30 00:57:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e01b6d4-47b4-5eba-aa46-bb6dc0985f59 with scrape type 2
2026-03-30 00:57:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e01b6d4-47b4-5eba-aa46-bb6dc0985f59 with scrape type 2
2026-03-30 00:57:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3e01b6d4-47b4-5eba-aa46-bb6dc0985f59, identifier: 7006146auction111095
2026-03-30 00:57:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3e01b6d4-47b4-5eba-aa46-bb6dc0985f59 with identifier: 7006146auction111095
2026-03-30 00:57:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3e01b6d4-47b4-5eba-aa46-bb6dc0985f59 with identifier: 7006146auction111095
2026-03-30 00:57:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3e01b6d4-47b4-5eba-aa46-bb6dc0985f59 with identifier: 7006146auction111095 to the API
2026-03-30 00:57:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006146>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '3e01b6d4-47b4-5eba-aa46-bb6dc0985f59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006146',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 63165,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-30',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Crossland X 1.2 T. Innovation',
'transmission': 'manual',
'trim': 'OPEL 1.2 T. Innovation',
'vin': None,
'year': 2020}
2026-03-30 00:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006146auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:22 [ecarstrade.nl] INFO: Saving data for 7006146auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551020.096922, 'last_price_update_time': 1774832242.902592}
2026-03-30 00:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006146auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006155> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:23 [ecarstrade.nl] INFO: Extracting details for car 7006155auction111095
2026-03-30 00:57:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c22cb52-12aa-53fe-8cb6-0531dedc4bbb with identifier: 7006155auction111095
2026-03-30 00:57:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c22cb52-12aa-53fe-8cb6-0531dedc4bbb with scrape type 2
2026-03-30 00:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c22cb52-12aa-53fe-8cb6-0531dedc4bbb with scrape type 2
2026-03-30 00:57:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6c22cb52-12aa-53fe-8cb6-0531dedc4bbb, identifier: 7006155auction111095
2026-03-30 00:57:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6c22cb52-12aa-53fe-8cb6-0531dedc4bbb with identifier: 7006155auction111095
2026-03-30 00:57:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6c22cb52-12aa-53fe-8cb6-0531dedc4bbb with identifier: 7006155auction111095
2026-03-30 00:57:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6c22cb52-12aa-53fe-8cb6-0531dedc4bbb with identifier: 7006155auction111095 to the API
2026-03-30 00:57:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006155>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Electric',
'id': '6c22cb52-12aa-53fe-8cb6-0531dedc4bbb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006155',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 103778,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-27',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA-E Elegance 50 kWh',
'transmission': 'automatic',
'trim': 'OPEL CORSA-E Elegance 50 kWh',
'vin': None,
'year': 2020}
2026-03-30 00:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006155auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:23 [ecarstrade.nl] INFO: Saving data for 7006155auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551016.40856, 'last_price_update_time': 1774832243.417365}
2026-03-30 00:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006155auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006097> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:25 [ecarstrade.nl] INFO: Extracting details for car 7006097auction111095
2026-03-30 00:57:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dfad2d6-c0da-5327-af65-74cdbb91f9a8 with identifier: 7006097auction111095
2026-03-30 00:57:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dfad2d6-c0da-5327-af65-74cdbb91f9a8 with scrape type 2
2026-03-30 00:57:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dfad2d6-c0da-5327-af65-74cdbb91f9a8 with scrape type 2
2026-03-30 00:57:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0dfad2d6-c0da-5327-af65-74cdbb91f9a8, identifier: 7006097auction111095
2026-03-30 00:57:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0dfad2d6-c0da-5327-af65-74cdbb91f9a8 with identifier: 7006097auction111095
2026-03-30 00:57:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0dfad2d6-c0da-5327-af65-74cdbb91f9a8 with identifier: 7006097auction111095
2026-03-30 00:57:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0dfad2d6-c0da-5327-af65-74cdbb91f9a8 with identifier: 7006097auction111095 to the API
2026-03-30 00:57:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006097>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '0dfad2d6-c0da-5327-af65-74cdbb91f9a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006097',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 65779,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-27',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN UP! 1.0',
'transmission': 'manual',
'trim': 'VOLKSWAGEN UP! 1.0',
'vin': None,
'year': 2023}
2026-03-30 00:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006097auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:26 [ecarstrade.nl] INFO: Saving data for 7006097auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551016.887323, 'last_price_update_time': 1774832246.217752}
2026-03-30 00:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006097auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006125> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:26 [ecarstrade.nl] INFO: Extracting details for car 7006125auction111095
2026-03-30 00:57:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 793b469d-4697-5a8f-8b79-74e26f20bbbf with identifier: 7006125auction111095
2026-03-30 00:57:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 793b469d-4697-5a8f-8b79-74e26f20bbbf with scrape type 2
2026-03-30 00:57:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 793b469d-4697-5a8f-8b79-74e26f20bbbf with scrape type 2
2026-03-30 00:57:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 793b469d-4697-5a8f-8b79-74e26f20bbbf, identifier: 7006125auction111095
2026-03-30 00:57:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 793b469d-4697-5a8f-8b79-74e26f20bbbf with identifier: 7006125auction111095
2026-03-30 00:57:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 793b469d-4697-5a8f-8b79-74e26f20bbbf with identifier: 7006125auction111095
2026-03-30 00:57:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 793b469d-4697-5a8f-8b79-74e26f20bbbf with identifier: 7006125auction111095 to the API
2026-03-30 00:57:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006125>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '793b469d-4697-5a8f-8b79-74e26f20bbbf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006125',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 95221,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PureTech Allure',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Allure',
'vin': None,
'year': 2021}
2026-03-30 00:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006125auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:27 [ecarstrade.nl] INFO: Saving data for 7006125auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551014.903039, 'last_price_update_time': 1774832247.050202}
2026-03-30 00:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006125auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006151> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:28 [ecarstrade.nl] INFO: Extracting details for car 7006151auction111095
2026-03-30 00:57:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 776a1382-6c39-5590-9e84-f0b024372c47 with identifier: 7006151auction111095
2026-03-30 00:57:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 776a1382-6c39-5590-9e84-f0b024372c47 with scrape type 2
2026-03-30 00:57:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 776a1382-6c39-5590-9e84-f0b024372c47 with scrape type 2
2026-03-30 00:57:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 776a1382-6c39-5590-9e84-f0b024372c47, identifier: 7006151auction111095
2026-03-30 00:57:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 776a1382-6c39-5590-9e84-f0b024372c47 with identifier: 7006151auction111095
2026-03-30 00:57:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 776a1382-6c39-5590-9e84-f0b024372c47 with identifier: 7006151auction111095
2026-03-30 00:57:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 776a1382-6c39-5590-9e84-f0b024372c47 with identifier: 7006151auction111095 to the API
2026-03-30 00:57:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006151>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '776a1382-6c39-5590-9e84-f0b024372c47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006151',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 40691,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-30',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Crossland X 1.2 T. Innovation',
'transmission': 'manual',
'trim': 'OPEL 1.2 T. Innovation',
'vin': None,
'year': 2020}
2026-03-30 00:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006151auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:28 [ecarstrade.nl] INFO: Saving data for 7006151auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551018.407258, 'last_price_update_time': 1774832248.533163}
2026-03-30 00:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006151auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006116> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:28 [ecarstrade.nl] INFO: Found 20 car items
2026-03-30 00:57:28 [ecarstrade.nl] INFO: Extracting details for car 7006116auction111095
2026-03-30 00:57:28 [ecarstrade.nl] INFO: Found listing with ID: 6999946auction111021
2026-03-30 00:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999946auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:28 [ecarstrade.nl] INFO: Scrape type for 6999946auction111021: 2
2026-03-30 00:57:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:28 [ecarstrade.nl] INFO: Found listing with ID: 6999955auction111021
2026-03-30 00:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999955auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:28 [ecarstrade.nl] INFO: Scrape type for 6999955auction111021: 2
2026-03-30 00:57:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ee174b3-c844-571e-8df2-d6d739adc97c with identifier: 7006116auction111095
2026-03-30 00:57:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ee174b3-c844-571e-8df2-d6d739adc97c with scrape type 2
2026-03-30 00:57:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ee174b3-c844-571e-8df2-d6d739adc97c with scrape type 2
2026-03-30 00:57:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3ee174b3-c844-571e-8df2-d6d739adc97c, identifier: 7006116auction111095
2026-03-30 00:57:28 [ecarstrade.nl] INFO: Found listing with ID: 6999950auction111021
2026-03-30 00:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999950auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:28 [ecarstrade.nl] INFO: Scrape type for 6999950auction111021: 2
2026-03-30 00:57:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3ee174b3-c844-571e-8df2-d6d739adc97c with identifier: 7006116auction111095
2026-03-30 00:57:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3ee174b3-c844-571e-8df2-d6d739adc97c with identifier: 7006116auction111095
2026-03-30 00:57:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3ee174b3-c844-571e-8df2-d6d739adc97c with identifier: 7006116auction111095 to the API
2026-03-30 00:57:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006116>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '3ee174b3-c844-571e-8df2-d6d739adc97c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006116',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 73324,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT IBIZA 1.0 TSI Excellence',
'transmission': 'manual',
'trim': 'SEAT IBIZA 1.0 TSI Excellence',
'vin': None,
'year': 2020}
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006116auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Saving data for 7006116auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551017.894483, 'last_price_update_time': 1774832249.138887}
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006116auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 6999951auction111021
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999951auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 6999951auction111021: 2
2026-03-30 00:57:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006139> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 6999953auction111021
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999953auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 6999953auction111021: 2
2026-03-30 00:57:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 6999948auction111021
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999948auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 6999948auction111021: 2
2026-03-30 00:57:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 6999443auction111008
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999443auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 6999443auction111008: 2
2026-03-30 00:57:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 7001333auction111008
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277001333auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 7001333auction111008: 2
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Extracting details for car 7006139auction111095
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 7002866auction111008
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002866auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 7002866auction111008: 0
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 6999445auction111008
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999445auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 6999445auction111008: 2
2026-03-30 00:57:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d with identifier: 7006139auction111095
2026-03-30 00:57:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d with scrape type 2
2026-03-30 00:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d with scrape type 2
2026-03-30 00:57:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d, identifier: 7006139auction111095
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 6999441auction111008
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999441auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 6999441auction111008: 2
2026-03-30 00:57:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d with identifier: 7006139auction111095
2026-03-30 00:57:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d with identifier: 7006139auction111095
2026-03-30 00:57:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d with identifier: 7006139auction111095 to the API
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006139>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006139',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Mokka',
'odometer': 117630,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-25',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Mokka 1.2 Edition',
'transmission': 'manual',
'trim': 'OPEL 1.2 Edition',
'vin': None,
'year': 2022}
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006139auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Saving data for 7006139auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550981.755756, 'last_price_update_time': 1774832249.712554}
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006139auction111095') HTTP/1.1" 204 0
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 6999440auction111008
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999440auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 6999440auction111008: 2
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 7002869auction111008
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002869auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 7002869auction111008: 0
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 7002870auction111008
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002870auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 7002870auction111008: 0
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 7002874auction111008
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002874auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 7002874auction111008: 0
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 7002861auction111008
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002861auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 7002861auction111008: 0
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 7002863auction111008
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002863auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 7002863auction111008: 0
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 7002862auction111008
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002862auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 7002862auction111008: 0
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 7002867auction111008
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002867auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 7002867auction111008: 0
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Found listing with ID: 7002912auction111008
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002912auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:29 [ecarstrade.nl] INFO: Scrape type for 7002912auction111008: 0
2026-03-30 00:57:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Found 16 car items
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Found listing with ID: 7002854auction111008
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002854auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Scrape type for 7002854auction111008: 0
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Found listing with ID: 7002875auction111008
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002875auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Scrape type for 7002875auction111008: 0
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Found listing with ID: 7002873auction111008
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002873auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Scrape type for 7002873auction111008: 0
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Found listing with ID: 7002859auction111008
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002859auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Scrape type for 7002859auction111008: 0
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Found listing with ID: 7002910auction111008
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002910auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Scrape type for 7002910auction111008: 0
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Found listing with ID: 7002911auction111008
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002911auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Scrape type for 7002911auction111008: 0
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Found listing with ID: 7002872auction111008
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002872auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Scrape type for 7002872auction111008: 0
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Found listing with ID: 7002871auction111008
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002871auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Scrape type for 7002871auction111008: 0
2026-03-30 00:57:35 [ecarstrade.nl] INFO: Found listing with ID: 7002855auction111008
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002855auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Scrape type for 7002855auction111008: 0
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Found listing with ID: 7002858auction111008
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002858auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Scrape type for 7002858auction111008: 0
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Found listing with ID: 7002856auction111008
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002856auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Scrape type for 7002856auction111008: 0
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Found listing with ID: 7002868auction111008
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002868auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Scrape type for 7002868auction111008: 0
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Found listing with ID: 6999442auction111008
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999442auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Scrape type for 6999442auction111008: 2
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Found listing with ID: 7002857auction111008
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002857auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Scrape type for 7002857auction111008: 0
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Found listing with ID: 7002860auction111008
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002860auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Scrape type for 7002860auction111008: 0
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Found listing with ID: 7002876auction111008
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002876auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Scrape type for 7002876auction111008: 0
2026-03-30 00:57:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999948> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999955> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Extracting details for car 6999948auction111021
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Extracting details for car 6999955auction111021
2026-03-30 00:57:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59cd069d-be95-534a-893c-0ae679e5e2f6 with identifier: 6999948auction111021
2026-03-30 00:57:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59cd069d-be95-534a-893c-0ae679e5e2f6 with scrape type 2
2026-03-30 00:57:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59cd069d-be95-534a-893c-0ae679e5e2f6 with scrape type 2
2026-03-30 00:57:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 59cd069d-be95-534a-893c-0ae679e5e2f6, identifier: 6999948auction111021
2026-03-30 00:57:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efe0c560-05f7-5c8d-aaee-ce9e5096bc0c with identifier: 6999955auction111021
2026-03-30 00:57:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efe0c560-05f7-5c8d-aaee-ce9e5096bc0c with scrape type 2
2026-03-30 00:57:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efe0c560-05f7-5c8d-aaee-ce9e5096bc0c with scrape type 2
2026-03-30 00:57:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: efe0c560-05f7-5c8d-aaee-ce9e5096bc0c, identifier: 6999955auction111021
2026-03-30 00:57:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 59cd069d-be95-534a-893c-0ae679e5e2f6 with identifier: 6999948auction111021
2026-03-30 00:57:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 59cd069d-be95-534a-893c-0ae679e5e2f6 with identifier: 6999948auction111021
2026-03-30 00:57:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 59cd069d-be95-534a-893c-0ae679e5e2f6 with identifier: 6999948auction111021 to the API
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999948>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Petrol',
'id': '59cd069d-be95-534a-893c-0ae679e5e2f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999948',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 44652,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-31',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT Partner 1.2 PT. Premium',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT. Premium',
'vin': None,
'year': 2022}
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999948auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:36 [ecarstrade.nl] INFO: Saving data for 6999948auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450242.014661, 'last_price_update_time': 1774832256.728229}
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999948auction111021') HTTP/1.1" 204 0
2026-03-30 00:57:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: efe0c560-05f7-5c8d-aaee-ce9e5096bc0c with identifier: 6999955auction111021
2026-03-30 00:57:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: efe0c560-05f7-5c8d-aaee-ce9e5096bc0c with identifier: 6999955auction111021
2026-03-30 00:57:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: efe0c560-05f7-5c8d-aaee-ce9e5096bc0c with identifier: 6999955auction111021 to the API
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999955>
{'auction_title': '',
'c_o_2_emission_value': 216,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': 'efe0c560-05f7-5c8d-aaee-ce9e5096bc0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999955',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 266225,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-06',
'seats_number': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ Sprinter 311 2.2 CDI 325 DC',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ 311 2.2 CDI 325 DC',
'vin': None,
'year': 2018}
2026-03-30 00:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999955auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:37 [ecarstrade.nl] INFO: Saving data for 6999955auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450253.591818, 'last_price_update_time': 1774832257.136548}
2026-03-30 00:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999955auction111021') HTTP/1.1" 204 0
2026-03-30 00:57:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999950> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:37 [ecarstrade.nl] INFO: Extracting details for car 6999950auction111021
2026-03-30 00:57:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98e5b354-0950-538a-af8c-6ee3e17b5023 with identifier: 6999950auction111021
2026-03-30 00:57:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98e5b354-0950-538a-af8c-6ee3e17b5023 with scrape type 2
2026-03-30 00:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98e5b354-0950-538a-af8c-6ee3e17b5023 with scrape type 2
2026-03-30 00:57:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 98e5b354-0950-538a-af8c-6ee3e17b5023, identifier: 6999950auction111021
2026-03-30 00:57:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 98e5b354-0950-538a-af8c-6ee3e17b5023 with identifier: 6999950auction111021
2026-03-30 00:57:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 98e5b354-0950-538a-af8c-6ee3e17b5023 with identifier: 6999950auction111021
2026-03-30 00:57:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 98e5b354-0950-538a-af8c-6ee3e17b5023 with identifier: 6999950auction111021 to the API
2026-03-30 00:57:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999950>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': '98e5b354-0950-538a-af8c-6ee3e17b5023',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999950',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 65970,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-30',
'seats_number': 3,
'seller_name': None,
'title': 'OPEL Vivaro 1.6 CDTI L1H1 Ed.',
'transmission': 'manual',
'trim': 'OPEL 1.6 CDTI L1H1 Ed.',
'vin': None,
'year': 2019}
2026-03-30 00:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999950auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:37 [ecarstrade.nl] INFO: Saving data for 6999950auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450250.387495, 'last_price_update_time': 1774832257.627119}
2026-03-30 00:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999950auction111021') HTTP/1.1" 204 0
2026-03-30 00:57:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999953> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:38 [ecarstrade.nl] INFO: Extracting details for car 6999953auction111021
2026-03-30 00:57:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d899d50-f7a1-58a4-85db-7f3773e7ab57 with identifier: 6999953auction111021
2026-03-30 00:57:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d899d50-f7a1-58a4-85db-7f3773e7ab57 with scrape type 2
2026-03-30 00:57:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d899d50-f7a1-58a4-85db-7f3773e7ab57 with scrape type 2
2026-03-30 00:57:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0d899d50-f7a1-58a4-85db-7f3773e7ab57, identifier: 6999953auction111021
2026-03-30 00:57:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0d899d50-f7a1-58a4-85db-7f3773e7ab57 with identifier: 6999953auction111021
2026-03-30 00:57:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0d899d50-f7a1-58a4-85db-7f3773e7ab57 with identifier: 6999953auction111021
2026-03-30 00:57:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0d899d50-f7a1-58a4-85db-7f3773e7ab57 with identifier: 6999953auction111021 to the API
2026-03-30 00:57:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999953>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': '0d899d50-f7a1-58a4-85db-7f3773e7ab57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999953',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'NV200',
'odometer': 36980,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-23',
'seats_number': 2,
'seller_name': None,
'title': 'NISSAN NV200 1.5 dCi Optima',
'transmission': 'manual',
'trim': 'NISSAN 1.5 dCi Optima',
'vin': None,
'year': 2018}
2026-03-30 00:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999953auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:57:38 [ecarstrade.nl] INFO: Saving data for 6999953auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450241.29243, 'last_price_update_time': 1774832258.884322}
2026-03-30 00:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999953auction111021') HTTP/1.1" 204 0
2026-03-30 00:57:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999443> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:42 [ecarstrade.nl] INFO: Extracting details for car 6999443auction111008
2026-03-30 00:57:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 275d01e1-3e4b-5e8b-b540-5aeffdfd29bc with identifier: 6999443auction111008
2026-03-30 00:57:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 275d01e1-3e4b-5e8b-b540-5aeffdfd29bc with scrape type 2
2026-03-30 00:57:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 275d01e1-3e4b-5e8b-b540-5aeffdfd29bc with scrape type 2
2026-03-30 00:57:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 275d01e1-3e4b-5e8b-b540-5aeffdfd29bc, identifier: 6999443auction111008
2026-03-30 00:57:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 275d01e1-3e4b-5e8b-b540-5aeffdfd29bc with identifier: 6999443auction111008
2026-03-30 00:57:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 275d01e1-3e4b-5e8b-b540-5aeffdfd29bc with identifier: 6999443auction111008
2026-03-30 00:57:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 275d01e1-3e4b-5e8b-b540-5aeffdfd29bc with identifier: 6999443auction111008 to the API
2026-03-30 00:57:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57: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-30 00:57:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999443>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Electric',
'id': '275d01e1-3e4b-5e8b-b540-5aeffdfd29bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999443',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': 'iX3',
'odometer': 82074,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-21',
'seats_number': 5,
'seller_name': None,
'title': 'BMW iX3 80kWh ev executive 210kW aut',
'transmission': 'automatic',
'trim': '80kWh ev executive 210kW aut',
'vin': None,
'year': 2021}
2026-03-30 00:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999443auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:42 [ecarstrade.nl] INFO: Saving data for 6999443auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774450267.049293, 'last_price_update_time': 1774832262.683729}
2026-03-30 00:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999443auction111008') HTTP/1.1" 204 0
2026-03-30 00:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999445> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 00:57:43 [ecarstrade.nl] INFO: Extracting details for car 6999445auction111008
2026-03-30 00:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001333> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10538516-52d6-51b1-9c46-a98ea7a6a29a with identifier: 6999445auction111008
2026-03-30 00:57:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10538516-52d6-51b1-9c46-a98ea7a6a29a with scrape type 2
2026-03-30 00:57:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10538516-52d6-51b1-9c46-a98ea7a6a29a with scrape type 2
2026-03-30 00:57:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 10538516-52d6-51b1-9c46-a98ea7a6a29a, identifier: 6999445auction111008
2026-03-30 00:57:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 10538516-52d6-51b1-9c46-a98ea7a6a29a with identifier: 6999445auction111008
2026-03-30 00:57:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 10538516-52d6-51b1-9c46-a98ea7a6a29a with identifier: 6999445auction111008
2026-03-30 00:57:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 10538516-52d6-51b1-9c46-a98ea7a6a29a with identifier: 6999445auction111008 to the API
2026-03-30 00:57:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999445>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '10538516-52d6-51b1-9c46-a98ea7a6a29a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999445',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 152721,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 35tfsi business edition 110kW s-tronic aut',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 35tfsi business edition 110kW s-tronic aut',
'vin': None,
'year': 2021}
2026-03-30 00:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999445auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:43 [ecarstrade.nl] INFO: Saving data for 6999445auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774450236.834148, 'last_price_update_time': 1774832263.643793}
2026-03-30 00:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999445auction111008') HTTP/1.1" 204 0
2026-03-30 00:57:43 [ecarstrade.nl] INFO: Extracting details for car 7001333auction111008
2026-03-30 00:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999441> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acc6198b-326c-566b-821d-a45994c1bcbd with identifier: 7001333auction111008
2026-03-30 00:57:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acc6198b-326c-566b-821d-a45994c1bcbd with scrape type 2
2026-03-30 00:57:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acc6198b-326c-566b-821d-a45994c1bcbd with scrape type 2
2026-03-30 00:57:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: acc6198b-326c-566b-821d-a45994c1bcbd, identifier: 7001333auction111008
2026-03-30 00:57:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: acc6198b-326c-566b-821d-a45994c1bcbd with identifier: 7001333auction111008
2026-03-30 00:57:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: acc6198b-326c-566b-821d-a45994c1bcbd with identifier: 7001333auction111008
2026-03-30 00:57:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: acc6198b-326c-566b-821d-a45994c1bcbd with identifier: 7001333auction111008 to the API
2026-03-30 00:57:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001333>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'acc6198b-326c-566b-821d-a45994c1bcbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001333',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 77607,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-04-27',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A3 Cabriolet 35tfsi advance sport 110kW s-tronic aut',
'transmission': 'automatic',
'trim': 'AUDI Cabriolet 35tfsi advance sport 110kW s-tronic aut',
'vin': None,
'year': 2020}
2026-03-30 00:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277001333auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:44 [ecarstrade.nl] INFO: Saving data for 7001333auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774450237.917632, 'last_price_update_time': 1774832264.016137}
2026-03-30 00:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7001333auction111008') HTTP/1.1" 204 0
2026-03-30 00:57:44 [ecarstrade.nl] INFO: Extracting details for car 6999441auction111008
2026-03-30 00:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d325c2e9-3316-5552-a381-63ba1e5a69df with identifier: 6999441auction111008
2026-03-30 00:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d325c2e9-3316-5552-a381-63ba1e5a69df with scrape type 2
2026-03-30 00:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d325c2e9-3316-5552-a381-63ba1e5a69df with scrape type 2
2026-03-30 00:57:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d325c2e9-3316-5552-a381-63ba1e5a69df, identifier: 6999441auction111008
2026-03-30 00:57:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d325c2e9-3316-5552-a381-63ba1e5a69df with identifier: 6999441auction111008
2026-03-30 00:57:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d325c2e9-3316-5552-a381-63ba1e5a69df with identifier: 6999441auction111008
2026-03-30 00:57:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d325c2e9-3316-5552-a381-63ba1e5a69df with identifier: 6999441auction111008 to the API
2026-03-30 00:57:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999441>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd325c2e9-3316-5552-a381-63ba1e5a69df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999441',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Kuga',
'odometer': 158667,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-23',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Kuga 2.5 phev titanium 165kW e-cvt aut',
'transmission': 'automatic',
'trim': 'FORD 2.5 phev titanium 165kW e-cvt aut',
'vin': None,
'year': 2022}
2026-03-30 00:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999441auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:44 [ecarstrade.nl] INFO: Saving data for 6999441auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774450239.849191, 'last_price_update_time': 1774832264.398988}
2026-03-30 00:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999441auction111008') HTTP/1.1" 204 0
2026-03-30 00:57:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999440> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:45 [ecarstrade.nl] INFO: Extracting details for car 6999440auction111008
2026-03-30 00:57:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b15e2f09-7af8-5093-b605-d9d21d87219c with identifier: 6999440auction111008
2026-03-30 00:57:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b15e2f09-7af8-5093-b605-d9d21d87219c with scrape type 2
2026-03-30 00:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b15e2f09-7af8-5093-b605-d9d21d87219c with scrape type 2
2026-03-30 00:57:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b15e2f09-7af8-5093-b605-d9d21d87219c, identifier: 6999440auction111008
2026-03-30 00:57:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b15e2f09-7af8-5093-b605-d9d21d87219c with identifier: 6999440auction111008
2026-03-30 00:57:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b15e2f09-7af8-5093-b605-d9d21d87219c with identifier: 6999440auction111008
2026-03-30 00:57:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b15e2f09-7af8-5093-b605-d9d21d87219c with identifier: 6999440auction111008 to the API
2026-03-30 00:57:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999440>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b15e2f09-7af8-5093-b605-d9d21d87219c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999440',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'DS Automobiles DS3 Crossback',
'odometer': 54951,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-27',
'seats_number': 5,
'seller_name': None,
'title': 'DS 3 Crossback 50kWh ev e-tense business aut',
'transmission': 'automatic',
'trim': 'DS 3 Crossback 50kWh ev e-tense business aut',
'vin': None,
'year': 2021}
2026-03-30 00:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999440auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:45 [ecarstrade.nl] INFO: Saving data for 6999440auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774450240.37369, 'last_price_update_time': 1774832265.408528}
2026-03-30 00:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999440auction111008') HTTP/1.1" 204 0
2026-03-30 00:57:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:48 [ecarstrade.nl] INFO: No car items found on page 33
2026-03-30 00:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999442> (referer: https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:51 [ecarstrade.nl] INFO: Extracting details for car 6999442auction111008
2026-03-30 00:57:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce0b6ef3-852d-582b-9135-f41f9bc9b5aa with identifier: 6999442auction111008
2026-03-30 00:57:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce0b6ef3-852d-582b-9135-f41f9bc9b5aa with scrape type 2
2026-03-30 00:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce0b6ef3-852d-582b-9135-f41f9bc9b5aa with scrape type 2
2026-03-30 00:57:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ce0b6ef3-852d-582b-9135-f41f9bc9b5aa, identifier: 6999442auction111008
2026-03-30 00:57:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ce0b6ef3-852d-582b-9135-f41f9bc9b5aa with identifier: 6999442auction111008
2026-03-30 00:57:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ce0b6ef3-852d-582b-9135-f41f9bc9b5aa with identifier: 6999442auction111008
2026-03-30 00:57:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ce0b6ef3-852d-582b-9135-f41f9bc9b5aa with identifier: 6999442auction111008 to the API
2026-03-30 00:57:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999442>
{'auction_title': '',
'c_o_2_emission_value': 88,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'ce0b6ef3-852d-582b-9135-f41f9bc9b5aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999442',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 135418,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-30',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 0.9 twin air 80 sport 59kW',
'transmission': 'manual',
'trim': 'FIAT 0.9 twin air 80 sport 59kW',
'vin': None,
'year': 2018}
2026-03-30 00:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999442auction111008%27 HTTP/1.1" 200 None
2026-03-30 00:57:51 [ecarstrade.nl] INFO: Saving data for 6999442auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774450238.685174, 'last_price_update_time': 1774832271.57699}
2026-03-30 00:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999442auction111008') HTTP/1.1" 204 0
2026-03-30 00:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006198> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:57:51 [ecarstrade.nl] INFO: Extracting details for car 7006198auction111095
2026-03-30 00:57:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 319df4d4-f741-565b-b968-9a0537075487 with identifier: 7006198auction111095
2026-03-30 00:57:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 319df4d4-f741-565b-b968-9a0537075487 with scrape type 2
2026-03-30 00:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 319df4d4-f741-565b-b968-9a0537075487 with scrape type 2
2026-03-30 00:57:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 319df4d4-f741-565b-b968-9a0537075487, identifier: 7006198auction111095
2026-03-30 00:57:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 319df4d4-f741-565b-b968-9a0537075487 with identifier: 7006198auction111095
2026-03-30 00:57:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 319df4d4-f741-565b-b968-9a0537075487 with identifier: 7006198auction111095
2026-03-30 00:57:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 319df4d4-f741-565b-b968-9a0537075487 with identifier: 7006198auction111095 to the API
2026-03-30 00:57:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:57:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:57:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006198>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T14:40:00Z',
'fuel_type': 'Petrol',
'id': '319df4d4-f741-565b-b968-9a0537075487',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006198',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 89727,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus wagon 1.0 EcoB. Tit. XBns',
'transmission': 'automatic',
'trim': 'FORD wagon 1.0 EcoB. Tit. XBns',
'vin': None,
'year': 2021}
2026-03-30 00:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006198auction111095%27 HTTP/1.1" 200 None
2026-03-30 00:57:52 [ecarstrade.nl] INFO: Saving data for 7006198auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550986.342421, 'last_price_update_time': 1774832272.081428}
2026-03-30 00:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006198auction111095') HTTP/1.1" 204 0
2026-03-30 00:58:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999946> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:58:03 [ecarstrade.nl] INFO: Extracting details for car 6999946auction111021
2026-03-30 00:58:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5 with identifier: 6999946auction111021
2026-03-30 00:58:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5 with scrape type 2
2026-03-30 00:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5 with scrape type 2
2026-03-30 00:58:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5, identifier: 6999946auction111021
2026-03-30 00:58:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5 with identifier: 6999946auction111021
2026-03-30 00:58:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5 with identifier: 6999946auction111021
2026-03-30 00:58:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5 with identifier: 6999946auction111021 to the API
2026-03-30 00:58:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:58:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:58:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999946>
{'auction_title': '',
'c_o_2_emission_value': 176,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': '8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999946',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 155290,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-02',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L2H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L2H1',
'vin': None,
'year': 2020}
2026-03-30 00:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999946auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:58:03 [ecarstrade.nl] INFO: Saving data for 6999946auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450254.244505, 'last_price_update_time': 1774832283.626945}
2026-03-30 00:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999946auction111021') HTTP/1.1" 204 0
2026-03-30 00:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999951> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-30 00:58:06 [ecarstrade.nl] INFO: Extracting details for car 6999951auction111021
2026-03-30 00:58:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d90b63d4-403b-5705-b90d-c903cda957f2 with identifier: 6999951auction111021
2026-03-30 00:58:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d90b63d4-403b-5705-b90d-c903cda957f2 with scrape type 2
2026-03-30 00:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d90b63d4-403b-5705-b90d-c903cda957f2 with scrape type 2
2026-03-30 00:58:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d90b63d4-403b-5705-b90d-c903cda957f2, identifier: 6999951auction111021
2026-03-30 00:58:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d90b63d4-403b-5705-b90d-c903cda957f2 with identifier: 6999951auction111021
2026-03-30 00:58:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d90b63d4-403b-5705-b90d-c903cda957f2 with identifier: 6999951auction111021
2026-03-30 00:58:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d90b63d4-403b-5705-b90d-c903cda957f2 with identifier: 6999951auction111021 to the API
2026-03-30 00:58:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 00:58:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-30 00:58:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999951>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': 'd90b63d4-403b-5705-b90d-c903cda957f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999951',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 62847,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-30',
'seats_number': 3,
'seller_name': None,
'title': 'OPEL Vivaro 1.6 CDTI L1H1 Ed.',
'transmission': 'manual',
'trim': 'OPEL 1.6 CDTI L1H1 Ed.',
'vin': None,
'year': 2019}
2026-03-30 00:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999951auction111021%27 HTTP/1.1" 200 None
2026-03-30 00:58:06 [ecarstrade.nl] INFO: Saving data for 6999951auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450250.774975, 'last_price_update_time': 1774832286.618425}
2026-03-30 00:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999951auction111021') HTTP/1.1" 204 0
2026-03-30 00:58:06 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 00:58:06 [ecarstrade.nl] INFO: ecarstrade.nl 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>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-30 00:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 00:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20last_price_update_time%20lt%201774400286 HTTP/1.1" 200 None
2026-03-30 00:58:06 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (521 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.nl/task_35_2026-03-30T00_45_00.jl
2026-03-30 00:58:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-30 00:58:06 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 1306143,
'downloader/request_count': 556,
'downloader/request_method_count/GET': 556,
'downloader/response_bytes': 206651459,
'downloader/response_count': 556,
'downloader/response_status_count/200': 556,
'elapsed_time_seconds': 779.959575,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 0, 58, 6, 782130, tzinfo=datetime.timezone.utc),
'item_scraped_count': 521,
'log_count/DEBUG': 6383,
'log_count/ERROR': 3,
'log_count/INFO': 6089,
'memusage/max': 307060736,
'memusage/startup': 150155264,
'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': 158,
'playwright/request_count/method/GET': 135,
'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': 73,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 39,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 12,
'playwright/response_count': 158,
'playwright/response_count/method/GET': 135,
'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': 18,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 73,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 39,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 12,
'request_depth_max': 33,
'response_received_count': 556,
'scheduler/dequeued': 556,
'scheduler/dequeued/memory': 556,
'scheduler/enqueued': 556,
'scheduler/enqueued/memory': 556,
'scrape_type/price_update': 522,
'scrape_type/skipped': 114,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 555,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 9.293772733489224,
'scrapy-zyte-api/mean_response_seconds': 9.5095235250412,
'scrapy-zyte-api/processed': 555,
'scrapy-zyte-api/request_args/browserHtml': 555,
'scrapy-zyte-api/request_args/experimental.requestCookies': 555,
'scrapy-zyte-api/request_args/experimental.responseCookies': 555,
'scrapy-zyte-api/request_args/requestHeaders': 555,
'scrapy-zyte-api/request_args/sessionContext': 555,
'scrapy-zyte-api/request_args/url': 555,
'scrapy-zyte-api/status_codes/200': 555,
'scrapy-zyte-api/success': 555,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 30, 0, 45, 6, 822555, tzinfo=datetime.timezone.utc)}
2026-03-30 00:58:06 [scrapy.core.engine] INFO: Spider closed (finished)