2026-03-27 18:45:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-27 18: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-27 18:45:06 [ecarstrade.nl] INFO: Starting spider ecarstrade.nl
2026-03-27 18:45:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-27 18:45:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-27 18:45:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-27 18:45:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-27 18:45:06 [scrapy.extensions.telnet] INFO: Telnet Password: 9f3621e428ec8a24
2026-03-27 18: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-27 18: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-27T18_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-27 18:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 18:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 18: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-27 18:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-27 18: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-27 18:45:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-27 18:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-27 18: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-27 18:45:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-27 18:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-27 18:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-27 18: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-27 18:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-27 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-27 18: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-27 18: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-27 18:45:06 [scrapy.core.engine] INFO: Spider opened
2026-03-27 18:45:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 18:45:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-27 18:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-27 18:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-27 18:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-27 18:45:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-27 18:45:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-27 18:45:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-27 18:45:13 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-27 18:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-27 18:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-27 18:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-27 18:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-27 18:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18: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-27 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-27 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-27 18: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-27 18: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-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-27 18: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-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-27 18: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-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-27 18: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-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-27 18: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-27 18: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-27 18: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-27 18: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-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-27 18: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-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-27 18: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-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-27 18: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-27 18: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-27 18: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-27 18: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-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-27 18: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-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774637114746&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1414305588.1774637116&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938465~115938468~117384406~117484252&sid=1774637115&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2674> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1414305588.1774637116>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117384406~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=1414305588.1774637116>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117384406~117484252&z=1640050715> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-27 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774637114746&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1414305588.1774637116&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=0~115938465~115938468~117384406~117484252&sid=1774637115&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=1774632023&ep.url=%2Fsearch&ep.eventName=search&_et=3&tfd=2751> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 18: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-27 18: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-27 18: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-27 18: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-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1645474844&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IADAAEABAAAAACAAI~&jid=1264145126&gjid=1926636285&cid=1414305588.1774637116&tid=UA-73443533-1&_gid=984555822.1774637116&_r=1&_slc=1&z=1560471630> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1645474844&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IADAAEABAAAAACAAI~&jid=1264145126&gjid=1926636285&cid=1414305588.1774637116&tid=UA-73443533-1&_gid=984555822.1774637116&_r=1&_slc=1&z=1560471630>
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=1414305588.1774637116>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117384406~117484252&z=1640050715>
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1414305588.1774637116>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117384406~117484252>
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774637114746&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1414305588.1774637116&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=0~115938465~115938468~117384406~117484252&sid=1774637115&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=52&tfd=3407> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=AW-742220279> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~116133312~117484252&apve=1&apvf=f&apvc=1&tft=1774637116626&tfd=3432> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774637114746&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1414305588.1774637116&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=0~115938465~115938468~117384406~117484252&sid=1774637115&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=1774632023&ep.url=%2Fsearch&ep.eventName=search&_et=3&tfd=2751>
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774637114746&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1414305588.1774637116&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=0~115938465~115938468~117384406~117484252&sid=1774637115&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=52&tfd=3407>
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false>
2026-03-27 18: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-27 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774637116920&cv=11&fst=1774637116920&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774637116954&tfd=3759> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774637114746&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1414305588.1774637116&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938465~115938468~117384406~117484252&sid=1774637115&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2674>
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6906917/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/5660001-5670000/5661807/photo_038/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18: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-27 18: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-27 18: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-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-27 18: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-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6480001-6490000/6481900/photo_102/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6641568/photo_031/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6642494/photo_045/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6664136/photo_029/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6666900/photo_043/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6685729/photo_037/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6686133/photo_039/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6690001-6700000/6690601/photo_046/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6708816/photo_035/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6709582/photo_021/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6710001-6720000/6719179/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6722712/photo_085/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6723860/photo_028/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764581/photo_021/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764985/photo_112/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764996/photo_069/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769298/photo_109/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769393/photo_053/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18: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-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/fr.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6906917/photo_000/260x0__r.jpg>
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg>
2026-03-27 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~116133312~117484252&apve=1&apvf=f&apvc=1&tft=1774637116626&tfd=3432>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/5660001-5670000/5661807/photo_038/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774637116920&cv=11&fst=1774637116920&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-27 18: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-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774637116920&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9GH9fzk7zArXLH83-3RxwsQSoz5bqQh0ekX6SzyxfBNEmGQeqyO4q731Hd7F6UMuRPGKMVNxFgB0dHYosyA2_IOHnE-rQIfugTaM&random=2763956831&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774637116920&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9GH9fzk7zArXLH83-3RxwsQSoz5bqQh0ekX6SzyxfBNEmGQeqyO4q731Hd7F6UMuRPGKMVNxFgB0dHYosyA2_IOHnE-rQIfugTaM&random=2763956831&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774636800000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 18: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-27 18: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-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774637116954&tfd=3759>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6480001-6490000/6481900/photo_102/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6641568/photo_031/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6664136/photo_029/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6642494/photo_045/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6666900/photo_043/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6685729/photo_037/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6686133/photo_039/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6690001-6700000/6690601/photo_046/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6708816/photo_035/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6709582/photo_021/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6710001-6720000/6719179/photo_000/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6722712/photo_085/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6723860/photo_028/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764581/photo_021/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764996/photo_069/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764985/photo_112/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769298/photo_109/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769393/photo_053/260x0__r.jpg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-27 18: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-27 18: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-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774637116920&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9GH9fzk7zArXLH83-3RxwsQSoz5bqQh0ekX6SzyxfBNEmGQeqyO4q731Hd7F6UMuRPGKMVNxFgB0dHYosyA2_IOHnE-rQIfugTaM&random=2763956831&rmt_tld=1&ipr=y>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774637116920&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9GH9fzk7zArXLH83-3RxwsQSoz5bqQh0ekX6SzyxfBNEmGQeqyO4q731Hd7F6UMuRPGKMVNxFgB0dHYosyA2_IOHnE-rQIfugTaM&random=2763956831&rmt_tld=0&ipr=y>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-27 18: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-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=5c618ef266c34a0ea0f78b2b8d6279e8&traceId=5c618ef266c34a0ea0f78b2b8d6279e8> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-27 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774636800000/5441429.js>
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774637119212&vi=cf74d6329b5f11e035c8a41cd41f330d&nc=true&u=129379155.cf74d6329b5f11e035c8a41cd41f330d.1774637119211.1774637119211.1774637119211.1&b=129379155.1.1774637119211&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21>
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21>
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/chosen-sprite.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774637119212&vi=cf74d6329b5f11e035c8a41cd41f330d&nc=true&u=129379155.cf74d6329b5f11e035c8a41cd41f330d.1774637119211.1774637119211.1774637119211.1&b=129379155.1.1774637119211&cc=15>
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_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=1774637119757&vi=cf74d6329b5f11e035c8a41cd41f330d&nc=true&u=129379155.cf74d6329b5f11e035c8a41cd41f330d.1774637119211.1774637119211.1774637119211.1&b=129379155.1.1774637119211&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774637119927&vi=cf74d6329b5f11e035c8a41cd41f330d&nc=true&u=129379155.cf74d6329b5f11e035c8a41cd41f330d.1774637119211.1774637119211.1774637119211.1&b=129379155.1.1774637119211&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774637119757&vi=cf74d6329b5f11e035c8a41cd41f330d&nc=true&u=129379155.cf74d6329b5f11e035c8a41cd41f330d.1774637119211.1774637119211.1774637119211.1&b=129379155.1.1774637119211&cc=15>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774637114746&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1414305588.1774637116&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=0~115938465~115938468~117384406~117484252&sid=1774637115&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=643&tfd=6790> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774637119988&cv=11&fst=1774637119988&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~116133312~117484252&apve=1&apvf=f&apvc=1&tft=1774637120005&tfd=6810> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774632023&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774637120005&tfd=6811> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 18:45:20 [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=5c618ef266c34a0ea0f78b2b8d6279e8&traceId=5c618ef266c34a0ea0f78b2b8d6279e8>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774637120179&vi=cf74d6329b5f11e035c8a41cd41f330d&nc=true&u=129379155.cf74d6329b5f11e035c8a41cd41f330d.1774637119211.1774637119211.1774637119211.1&b=129379155.1.1774637119211&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~116133312~117484252&apve=1&apvf=f&apvc=1&tft=1774637120005&tfd=6810>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774637114746&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1414305588.1774637116&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=5&tag_exp=0~115938465~115938468~117384406~117484252&uid=0&sid=1774637115&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=1774632023&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=3376&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=7066> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774637114746&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1414305588.1774637116&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=0~115938465~115938468~117384406~117484252&sid=1774637115&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=643&tfd=6790>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774637120263&cv=11&fst=1774637120263&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774632023&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774637120276&tfd=7082> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774632023&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774637120005&tfd=6811>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774637119988&cv=11&fst=1774637119988&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774637114746&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1414305588.1774637116&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=5&tag_exp=0~115938465~115938468~117384406~117484252&uid=0&sid=1774637115&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=1774632023&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=3376&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=7066>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774637119927&vi=cf74d6329b5f11e035c8a41cd41f330d&nc=true&u=129379155.cf74d6329b5f11e035c8a41cd41f330d.1774637119211.1774637119211.1774637119211.1&b=129379155.1.1774637119211&cc=15>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774637120179&vi=cf74d6329b5f11e035c8a41cd41f330d&nc=true&u=129379155.cf74d6329b5f11e035c8a41cd41f330d.1774637119211.1774637119211.1774637119211.1&b=129379155.1.1774637119211&cc=15>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774637119988&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9mo9LS1qLSxHsinUTmA4E79-QOL2dAxvMIKdaTQVNoWctRpAjxX5tc2nMSem31EbodGbJYccUre5WChT_nnlOuRXSP4tlnRYgJyHH9lcmVWsJ2ZfCkSMSJQ&random=1166216778&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774637119988&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9mo9LS1qLSxHsinUTmA4E79-QOL2dAxvMIKdaTQVNoWctRpAjxX5tc2nMSem31EbodGbJYccUre5WChT_nnlOuRXSP4tlnRYgJyHH9lcmVWsJ2ZfCkSMSJQ&random=1166216778&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774632023&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774637120276&tfd=7082>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774637120263&cv=11&fst=1774637120263&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774637120263&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9EXBQpeu__iwDvKMntK-N8ny1KELK07OysTOV6Ym3qXbPqmHAYJg-RrPtVA6haHTBQZ0iobe_CTaX0oXXE0XT3xjBWAAaSsagQMNFOg_BU2mXJ1hO_MrLTw&random=646079460&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774637120263&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9EXBQpeu__iwDvKMntK-N8ny1KELK07OysTOV6Ym3qXbPqmHAYJg-RrPtVA6haHTBQZ0iobe_CTaX0oXXE0XT3xjBWAAaSsagQMNFOg_BU2mXJ1hO_MrLTw&random=646079460&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774637119988&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9mo9LS1qLSxHsinUTmA4E79-QOL2dAxvMIKdaTQVNoWctRpAjxX5tc2nMSem31EbodGbJYccUre5WChT_nnlOuRXSP4tlnRYgJyHH9lcmVWsJ2ZfCkSMSJQ&random=1166216778&rmt_tld=1&ipr=y>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774637119988&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9mo9LS1qLSxHsinUTmA4E79-QOL2dAxvMIKdaTQVNoWctRpAjxX5tc2nMSem31EbodGbJYccUre5WChT_nnlOuRXSP4tlnRYgJyHH9lcmVWsJ2ZfCkSMSJQ&random=1166216778&rmt_tld=0&ipr=y>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774637120263&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9EXBQpeu__iwDvKMntK-N8ny1KELK07OysTOV6Ym3qXbPqmHAYJg-RrPtVA6haHTBQZ0iobe_CTaX0oXXE0XT3xjBWAAaSsagQMNFOg_BU2mXJ1hO_MrLTw&random=646079460&rmt_tld=0&ipr=y>
2026-03-27 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774637120263&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9EXBQpeu__iwDvKMntK-N8ny1KELK07OysTOV6Ym3qXbPqmHAYJg-RrPtVA6haHTBQZ0iobe_CTaX0oXXE0XT3xjBWAAaSsagQMNFOg_BU2mXJ1hO_MrLTw&random=646079460&rmt_tld=1&ipr=y>
2026-03-27 18:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false>
2026-03-27 18:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012952/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012029/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012027/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012021/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011976/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011973/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011669/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/224/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011663/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011657/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_001/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011647/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011642/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011640/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011632/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011626/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011621/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_001/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_001/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_000/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_000/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012952/photo_000/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012029/photo_000/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012027/photo_000/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012021/photo_000/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011976/photo_001/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011973/photo_001/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/224/logo.png>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011669/photo_000/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011657/photo_000/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011663/photo_000/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011647/photo_000/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011642/photo_000/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011640/photo_000/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011626/photo_000/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011632/photo_000/260x0__r.jpg>
2026-03-27 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011621/photo_000/260x0__r.jpg>
2026-03-27 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774637114746&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1414305588.1774637116&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=6&tag_exp=0~115938465~115938468~117384406~117484252&uid=0&sid=1774637115&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=1774632023&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=268&tfd=12066> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774637114746&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1414305588.1774637116&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=6&tag_exp=0~115938465~115938468~117384406~117484252&uid=0&sid=1774637115&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=1774632023&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=268&tfd=12066>
2026-03-27 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774637125445&vi=cf74d6329b5f11e035c8a41cd41f330d&nc=true&u=129379155.cf74d6329b5f11e035c8a41cd41f330d.1774637119211.1774637119211.1774637119211.1&b=129379155.1.1774637119211&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774637125489&cv=11&fst=1774637125489&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774632023&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774637125500&tfd=12305> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774632023&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774637125500&tfd=12305>
2026-03-27 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774637125445&vi=cf74d6329b5f11e035c8a41cd41f330d&nc=true&u=129379155.cf74d6329b5f11e035c8a41cd41f330d.1774637119211.1774637119211.1774637119211.1&b=129379155.1.1774637119211&cc=15>
2026-03-27 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774637125489&cv=11&fst=1774637125489&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-27 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774637125489&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B95SkkH6AJMC8m33G7A-KC3kbVZlTGYpXsrPIlflKEyzN4ryTw7AOVYaqDbQOLloN2HWdldH8zIiFD3lVFzzmdoBYn85qkImzqYHvdZUnXDhClvbN-tdE03g&random=858077220&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774637125489&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B95SkkH6AJMC8m33G7A-KC3kbVZlTGYpXsrPIlflKEyzN4ryTw7AOVYaqDbQOLloN2HWdldH8zIiFD3lVFzzmdoBYn85qkImzqYHvdZUnXDhClvbN-tdE03g&random=858077220&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774637125489&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B95SkkH6AJMC8m33G7A-KC3kbVZlTGYpXsrPIlflKEyzN4ryTw7AOVYaqDbQOLloN2HWdldH8zIiFD3lVFzzmdoBYn85qkImzqYHvdZUnXDhClvbN-tdE03g&random=858077220&rmt_tld=0&ipr=y>
2026-03-27 18:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774637125489&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B95SkkH6AJMC8m33G7A-KC3kbVZlTGYpXsrPIlflKEyzN4ryTw7AOVYaqDbQOLloN2HWdldH8zIiFD3lVFzzmdoBYn85qkImzqYHvdZUnXDhClvbN-tdE03g&random=858077220&rmt_tld=1&ipr=y>
2026-03-27 18:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774637127772&cv=11&fst=1774637127772&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 18:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774637127792&cv=11&fst=1774637127792&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 18:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774632023&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774637127800&tfd=14606> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 18:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774632023&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774637127801&tfd=14606> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 18: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=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774632023&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774637127800&tfd=14606>
2026-03-27 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=829949949.1774637117&dt=Search%20%7C%20eCarsTrade&auid=1588774054.1774637117&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774632023&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774637127801&tfd=14606>
2026-03-27 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774637127772&cv=11&fst=1774637127772&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-27 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774637127772&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B90Q_m-GsRZZ61axD_9LHPvkrouChNaaMTDkwW2jVuEHwKSssEV1cHsxOqGx7E0Zi_CM65Ecj69lRLlSNgJjGYJJsR4KswARmL7-egjXpREyHWNqPs98R35Q&random=2081605231&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774637127772&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B90Q_m-GsRZZ61axD_9LHPvkrouChNaaMTDkwW2jVuEHwKSssEV1cHsxOqGx7E0Zi_CM65Ecj69lRLlSNgJjGYJJsR4KswARmL7-egjXpREyHWNqPs98R35Q&random=2081605231&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774637127792&cv=11&fst=1774637127792&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-27 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774637127792&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B92UXBESCmP8Jm3UbxljB0B8pg6vEFRRfz8uJ5LHUg6M2-LxyPjKcSlIs4YOnL1M5LeSxlTU1P3Ee0DS8vnF6DlZq-kZ8KDnl4yDC391UdWoTSrrmGoDBYSQ&random=3178742717&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774637127792&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B92UXBESCmP8Jm3UbxljB0B8pg6vEFRRfz8uJ5LHUg6M2-LxyPjKcSlIs4YOnL1M5LeSxlTU1P3Ee0DS8vnF6DlZq-kZ8KDnl4yDC391UdWoTSrrmGoDBYSQ&random=3178742717&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774637127772&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B90Q_m-GsRZZ61axD_9LHPvkrouChNaaMTDkwW2jVuEHwKSssEV1cHsxOqGx7E0Zi_CM65Ecj69lRLlSNgJjGYJJsR4KswARmL7-egjXpREyHWNqPs98R35Q&random=2081605231&rmt_tld=1&ipr=y>
2026-03-27 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774637127792&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B92UXBESCmP8Jm3UbxljB0B8pg6vEFRRfz8uJ5LHUg6M2-LxyPjKcSlIs4YOnL1M5LeSxlTU1P3Ee0DS8vnF6DlZq-kZ8KDnl4yDC391UdWoTSrrmGoDBYSQ&random=3178742717&rmt_tld=1&ipr=y>
2026-03-27 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774637127772&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B90Q_m-GsRZZ61axD_9LHPvkrouChNaaMTDkwW2jVuEHwKSssEV1cHsxOqGx7E0Zi_CM65Ecj69lRLlSNgJjGYJJsR4KswARmL7-egjXpREyHWNqPs98R35Q&random=2081605231&rmt_tld=0&ipr=y>
2026-03-27 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774637127792&cv=11&fst=1774634400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~116991817~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1588774054.1774637117&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774632023%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B92UXBESCmP8Jm3UbxljB0B8pg6vEFRRfz8uJ5LHUg6M2-LxyPjKcSlIs4YOnL1M5LeSxlTU1P3Ee0DS8vnF6DlZq-kZ8KDnl4yDC391UdWoTSrrmGoDBYSQ&random=3178742717&rmt_tld=0&ipr=y>
2026-03-27 18:45:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-27 18:45:30 [ecarstrade.nl] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUmdUQp1PXY9MoDMM5wf1z2CVq4cyQNng4lAXwpL0IB-MBZ5ClDZnWv7AvM7', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808333120, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777229113, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': '7si5a6bl0f0eapak2gbbnboje7', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774665913, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836153913, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777229113, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': '34c9f679-aa46-445a-8736-6c568dc35331', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809197115, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.2.1414305588.1774637116', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837709116, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.984555822.1774637116', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774723516, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774637176, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.1588774054.1774637117', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782413117, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Abe3cbc9c-85d0-4edb-bc97-9b2f04b641fd%22%2C%22%24device_id%22%3A%22be3cbc9c-85d0-4edb-bc97-9b2f04b641fd%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': 1806173118, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': 'f9bd5664-bfdf-4fc7-b866-becfec919db1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806173118, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hstc', 'value': '129379155.cf74d6329b5f11e035c8a41cd41f330d.1774637119211.1774637119211.1774637119211.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790189119, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': 'cf74d6329b5f11e035c8a41cd41f330d', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790189119, '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.1774637119211', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774638919, '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-27T18%3A45%3A19.780Z%22%2C%22consentId%22%3A%2290ae57d7-3c64-4ec5-ac10-73988d894eee%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-27T18%3A45%3A19.780Z%22%2C%22expirationTime%22%3A1790361919781%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790361919, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"90ae57d7-3c64-4ec5-ac10-73988d894eee","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': 1774637421, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774637115$o1$g1$t1774637127$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837709127, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'c4_RixIQuLMuozkrHLgTRqOoT5Ewvjc8rOEfS.47sOk-1774637119-1.0.1.1-FOhuSj1jf5b4SI97SHs2_PDtdzfeSSyD7NBAG.gc9iVr04dDvIbqYjAEdtxTeGfR25mAb4WmWA43nF8CgAgUkvrDE7Lptx6EUn.cGUz0FyQ', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774638919, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': '0UlE9q2adgtrXpr2IK9PskCnFax.YucOdVtXFMZTh38-1774637119690-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-27 18:45:30 [ecarstrade.nl] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUmdUQp1PXY9MoDMM5wf1z2CVq4cyQNng4lAXwpL0IB-MBZ5ClDZnWv7AvM7', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': '7si5a6bl0f0eapak2gbbnboje7', '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': '34c9f679-aa46-445a-8736-6c568dc35331', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.2.1414305588.1774637116', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.984555822.1774637116', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.1588774054.1774637117', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Abe3cbc9c-85d0-4edb-bc97-9b2f04b641fd%22%2C%22%24device_id%22%3A%22be3cbc9c-85d0-4edb-bc97-9b2f04b641fd%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': 'f9bd5664-bfdf-4fc7-b866-becfec919db1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.cf74d6329b5f11e035c8a41cd41f330d.1774637119211.1774637119211.1774637119211.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': 'cf74d6329b5f11e035c8a41cd41f330d', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774637119211', '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-27T18%3A45%3A19.780Z%22%2C%22consentId%22%3A%2290ae57d7-3c64-4ec5-ac10-73988d894eee%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-27T18%3A45%3A19.780Z%22%2C%22expirationTime%22%3A1790361919781%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"90ae57d7-3c64-4ec5-ac10-73988d894eee","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.s1774637115$o1$g1$t1774637127$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'c4_RixIQuLMuozkrHLgTRqOoT5Ewvjc8rOEfS.47sOk-1774637119-1.0.1.1-FOhuSj1jf5b4SI97SHs2_PDtdzfeSSyD7NBAG.gc9iVr04dDvIbqYjAEdtxTeGfR25mAb4WmWA43nF8CgAgUkvrDE7Lptx6EUn.cGUz0FyQ', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': '0UlE9q2adgtrXpr2IK9PskCnFax.YucOdVtXFMZTh38-1774637119690-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-27 18:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-27 18:45:30 [ecarstrade.nl] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-27 18:45:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000120auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000120auction111023: 2
2026-03-27 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000165auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000165auction111023: 2
2026-03-27 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000175auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000175auction111023: 2
2026-03-27 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000176auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000176auction111023: 2
2026-03-27 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000121auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000121auction111023: 2
2026-03-27 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000187auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000187auction111023: 2
2026-03-27 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000166auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000166auction111023: 2
2026-03-27 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000161auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000161auction111023: 2
2026-03-27 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000157auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000157auction111023: 2
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000189auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000189auction111023: 2
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000145auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000145auction111023: 2
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000164auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000164auction111023: 2
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000159auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000159auction111023: 2
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000123auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000123auction111023: 2
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000191auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000191auction111023: 2
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000139auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000139auction111023: 2
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000153auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000153auction111023: 2
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000163auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000163auction111023: 2
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000169auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:36 [ecarstrade.nl] INFO: Scrape type for 7000169auction111023: 2
2026-03-27 18:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000133auction111023
2026-03-27 18:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:37 [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-27 18:45:37 [ecarstrade.nl] INFO: Scrape type for 7000133auction111023: 2
2026-03-27 18:45:43 [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-27 18:45:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45: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-27 18:45:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:43 [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-27 18:45:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:43 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000160auction111023
2026-03-27 18:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:43 [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-27 18:45:43 [ecarstrade.nl] INFO: Scrape type for 7000160auction111023: 2
2026-03-27 18:45:43 [ecarstrade.nl] INFO: Extracting details for car 7000166auction111023
2026-03-27 18:45:43 [ecarstrade.nl] INFO: Extracting details for car 7000175auction111023
2026-03-27 18:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000158auction111023
2026-03-27 18:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:43 [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-27 18:45:43 [ecarstrade.nl] INFO: Scrape type for 7000158auction111023: 2
2026-03-27 18:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000188auction111023
2026-03-27 18:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:43 [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-27 18:45:43 [ecarstrade.nl] INFO: Scrape type for 7000188auction111023: 2
2026-03-27 18:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb740eb2-4cdf-5988-9c88-9b245ceed8ec with identifier: 7000166auction111023
2026-03-27 18:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb740eb2-4cdf-5988-9c88-9b245ceed8ec with scrape type 2
2026-03-27 18:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb740eb2-4cdf-5988-9c88-9b245ceed8ec with scrape type 2
2026-03-27 18:45:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cb740eb2-4cdf-5988-9c88-9b245ceed8ec, identifier: 7000166auction111023
2026-03-27 18:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5419471-fdd2-526e-89e2-f51414e8902f with identifier: 7000175auction111023
2026-03-27 18:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5419471-fdd2-526e-89e2-f51414e8902f with scrape type 2
2026-03-27 18:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5419471-fdd2-526e-89e2-f51414e8902f with scrape type 2
2026-03-27 18:45:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d5419471-fdd2-526e-89e2-f51414e8902f, identifier: 7000175auction111023
2026-03-27 18:45:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cb740eb2-4cdf-5988-9c88-9b245ceed8ec with identifier: 7000166auction111023
2026-03-27 18:45:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:45:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:45:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cb740eb2-4cdf-5988-9c88-9b245ceed8ec with identifier: 7000166auction111023
2026-03-27 18:45:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cb740eb2-4cdf-5988-9c88-9b245ceed8ec with identifier: 7000166auction111023 to the API
2026-03-27 18:45:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45:43 [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-27 18:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:43 [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-27 18:45:43 [ecarstrade.nl] INFO: Saving data for 7000166auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450215.197199, 'last_price_update_time': 1774637143.989978}
2026-03-27 18:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d5419471-fdd2-526e-89e2-f51414e8902f with identifier: 7000175auction111023
2026-03-27 18:45:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:45:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:45:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d5419471-fdd2-526e-89e2-f51414e8902f with identifier: 7000175auction111023
2026-03-27 18:45:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d5419471-fdd2-526e-89e2-f51414e8902f with identifier: 7000175auction111023 to the API
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45:44 [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-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:44 [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-27 18:45:44 [ecarstrade.nl] INFO: Saving data for 7000175auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450134.383356, 'last_price_update_time': 1774637144.349176}
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000175auction111023') HTTP/1.1" 204 0
2026-03-27 18:45:44 [ecarstrade.nl] INFO: Found listing with ID: 7000190auction111023
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:44 [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-27 18:45:44 [ecarstrade.nl] INFO: Scrape type for 7000190auction111023: 2
2026-03-27 18:45:44 [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-27 18:45:44 [ecarstrade.nl] INFO: Found listing with ID: 7000162auction111023
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:44 [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-27 18:45:44 [ecarstrade.nl] INFO: Scrape type for 7000162auction111023: 2
2026-03-27 18:45:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45: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-27 18:45:44 [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-27 18:45:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:44 [ecarstrade.nl] INFO: Found listing with ID: 7000170auction111023
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:44 [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-27 18:45:44 [ecarstrade.nl] INFO: Scrape type for 7000170auction111023: 2
2026-03-27 18:45:44 [ecarstrade.nl] INFO: Found listing with ID: 7000149auction111023
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:44 [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-27 18:45:44 [ecarstrade.nl] INFO: Scrape type for 7000149auction111023: 2
2026-03-27 18:45:44 [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-27 18:45:44 [ecarstrade.nl] INFO: Found listing with ID: 7000124auction111023
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:44 [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-27 18:45:44 [ecarstrade.nl] INFO: Scrape type for 7000124auction111023: 2
2026-03-27 18:45:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:44 [ecarstrade.nl] INFO: Found listing with ID: 7000172auction111023
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:44 [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-27 18:45:44 [ecarstrade.nl] INFO: Scrape type for 7000172auction111023: 2
2026-03-27 18:45:44 [ecarstrade.nl] INFO: Extracting details for car 7000187auction111023
2026-03-27 18:45:44 [ecarstrade.nl] INFO: Extracting details for car 7000165auction111023
2026-03-27 18:45:44 [ecarstrade.nl] INFO: Found listing with ID: 7000148auction111023
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:44 [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-27 18:45:44 [ecarstrade.nl] INFO: Scrape type for 7000148auction111023: 2
2026-03-27 18:45:44 [ecarstrade.nl] INFO: Extracting details for car 7000120auction111023
2026-03-27 18:45:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a79c389-75c1-5744-b08c-d0fc67db08be with identifier: 7000187auction111023
2026-03-27 18:45: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-27 18:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a79c389-75c1-5744-b08c-d0fc67db08be with scrape type 2
2026-03-27 18:45:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2a79c389-75c1-5744-b08c-d0fc67db08be, identifier: 7000187auction111023
2026-03-27 18:45:44 [ecarstrade.nl] INFO: Extracting details for car 7000121auction111023
2026-03-27 18:45:44 [ecarstrade.nl] INFO: Found listing with ID: 7000171auction111023
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:44 [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-27 18:45:44 [ecarstrade.nl] INFO: Scrape type for 7000171auction111023: 2
2026-03-27 18:45:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2a79c389-75c1-5744-b08c-d0fc67db08be with identifier: 7000187auction111023
2026-03-27 18:45:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:45:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2a79c389-75c1-5744-b08c-d0fc67db08be with identifier: 7000187auction111023
2026-03-27 18:45: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-27 18:45:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45: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-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:44 [ecarstrade.nl] INFO: Saving data for 7000187auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450133.359748, 'last_price_update_time': 1774637144.96381}
2026-03-27 18:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e7b9b80-c0f7-5353-bd91-76e2ff87db96 with identifier: 7000165auction111023
2026-03-27 18:45:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e7b9b80-c0f7-5353-bd91-76e2ff87db96 with scrape type 2
2026-03-27 18:45:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e7b9b80-c0f7-5353-bd91-76e2ff87db96 with scrape type 2
2026-03-27 18:45:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8e7b9b80-c0f7-5353-bd91-76e2ff87db96, identifier: 7000165auction111023
2026-03-27 18:45:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8e7b9b80-c0f7-5353-bd91-76e2ff87db96 with identifier: 7000165auction111023
2026-03-27 18:45:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:45:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8e7b9b80-c0f7-5353-bd91-76e2ff87db96 with identifier: 7000165auction111023
2026-03-27 18:45: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-27 18:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45: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-27 18:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:45 [ecarstrade.nl] INFO: Saving data for 7000165auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450130.946288, 'last_price_update_time': 1774637145.319446}
2026-03-27 18:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:45 [ecarstrade.nl] INFO: Found listing with ID: 7000127auction111023
2026-03-27 18:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:45 [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-27 18:45:45 [ecarstrade.nl] INFO: Scrape type for 7000127auction111023: 2
2026-03-27 18:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 006456a4-7603-5355-b9f2-8e095dbd8b87 with identifier: 7000120auction111023
2026-03-27 18:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 006456a4-7603-5355-b9f2-8e095dbd8b87 with scrape type 2
2026-03-27 18:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 006456a4-7603-5355-b9f2-8e095dbd8b87 with scrape type 2
2026-03-27 18:45:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 006456a4-7603-5355-b9f2-8e095dbd8b87, identifier: 7000120auction111023
2026-03-27 18:45:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f8a9e15-318c-5ede-8688-052835168550 with identifier: 7000121auction111023
2026-03-27 18:45:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f8a9e15-318c-5ede-8688-052835168550 with scrape type 2
2026-03-27 18:45:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f8a9e15-318c-5ede-8688-052835168550 with scrape type 2
2026-03-27 18:45:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0f8a9e15-318c-5ede-8688-052835168550, identifier: 7000121auction111023
2026-03-27 18:45:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 006456a4-7603-5355-b9f2-8e095dbd8b87 with identifier: 7000120auction111023
2026-03-27 18:45:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 006456a4-7603-5355-b9f2-8e095dbd8b87 with identifier: 7000120auction111023
2026-03-27 18:45:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 006456a4-7603-5355-b9f2-8e095dbd8b87 with identifier: 7000120auction111023 to the API
2026-03-27 18:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45: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-27 18:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:45 [ecarstrade.nl] INFO: Saving data for 7000120auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450130.151188, 'last_price_update_time': 1774637145.765357}
2026-03-27 18:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0f8a9e15-318c-5ede-8688-052835168550 with identifier: 7000121auction111023
2026-03-27 18:45:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0f8a9e15-318c-5ede-8688-052835168550 with identifier: 7000121auction111023
2026-03-27 18:45:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0f8a9e15-318c-5ede-8688-052835168550 with identifier: 7000121auction111023 to the API
2026-03-27 18:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45:46 [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-27 18:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:46 [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-27 18:45:46 [ecarstrade.nl] INFO: Saving data for 7000121auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450132.099123, 'last_price_update_time': 1774637146.03158}
2026-03-27 18:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000121auction111023') HTTP/1.1" 204 0
2026-03-27 18:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7000138auction111023
2026-03-27 18:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:46 [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-27 18:45:46 [ecarstrade.nl] INFO: Scrape type for 7000138auction111023: 2
2026-03-27 18:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7000129auction111023
2026-03-27 18:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:46 [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-27 18:45:46 [ecarstrade.nl] INFO: Scrape type for 7000129auction111023: 2
2026-03-27 18:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7000134auction111023
2026-03-27 18:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:46 [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-27 18:45:46 [ecarstrade.nl] INFO: Scrape type for 7000134auction111023: 2
2026-03-27 18:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7000155auction111023
2026-03-27 18:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:46 [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-27 18:45:46 [ecarstrade.nl] INFO: Scrape type for 7000155auction111023: 2
2026-03-27 18:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7000122auction111023
2026-03-27 18:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:46 [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-27 18:45:46 [ecarstrade.nl] INFO: Scrape type for 7000122auction111023: 2
2026-03-27 18:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7000128auction111023
2026-03-27 18:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:46 [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-27 18:45:46 [ecarstrade.nl] INFO: Scrape type for 7000128auction111023: 2
2026-03-27 18:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7000136auction111023
2026-03-27 18:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:46 [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-27 18:45:46 [ecarstrade.nl] INFO: Scrape type for 7000136auction111023: 2
2026-03-27 18:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7000131auction111023
2026-03-27 18:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:46 [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-27 18:45:46 [ecarstrade.nl] INFO: Scrape type for 7000131auction111023: 2
2026-03-27 18:45:47 [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-27 18:45:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:47 [ecarstrade.nl] INFO: Extracting details for car 7000176auction111023
2026-03-27 18:45:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d432636f-9d8b-5143-90d0-53c3c516e12e with identifier: 7000176auction111023
2026-03-27 18:45:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d432636f-9d8b-5143-90d0-53c3c516e12e with scrape type 2
2026-03-27 18:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d432636f-9d8b-5143-90d0-53c3c516e12e with scrape type 2
2026-03-27 18:45:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d432636f-9d8b-5143-90d0-53c3c516e12e, identifier: 7000176auction111023
2026-03-27 18:45:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d432636f-9d8b-5143-90d0-53c3c516e12e with identifier: 7000176auction111023
2026-03-27 18:45:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:45:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d432636f-9d8b-5143-90d0-53c3c516e12e with identifier: 7000176auction111023
2026-03-27 18:45:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d432636f-9d8b-5143-90d0-53c3c516e12e with identifier: 7000176auction111023 to the API
2026-03-27 18:45:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45:48 [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-27 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:48 [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-27 18:45:48 [ecarstrade.nl] INFO: Saving data for 7000176auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450128.924389, 'last_price_update_time': 1774637148.133419}
2026-03-27 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000176auction111023') HTTP/1.1" 204 0
2026-03-27 18:45:50 [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-27 18:45:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:50 [ecarstrade.nl] INFO: Extracting details for car 7000189auction111023
2026-03-27 18:45:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a with identifier: 7000189auction111023
2026-03-27 18:45:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a with scrape type 2
2026-03-27 18:45:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a with scrape type 2
2026-03-27 18:45:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a, identifier: 7000189auction111023
2026-03-27 18:45:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a with identifier: 7000189auction111023
2026-03-27 18:45:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:45:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a with identifier: 7000189auction111023
2026-03-27 18:45:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a944c6e2-030f-51c6-b5b7-cc4c07ac1c2a with identifier: 7000189auction111023 to the API
2026-03-27 18:45:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45:50 [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-27 18:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:50 [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-27 18:45:50 [ecarstrade.nl] INFO: Saving data for 7000189auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450213.350404, 'last_price_update_time': 1774637150.761446}
2026-03-27 18:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000189auction111023') HTTP/1.1" 204 0
2026-03-27 18:45:51 [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-27 18:45:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:51 [ecarstrade.nl] INFO: Extracting details for car 7000161auction111023
2026-03-27 18:45:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de716bfc-646a-5d02-9de4-43ab48f1647b with identifier: 7000161auction111023
2026-03-27 18:45:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de716bfc-646a-5d02-9de4-43ab48f1647b with scrape type 2
2026-03-27 18:45:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de716bfc-646a-5d02-9de4-43ab48f1647b with scrape type 2
2026-03-27 18:45:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: de716bfc-646a-5d02-9de4-43ab48f1647b, identifier: 7000161auction111023
2026-03-27 18:45:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: de716bfc-646a-5d02-9de4-43ab48f1647b with identifier: 7000161auction111023
2026-03-27 18:45:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: de716bfc-646a-5d02-9de4-43ab48f1647b with identifier: 7000161auction111023
2026-03-27 18:45:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: de716bfc-646a-5d02-9de4-43ab48f1647b with identifier: 7000161auction111023 to the API
2026-03-27 18:45:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45:51 [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-27 18:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:51 [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-27 18:45:51 [ecarstrade.nl] INFO: Saving data for 7000161auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450215.739498, 'last_price_update_time': 1774637151.974679}
2026-03-27 18:45:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000161auction111023') HTTP/1.1" 204 0
2026-03-27 18:45:52 [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-27 18:45:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:52 [ecarstrade.nl] INFO: Extracting details for car 7000157auction111023
2026-03-27 18:45:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce728eb6-4546-5751-8d9a-4d4069b72314 with identifier: 7000157auction111023
2026-03-27 18:45:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce728eb6-4546-5751-8d9a-4d4069b72314 with scrape type 2
2026-03-27 18:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce728eb6-4546-5751-8d9a-4d4069b72314 with scrape type 2
2026-03-27 18:45:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ce728eb6-4546-5751-8d9a-4d4069b72314, identifier: 7000157auction111023
2026-03-27 18:45:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ce728eb6-4546-5751-8d9a-4d4069b72314 with identifier: 7000157auction111023
2026-03-27 18:45:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:45:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ce728eb6-4546-5751-8d9a-4d4069b72314 with identifier: 7000157auction111023
2026-03-27 18:45:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ce728eb6-4546-5751-8d9a-4d4069b72314 with identifier: 7000157auction111023 to the API
2026-03-27 18:45:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45:52 [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-27 18:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:52 [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-27 18:45:52 [ecarstrade.nl] INFO: Saving data for 7000157auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450213.907174, 'last_price_update_time': 1774637152.431441}
2026-03-27 18:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000157auction111023') HTTP/1.1" 204 0
2026-03-27 18:45: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-27 18:45:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:52 [ecarstrade.nl] INFO: Extracting details for car 7000123auction111023
2026-03-27 18:45:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22684f91-c58a-5a08-a770-f2f8faa5eeb1 with identifier: 7000123auction111023
2026-03-27 18:45: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-27 18:45:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22684f91-c58a-5a08-a770-f2f8faa5eeb1 with scrape type 2
2026-03-27 18:45:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 22684f91-c58a-5a08-a770-f2f8faa5eeb1, identifier: 7000123auction111023
2026-03-27 18:45:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 22684f91-c58a-5a08-a770-f2f8faa5eeb1 with identifier: 7000123auction111023
2026-03-27 18:45:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 22684f91-c58a-5a08-a770-f2f8faa5eeb1 with identifier: 7000123auction111023
2026-03-27 18:45: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-27 18:45:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45: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-27 18:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:52 [ecarstrade.nl] INFO: Saving data for 7000123auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450165.784531, 'last_price_update_time': 1774637152.896518}
2026-03-27 18:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:52 [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-27 18:45:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:53 [ecarstrade.nl] INFO: Extracting details for car 7000145auction111023
2026-03-27 18:45:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca51f404-a954-5217-9ee8-560ebfbf8c0f with identifier: 7000145auction111023
2026-03-27 18:45:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca51f404-a954-5217-9ee8-560ebfbf8c0f with scrape type 2
2026-03-27 18:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca51f404-a954-5217-9ee8-560ebfbf8c0f with scrape type 2
2026-03-27 18:45:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ca51f404-a954-5217-9ee8-560ebfbf8c0f, identifier: 7000145auction111023
2026-03-27 18:45:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ca51f404-a954-5217-9ee8-560ebfbf8c0f with identifier: 7000145auction111023
2026-03-27 18:45:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ca51f404-a954-5217-9ee8-560ebfbf8c0f with identifier: 7000145auction111023
2026-03-27 18:45:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ca51f404-a954-5217-9ee8-560ebfbf8c0f with identifier: 7000145auction111023 to the API
2026-03-27 18:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45:53 [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-27 18:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:53 [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-27 18:45:53 [ecarstrade.nl] INFO: Saving data for 7000145auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450161.70941, 'last_price_update_time': 1774637153.350869}
2026-03-27 18:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000145auction111023') HTTP/1.1" 204 0
2026-03-27 18:45:53 [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-27 18:45:53 [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-27 18:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:53 [ecarstrade.nl] INFO: Extracting details for car 7000164auction111023
2026-03-27 18:45:53 [ecarstrade.nl] INFO: Extracting details for car 7000159auction111023
2026-03-27 18:45:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7315c631-093d-5807-b097-1ac4237a28b3 with identifier: 7000164auction111023
2026-03-27 18:45:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7315c631-093d-5807-b097-1ac4237a28b3 with scrape type 2
2026-03-27 18:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7315c631-093d-5807-b097-1ac4237a28b3 with scrape type 2
2026-03-27 18:45:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7315c631-093d-5807-b097-1ac4237a28b3, identifier: 7000164auction111023
2026-03-27 18:45:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20255744-ae84-5014-9391-b91ae054d509 with identifier: 7000159auction111023
2026-03-27 18:45: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-27 18:45:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20255744-ae84-5014-9391-b91ae054d509 with scrape type 2
2026-03-27 18:45:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 20255744-ae84-5014-9391-b91ae054d509, identifier: 7000159auction111023
2026-03-27 18:45:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7315c631-093d-5807-b097-1ac4237a28b3 with identifier: 7000164auction111023
2026-03-27 18:45:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7315c631-093d-5807-b097-1ac4237a28b3 with identifier: 7000164auction111023
2026-03-27 18:45:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7315c631-093d-5807-b097-1ac4237a28b3 with identifier: 7000164auction111023 to the API
2026-03-27 18:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45:53 [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-27 18:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:53 [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-27 18:45:53 [ecarstrade.nl] INFO: Saving data for 7000164auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450133.869107, 'last_price_update_time': 1774637153.913145}
2026-03-27 18:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000164auction111023') HTTP/1.1" 204 0
2026-03-27 18:45:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 20255744-ae84-5014-9391-b91ae054d509 with identifier: 7000159auction111023
2026-03-27 18:45:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 20255744-ae84-5014-9391-b91ae054d509 with identifier: 7000159auction111023
2026-03-27 18:45:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 20255744-ae84-5014-9391-b91ae054d509 with identifier: 7000159auction111023 to the API
2026-03-27 18:45:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45:54 [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-27 18:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:54 [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-27 18:45:54 [ecarstrade.nl] INFO: Saving data for 7000159auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450135.901265, 'last_price_update_time': 1774637154.152864}
2026-03-27 18:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000159auction111023') HTTP/1.1" 204 0
2026-03-27 18:45:55 [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-27 18:45:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:55 [ecarstrade.nl] INFO: Extracting details for car 7000191auction111023
2026-03-27 18:45:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69492742-343b-5ebf-a9ba-7a1517a32754 with identifier: 7000191auction111023
2026-03-27 18:45:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69492742-343b-5ebf-a9ba-7a1517a32754 with scrape type 2
2026-03-27 18:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69492742-343b-5ebf-a9ba-7a1517a32754 with scrape type 2
2026-03-27 18:45:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 69492742-343b-5ebf-a9ba-7a1517a32754, identifier: 7000191auction111023
2026-03-27 18:45:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 69492742-343b-5ebf-a9ba-7a1517a32754 with identifier: 7000191auction111023
2026-03-27 18:45:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 69492742-343b-5ebf-a9ba-7a1517a32754 with identifier: 7000191auction111023
2026-03-27 18:45:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 69492742-343b-5ebf-a9ba-7a1517a32754 with identifier: 7000191auction111023 to the API
2026-03-27 18:45:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45:55 [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-27 18:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:55 [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-27 18:45:55 [ecarstrade.nl] INFO: Saving data for 7000191auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450165.243331, 'last_price_update_time': 1774637155.447754}
2026-03-27 18:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000191auction111023') HTTP/1.1" 204 0
2026-03-27 18:45: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-27 18:45:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:58 [ecarstrade.nl] INFO: Extracting details for car 7000133auction111023
2026-03-27 18:45:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d913b4bc-ad2c-54cd-90a0-40e39bce72a9 with identifier: 7000133auction111023
2026-03-27 18:45: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-27 18:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d913b4bc-ad2c-54cd-90a0-40e39bce72a9 with scrape type 2
2026-03-27 18:45:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d913b4bc-ad2c-54cd-90a0-40e39bce72a9, identifier: 7000133auction111023
2026-03-27 18:45:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d913b4bc-ad2c-54cd-90a0-40e39bce72a9 with identifier: 7000133auction111023
2026-03-27 18:45:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d913b4bc-ad2c-54cd-90a0-40e39bce72a9 with identifier: 7000133auction111023
2026-03-27 18:45: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-27 18:45:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45: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-27 18:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:58 [ecarstrade.nl] INFO: Saving data for 7000133auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450160.353844, 'last_price_update_time': 1774637158.784479}
2026-03-27 18:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45: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-27 18:45:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:58 [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-27 18:45:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:45:58 [ecarstrade.nl] INFO: Extracting details for car 7000163auction111023
2026-03-27 18:45:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c81a479-f00b-5bb4-968d-de93b2b0a29b with identifier: 7000163auction111023
2026-03-27 18:45: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-27 18:45:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c81a479-f00b-5bb4-968d-de93b2b0a29b with scrape type 2
2026-03-27 18:45:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8c81a479-f00b-5bb4-968d-de93b2b0a29b, identifier: 7000163auction111023
2026-03-27 18:45:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8c81a479-f00b-5bb4-968d-de93b2b0a29b with identifier: 7000163auction111023
2026-03-27 18:45:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8c81a479-f00b-5bb4-968d-de93b2b0a29b with identifier: 7000163auction111023
2026-03-27 18:45: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-27 18:45:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45: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-27 18:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:59 [ecarstrade.nl] INFO: Saving data for 7000163auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450158.438635, 'last_price_update_time': 1774637159.230294}
2026-03-27 18:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45: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-27 18:45:59 [ecarstrade.nl] INFO: Extracting details for car 7000169auction111023
2026-03-27 18:45:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e55b6efe-64ca-5409-a994-fbe673f54f78 with identifier: 7000169auction111023
2026-03-27 18:45: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-27 18:45:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e55b6efe-64ca-5409-a994-fbe673f54f78 with scrape type 2
2026-03-27 18:45:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e55b6efe-64ca-5409-a994-fbe673f54f78, identifier: 7000169auction111023
2026-03-27 18:45:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e55b6efe-64ca-5409-a994-fbe673f54f78 with identifier: 7000169auction111023
2026-03-27 18:45:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e55b6efe-64ca-5409-a994-fbe673f54f78 with identifier: 7000169auction111023
2026-03-27 18:45:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e55b6efe-64ca-5409-a994-fbe673f54f78 with identifier: 7000169auction111023 to the API
2026-03-27 18:45:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:45:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:45:59 [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-27 18:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:59 [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-27 18:45:59 [ecarstrade.nl] INFO: Saving data for 7000169auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450157.977544, 'last_price_update_time': 1774637159.582754}
2026-03-27 18:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000169auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:00 [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-27 18:46:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:00 [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-27 18:46:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:00 [ecarstrade.nl] INFO: Extracting details for car 7000149auction111023
2026-03-27 18:46:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d252ab2-e400-537b-9df1-7ef91fbc79d7 with identifier: 7000149auction111023
2026-03-27 18:46:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d252ab2-e400-537b-9df1-7ef91fbc79d7 with scrape type 2
2026-03-27 18:46:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d252ab2-e400-537b-9df1-7ef91fbc79d7 with scrape type 2
2026-03-27 18:46:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4d252ab2-e400-537b-9df1-7ef91fbc79d7, identifier: 7000149auction111023
2026-03-27 18:46:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4d252ab2-e400-537b-9df1-7ef91fbc79d7 with identifier: 7000149auction111023
2026-03-27 18:46:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4d252ab2-e400-537b-9df1-7ef91fbc79d7 with identifier: 7000149auction111023
2026-03-27 18:46:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4d252ab2-e400-537b-9df1-7ef91fbc79d7 with identifier: 7000149auction111023 to the API
2026-03-27 18:46:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:00 [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-27 18:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:00 [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-27 18:46:00 [ecarstrade.nl] INFO: Saving data for 7000149auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450162.189398, 'last_price_update_time': 1774637160.966479}
2026-03-27 18:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000149auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:00 [ecarstrade.nl] INFO: Extracting details for car 7000158auction111023
2026-03-27 18:46:01 [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-27 18:46:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3de61083-aa50-580a-90dd-36079b2558a1 with identifier: 7000158auction111023
2026-03-27 18:46:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3de61083-aa50-580a-90dd-36079b2558a1 with scrape type 2
2026-03-27 18:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3de61083-aa50-580a-90dd-36079b2558a1 with scrape type 2
2026-03-27 18:46:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3de61083-aa50-580a-90dd-36079b2558a1, identifier: 7000158auction111023
2026-03-27 18:46:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3de61083-aa50-580a-90dd-36079b2558a1 with identifier: 7000158auction111023
2026-03-27 18:46:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3de61083-aa50-580a-90dd-36079b2558a1 with identifier: 7000158auction111023
2026-03-27 18:46:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3de61083-aa50-580a-90dd-36079b2558a1 with identifier: 7000158auction111023 to the API
2026-03-27 18:46:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:01 [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-27 18:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:01 [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-27 18:46:01 [ecarstrade.nl] INFO: Saving data for 7000158auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450160.711498, 'last_price_update_time': 1774637161.307536}
2026-03-27 18:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000158auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:01 [ecarstrade.nl] INFO: Extracting details for car 7000188auction111023
2026-03-27 18:46:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8 with identifier: 7000188auction111023
2026-03-27 18:46:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8 with scrape type 2
2026-03-27 18:46:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8 with scrape type 2
2026-03-27 18:46:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8, identifier: 7000188auction111023
2026-03-27 18:46:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8 with identifier: 7000188auction111023
2026-03-27 18:46:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8 with identifier: 7000188auction111023
2026-03-27 18:46:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9d4d0d8e-760a-5f7b-b57d-37b82e21c4a8 with identifier: 7000188auction111023 to the API
2026-03-27 18:46:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:01 [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-27 18:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:01 [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-27 18:46:01 [ecarstrade.nl] INFO: Saving data for 7000188auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450161.16863, 'last_price_update_time': 1774637161.65169}
2026-03-27 18:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000188auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:05 [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-27 18:46:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:05 [ecarstrade.nl] INFO: Extracting details for car 7000136auction111023
2026-03-27 18:46:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dad89b4-9045-5738-a1f5-2f41d39e3fa8 with identifier: 7000136auction111023
2026-03-27 18:46:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dad89b4-9045-5738-a1f5-2f41d39e3fa8 with scrape type 2
2026-03-27 18:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dad89b4-9045-5738-a1f5-2f41d39e3fa8 with scrape type 2
2026-03-27 18:46:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4dad89b4-9045-5738-a1f5-2f41d39e3fa8, identifier: 7000136auction111023
2026-03-27 18:46:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4dad89b4-9045-5738-a1f5-2f41d39e3fa8 with identifier: 7000136auction111023
2026-03-27 18:46:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4dad89b4-9045-5738-a1f5-2f41d39e3fa8 with identifier: 7000136auction111023
2026-03-27 18:46:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4dad89b4-9045-5738-a1f5-2f41d39e3fa8 with identifier: 7000136auction111023 to the API
2026-03-27 18:46:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:05 [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-27 18:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:05 [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-27 18:46:05 [ecarstrade.nl] INFO: Saving data for 7000136auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450183.041306, 'last_price_update_time': 1774637165.575344}
2026-03-27 18:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000136auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:05 [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-27 18:46:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:06 [ecarstrade.nl] INFO: Extracting details for car 7000128auction111023
2026-03-27 18:46:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22477747-8dc6-5da9-b047-f60e6fa6fdad with identifier: 7000128auction111023
2026-03-27 18:46:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22477747-8dc6-5da9-b047-f60e6fa6fdad with scrape type 2
2026-03-27 18:46:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22477747-8dc6-5da9-b047-f60e6fa6fdad with scrape type 2
2026-03-27 18:46:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 22477747-8dc6-5da9-b047-f60e6fa6fdad, identifier: 7000128auction111023
2026-03-27 18:46:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 22477747-8dc6-5da9-b047-f60e6fa6fdad with identifier: 7000128auction111023
2026-03-27 18:46:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 22477747-8dc6-5da9-b047-f60e6fa6fdad with identifier: 7000128auction111023
2026-03-27 18:46:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 22477747-8dc6-5da9-b047-f60e6fa6fdad with identifier: 7000128auction111023 to the API
2026-03-27 18:46:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:06 [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-27 18:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:06 [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-27 18:46:06 [ecarstrade.nl] INFO: Saving data for 7000128auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450183.395697, 'last_price_update_time': 1774637166.338152}
2026-03-27 18:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000128auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:06 [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-27 18:46:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:06 [scrapy.extensions.logstats] INFO: Crawled 27 pages (at 27 pages/min), scraped 23 items (at 23 items/min)
2026-03-27 18:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 237MiB
2026-03-27 18:46:07 [ecarstrade.nl] INFO: Extracting details for car 7000155auction111023
2026-03-27 18:46:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa04fd92-1fd7-5073-8a06-4054acc7c89f with identifier: 7000155auction111023
2026-03-27 18:46:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa04fd92-1fd7-5073-8a06-4054acc7c89f with scrape type 2
2026-03-27 18:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa04fd92-1fd7-5073-8a06-4054acc7c89f with scrape type 2
2026-03-27 18:46:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fa04fd92-1fd7-5073-8a06-4054acc7c89f, identifier: 7000155auction111023
2026-03-27 18:46:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fa04fd92-1fd7-5073-8a06-4054acc7c89f with identifier: 7000155auction111023
2026-03-27 18:46:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:46:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fa04fd92-1fd7-5073-8a06-4054acc7c89f with identifier: 7000155auction111023
2026-03-27 18:46:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fa04fd92-1fd7-5073-8a06-4054acc7c89f with identifier: 7000155auction111023 to the API
2026-03-27 18:46:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:07 [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-27 18:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:07 [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-27 18:46:07 [ecarstrade.nl] INFO: Saving data for 7000155auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450183.884707, 'last_price_update_time': 1774637167.332353}
2026-03-27 18:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000155auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:07 [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-27 18:46:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:07 [ecarstrade.nl] INFO: Extracting details for car 7000129auction111023
2026-03-27 18:46:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef552ca6-c577-5437-9723-d996a1f70403 with identifier: 7000129auction111023
2026-03-27 18:46:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef552ca6-c577-5437-9723-d996a1f70403 with scrape type 2
2026-03-27 18:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef552ca6-c577-5437-9723-d996a1f70403 with scrape type 2
2026-03-27 18:46:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ef552ca6-c577-5437-9723-d996a1f70403, identifier: 7000129auction111023
2026-03-27 18:46:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ef552ca6-c577-5437-9723-d996a1f70403 with identifier: 7000129auction111023
2026-03-27 18:46:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ef552ca6-c577-5437-9723-d996a1f70403 with identifier: 7000129auction111023
2026-03-27 18:46:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ef552ca6-c577-5437-9723-d996a1f70403 with identifier: 7000129auction111023 to the API
2026-03-27 18:46:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:08 [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-27 18:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:08 [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-27 18:46:08 [ecarstrade.nl] INFO: Saving data for 7000129auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450184.54176, 'last_price_update_time': 1774637168.093927}
2026-03-27 18:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000129auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:08 [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-27 18:46:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:08 [ecarstrade.nl] INFO: Extracting details for car 7000134auction111023
2026-03-27 18:46:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdbfd6ff-f72e-5d23-abb0-ff331042cb1a with identifier: 7000134auction111023
2026-03-27 18:46:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdbfd6ff-f72e-5d23-abb0-ff331042cb1a with scrape type 2
2026-03-27 18:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdbfd6ff-f72e-5d23-abb0-ff331042cb1a with scrape type 2
2026-03-27 18:46:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cdbfd6ff-f72e-5d23-abb0-ff331042cb1a, identifier: 7000134auction111023
2026-03-27 18:46:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cdbfd6ff-f72e-5d23-abb0-ff331042cb1a with identifier: 7000134auction111023
2026-03-27 18:46:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cdbfd6ff-f72e-5d23-abb0-ff331042cb1a with identifier: 7000134auction111023
2026-03-27 18:46:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cdbfd6ff-f72e-5d23-abb0-ff331042cb1a with identifier: 7000134auction111023 to the API
2026-03-27 18:46:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:08 [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-27 18:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:08 [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-27 18:46:08 [ecarstrade.nl] INFO: Saving data for 7000134auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450186.065981, 'last_price_update_time': 1774637168.789023}
2026-03-27 18:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000134auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:11 [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-27 18:46:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:12 [ecarstrade.nl] INFO: Extracting details for car 7000122auction111023
2026-03-27 18:46:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33e45fff-3017-544e-a6a3-66d66f401e6a with identifier: 7000122auction111023
2026-03-27 18:46:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33e45fff-3017-544e-a6a3-66d66f401e6a with scrape type 2
2026-03-27 18:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33e45fff-3017-544e-a6a3-66d66f401e6a with scrape type 2
2026-03-27 18:46:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 33e45fff-3017-544e-a6a3-66d66f401e6a, identifier: 7000122auction111023
2026-03-27 18:46:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 33e45fff-3017-544e-a6a3-66d66f401e6a with identifier: 7000122auction111023
2026-03-27 18:46:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 33e45fff-3017-544e-a6a3-66d66f401e6a with identifier: 7000122auction111023
2026-03-27 18:46:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 33e45fff-3017-544e-a6a3-66d66f401e6a with identifier: 7000122auction111023 to the API
2026-03-27 18:46:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:12 [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-27 18:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:12 [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-27 18:46:12 [ecarstrade.nl] INFO: Saving data for 7000122auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450181.518056, 'last_price_update_time': 1774637172.359255}
2026-03-27 18:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000122auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:12 [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-27 18:46:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:12 [ecarstrade.nl] INFO: Extracting details for car 7000138auction111023
2026-03-27 18:46:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb with identifier: 7000138auction111023
2026-03-27 18:46:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb with scrape type 2
2026-03-27 18:46:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb with scrape type 2
2026-03-27 18:46:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb, identifier: 7000138auction111023
2026-03-27 18:46:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb with identifier: 7000138auction111023
2026-03-27 18:46:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb with identifier: 7000138auction111023
2026-03-27 18:46:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 968ead7b-7ba4-5f6c-ab9a-1ded9b96abdb with identifier: 7000138auction111023 to the API
2026-03-27 18:46:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:12 [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-27 18:46:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:12 [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-27 18:46:12 [ecarstrade.nl] INFO: Saving data for 7000138auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450212.895073, 'last_price_update_time': 1774637172.994545}
2026-03-27 18:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000138auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:13 [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-27 18:46:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:13 [ecarstrade.nl] INFO: Extracting details for car 7000127auction111023
2026-03-27 18:46:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df7102c7-c849-5516-8df3-aeb70d640a07 with identifier: 7000127auction111023
2026-03-27 18:46:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df7102c7-c849-5516-8df3-aeb70d640a07 with scrape type 2
2026-03-27 18:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df7102c7-c849-5516-8df3-aeb70d640a07 with scrape type 2
2026-03-27 18:46:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: df7102c7-c849-5516-8df3-aeb70d640a07, identifier: 7000127auction111023
2026-03-27 18:46:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: df7102c7-c849-5516-8df3-aeb70d640a07 with identifier: 7000127auction111023
2026-03-27 18:46:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: df7102c7-c849-5516-8df3-aeb70d640a07 with identifier: 7000127auction111023
2026-03-27 18:46:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: df7102c7-c849-5516-8df3-aeb70d640a07 with identifier: 7000127auction111023 to the API
2026-03-27 18:46:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:13 [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-27 18:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:13 [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-27 18:46:13 [ecarstrade.nl] INFO: Saving data for 7000127auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450134.860564, 'last_price_update_time': 1774637173.440841}
2026-03-27 18:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000127auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:13 [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-27 18:46:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:14 [ecarstrade.nl] INFO: Extracting details for car 7000171auction111023
2026-03-27 18:46:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2979197-48b1-55f8-918e-3929dc8809fc with identifier: 7000171auction111023
2026-03-27 18:46:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2979197-48b1-55f8-918e-3929dc8809fc with scrape type 2
2026-03-27 18:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2979197-48b1-55f8-918e-3929dc8809fc with scrape type 2
2026-03-27 18:46:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e2979197-48b1-55f8-918e-3929dc8809fc, identifier: 7000171auction111023
2026-03-27 18:46:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e2979197-48b1-55f8-918e-3929dc8809fc with identifier: 7000171auction111023
2026-03-27 18:46:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e2979197-48b1-55f8-918e-3929dc8809fc with identifier: 7000171auction111023
2026-03-27 18:46:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e2979197-48b1-55f8-918e-3929dc8809fc with identifier: 7000171auction111023 to the API
2026-03-27 18:46:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:14 [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-27 18:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:14 [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-27 18:46:14 [ecarstrade.nl] INFO: Saving data for 7000171auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450146.541948, 'last_price_update_time': 1774637174.339684}
2026-03-27 18:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000171auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:15 [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-27 18:46:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:15 [ecarstrade.nl] INFO: Extracting details for car 7000172auction111023
2026-03-27 18:46:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c080d0cf-fe11-5e67-aeb1-45e7ca265eb6 with identifier: 7000172auction111023
2026-03-27 18:46:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c080d0cf-fe11-5e67-aeb1-45e7ca265eb6 with scrape type 2
2026-03-27 18:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c080d0cf-fe11-5e67-aeb1-45e7ca265eb6 with scrape type 2
2026-03-27 18:46:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c080d0cf-fe11-5e67-aeb1-45e7ca265eb6, identifier: 7000172auction111023
2026-03-27 18:46:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c080d0cf-fe11-5e67-aeb1-45e7ca265eb6 with identifier: 7000172auction111023
2026-03-27 18:46:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c080d0cf-fe11-5e67-aeb1-45e7ca265eb6 with identifier: 7000172auction111023
2026-03-27 18:46:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c080d0cf-fe11-5e67-aeb1-45e7ca265eb6 with identifier: 7000172auction111023 to the API
2026-03-27 18:46:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:15 [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-27 18:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:15 [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-27 18:46:15 [ecarstrade.nl] INFO: Saving data for 7000172auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450144.473273, 'last_price_update_time': 1774637175.693501}
2026-03-27 18:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000172auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:18 [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-27 18:46:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:18 [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-27 18:46:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:18 [ecarstrade.nl] INFO: Extracting details for car 7000148auction111023
2026-03-27 18:46:18 [ecarstrade.nl] INFO: Extracting details for car 7000124auction111023
2026-03-27 18:46:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b with identifier: 7000148auction111023
2026-03-27 18:46:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b with scrape type 2
2026-03-27 18:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b with scrape type 2
2026-03-27 18:46:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b, identifier: 7000148auction111023
2026-03-27 18:46:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abd969f1-e7f5-57be-9d79-495177727c80 with identifier: 7000124auction111023
2026-03-27 18:46:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abd969f1-e7f5-57be-9d79-495177727c80 with scrape type 2
2026-03-27 18:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abd969f1-e7f5-57be-9d79-495177727c80 with scrape type 2
2026-03-27 18:46:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: abd969f1-e7f5-57be-9d79-495177727c80, identifier: 7000124auction111023
2026-03-27 18:46:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b with identifier: 7000148auction111023
2026-03-27 18:46:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b with identifier: 7000148auction111023
2026-03-27 18:46:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aa6d432e-9f91-56fb-a7f0-b71a5bd5eb3b with identifier: 7000148auction111023 to the API
2026-03-27 18:46:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:19 [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-27 18:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:19 [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-27 18:46:19 [ecarstrade.nl] INFO: Saving data for 7000148auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450144.935885, 'last_price_update_time': 1774637179.188094}
2026-03-27 18:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000148auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: abd969f1-e7f5-57be-9d79-495177727c80 with identifier: 7000124auction111023
2026-03-27 18:46:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:46:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: abd969f1-e7f5-57be-9d79-495177727c80 with identifier: 7000124auction111023
2026-03-27 18:46:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: abd969f1-e7f5-57be-9d79-495177727c80 with identifier: 7000124auction111023 to the API
2026-03-27 18:46:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:19 [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-27 18:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:19 [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-27 18:46:19 [ecarstrade.nl] INFO: Saving data for 7000124auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450147.093074, 'last_price_update_time': 1774637179.46116}
2026-03-27 18:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000124auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:19 [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-27 18:46:19 [ecarstrade.nl] INFO: Extracting details for car 7000170auction111023
2026-03-27 18:46:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b29297bd-9663-5ca3-ad36-12dbfdddddd1 with identifier: 7000170auction111023
2026-03-27 18:46: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-27 18:46:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b29297bd-9663-5ca3-ad36-12dbfdddddd1 with scrape type 2
2026-03-27 18:46:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b29297bd-9663-5ca3-ad36-12dbfdddddd1, identifier: 7000170auction111023
2026-03-27 18:46:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b29297bd-9663-5ca3-ad36-12dbfdddddd1 with identifier: 7000170auction111023
2026-03-27 18:46:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b29297bd-9663-5ca3-ad36-12dbfdddddd1 with identifier: 7000170auction111023
2026-03-27 18:46: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-27 18:46:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:19 [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-27 18:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:19 [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-27 18:46:19 [ecarstrade.nl] INFO: Saving data for 7000170auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450145.895233, 'last_price_update_time': 1774637179.911018}
2026-03-27 18:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000170auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:20 [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-27 18:46:20 [ecarstrade.nl] INFO: Extracting details for car 7000162auction111023
2026-03-27 18:46:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d7b77e2-9bdd-5e0b-84f3-deac3d38f156 with identifier: 7000162auction111023
2026-03-27 18:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d7b77e2-9bdd-5e0b-84f3-deac3d38f156 with scrape type 2
2026-03-27 18:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d7b77e2-9bdd-5e0b-84f3-deac3d38f156 with scrape type 2
2026-03-27 18:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7d7b77e2-9bdd-5e0b-84f3-deac3d38f156, identifier: 7000162auction111023
2026-03-27 18:46:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7d7b77e2-9bdd-5e0b-84f3-deac3d38f156 with identifier: 7000162auction111023
2026-03-27 18:46:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7d7b77e2-9bdd-5e0b-84f3-deac3d38f156 with identifier: 7000162auction111023
2026-03-27 18:46:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7d7b77e2-9bdd-5e0b-84f3-deac3d38f156 with identifier: 7000162auction111023 to the API
2026-03-27 18:46:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:20 [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-27 18:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:20 [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-27 18:46:20 [ecarstrade.nl] INFO: Saving data for 7000162auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450162.674307, 'last_price_update_time': 1774637180.494115}
2026-03-27 18:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000162auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:20 [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-27 18:46:20 [ecarstrade.nl] INFO: Extracting details for car 7000160auction111023
2026-03-27 18:46:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca9ff720-a071-5953-ab75-3fe470a843af with identifier: 7000160auction111023
2026-03-27 18:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca9ff720-a071-5953-ab75-3fe470a843af with scrape type 2
2026-03-27 18:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca9ff720-a071-5953-ab75-3fe470a843af with scrape type 2
2026-03-27 18:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ca9ff720-a071-5953-ab75-3fe470a843af, identifier: 7000160auction111023
2026-03-27 18:46:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ca9ff720-a071-5953-ab75-3fe470a843af with identifier: 7000160auction111023
2026-03-27 18:46:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ca9ff720-a071-5953-ab75-3fe470a843af with identifier: 7000160auction111023
2026-03-27 18:46:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ca9ff720-a071-5953-ab75-3fe470a843af with identifier: 7000160auction111023 to the API
2026-03-27 18:46:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:20 [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-27 18:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:20 [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-27 18:46:20 [ecarstrade.nl] INFO: Saving data for 7000160auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450158.949556, 'last_price_update_time': 1774637180.967806}
2026-03-27 18:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000160auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:23 [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-27 18:46:23 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:46:23 [ecarstrade.nl] INFO: Found listing with ID: 7000126auction111023
2026-03-27 18:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:23 [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-27 18:46:23 [ecarstrade.nl] INFO: Scrape type for 7000126auction111023: 2
2026-03-27 18:46:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:23 [ecarstrade.nl] INFO: Found listing with ID: 7000156auction111023
2026-03-27 18:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:23 [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-27 18:46:23 [ecarstrade.nl] INFO: Scrape type for 7000156auction111023: 2
2026-03-27 18:46:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:23 [ecarstrade.nl] INFO: Found listing with ID: 7000135auction111023
2026-03-27 18:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:23 [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-27 18:46:23 [ecarstrade.nl] INFO: Scrape type for 7000135auction111023: 2
2026-03-27 18:46:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:23 [ecarstrade.nl] INFO: Found listing with ID: 7000154auction111023
2026-03-27 18:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:23 [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-27 18:46:23 [ecarstrade.nl] INFO: Scrape type for 7000154auction111023: 2
2026-03-27 18:46:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:23 [ecarstrade.nl] INFO: Found listing with ID: 7000140auction111023
2026-03-27 18:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:23 [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-27 18:46:23 [ecarstrade.nl] INFO: Scrape type for 7000140auction111023: 2
2026-03-27 18:46:23 [ecarstrade.nl] INFO: Found listing with ID: 7000125auction111023
2026-03-27 18:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:23 [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-27 18:46:23 [ecarstrade.nl] INFO: Scrape type for 7000125auction111023: 2
2026-03-27 18:46:23 [ecarstrade.nl] INFO: Found listing with ID: 7000132auction111023
2026-03-27 18:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46: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-27 18:46:23 [ecarstrade.nl] INFO: Scrape type for 7000132auction111023: 2
2026-03-27 18:46:23 [ecarstrade.nl] INFO: Found listing with ID: 7000173auction111023
2026-03-27 18:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:23 [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-27 18:46:23 [ecarstrade.nl] INFO: Scrape type for 7000173auction111023: 2
2026-03-27 18:46:23 [ecarstrade.nl] INFO: Found listing with ID: 7000141auction111023
2026-03-27 18:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:23 [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-27 18:46:23 [ecarstrade.nl] INFO: Scrape type for 7000141auction111023: 2
2026-03-27 18:46:23 [ecarstrade.nl] INFO: Found listing with ID: 7000152auction111023
2026-03-27 18:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:23 [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-27 18:46:23 [ecarstrade.nl] INFO: Scrape type for 7000152auction111023: 2
2026-03-27 18:46:23 [ecarstrade.nl] INFO: Found listing with ID: 7000167auction111023
2026-03-27 18:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:23 [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-27 18:46:23 [ecarstrade.nl] INFO: Scrape type for 7000167auction111023: 2
2026-03-27 18:46:23 [ecarstrade.nl] INFO: Found listing with ID: 7000142auction111023
2026-03-27 18:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:23 [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-27 18:46:23 [ecarstrade.nl] INFO: Scrape type for 7000142auction111023: 2
2026-03-27 18:46:23 [ecarstrade.nl] INFO: Found listing with ID: 7000178auction111023
2026-03-27 18:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:23 [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-27 18:46:23 [ecarstrade.nl] INFO: Scrape type for 7000178auction111023: 2
2026-03-27 18:46:23 [ecarstrade.nl] INFO: Found listing with ID: 7000174auction111023
2026-03-27 18:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:24 [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-27 18:46:24 [ecarstrade.nl] INFO: Scrape type for 7000174auction111023: 2
2026-03-27 18:46:24 [ecarstrade.nl] INFO: Found listing with ID: 7000143auction111023
2026-03-27 18:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:24 [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-27 18:46:24 [ecarstrade.nl] INFO: Scrape type for 7000143auction111023: 2
2026-03-27 18:46:24 [ecarstrade.nl] INFO: Found listing with ID: 7000144auction111023
2026-03-27 18:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:24 [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-27 18:46:24 [ecarstrade.nl] INFO: Scrape type for 7000144auction111023: 2
2026-03-27 18:46:24 [ecarstrade.nl] INFO: Found listing with ID: 7000130auction111023
2026-03-27 18:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:24 [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-27 18:46:24 [ecarstrade.nl] INFO: Scrape type for 7000130auction111023: 2
2026-03-27 18:46:24 [ecarstrade.nl] INFO: Found listing with ID: 7000150auction111023
2026-03-27 18:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:24 [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-27 18:46:24 [ecarstrade.nl] INFO: Scrape type for 7000150auction111023: 2
2026-03-27 18:46:24 [ecarstrade.nl] INFO: Found listing with ID: 7000168auction111023
2026-03-27 18:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:24 [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-27 18:46:24 [ecarstrade.nl] INFO: Scrape type for 7000168auction111023: 2
2026-03-27 18:46:24 [ecarstrade.nl] INFO: Found listing with ID: 7000177auction111023
2026-03-27 18:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:24 [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-27 18:46:24 [ecarstrade.nl] INFO: Scrape type for 7000177auction111023: 2
2026-03-27 18:46:25 [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-27 18:46:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:25 [ecarstrade.nl] INFO: Extracting details for car 7000139auction111023
2026-03-27 18:46:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99107e1e-8d3c-51a9-9f82-ddb904878916 with identifier: 7000139auction111023
2026-03-27 18:46:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99107e1e-8d3c-51a9-9f82-ddb904878916 with scrape type 2
2026-03-27 18:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99107e1e-8d3c-51a9-9f82-ddb904878916 with scrape type 2
2026-03-27 18:46:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 99107e1e-8d3c-51a9-9f82-ddb904878916, identifier: 7000139auction111023
2026-03-27 18:46:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 99107e1e-8d3c-51a9-9f82-ddb904878916 with identifier: 7000139auction111023
2026-03-27 18:46:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 99107e1e-8d3c-51a9-9f82-ddb904878916 with identifier: 7000139auction111023
2026-03-27 18:46:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 99107e1e-8d3c-51a9-9f82-ddb904878916 with identifier: 7000139auction111023 to the API
2026-03-27 18:46:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:25 [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-27 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:25 [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-27 18:46:25 [ecarstrade.nl] INFO: Saving data for 7000139auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450159.696938, 'last_price_update_time': 1774637185.687242}
2026-03-27 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000139auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:25 [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-27 18:46:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:25 [ecarstrade.nl] INFO: Extracting details for car 7000153auction111023
2026-03-27 18:46:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf with identifier: 7000153auction111023
2026-03-27 18:46:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf with scrape type 2
2026-03-27 18:46:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf with scrape type 2
2026-03-27 18:46:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf, identifier: 7000153auction111023
2026-03-27 18:46:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf with identifier: 7000153auction111023
2026-03-27 18:46:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf with identifier: 7000153auction111023
2026-03-27 18:46:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3bb1f0d6-91c8-5e29-99b1-d1ee1f6a79bf with identifier: 7000153auction111023 to the API
2026-03-27 18:46:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:26 [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-27 18:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:26 [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-27 18:46:26 [ecarstrade.nl] INFO: Saving data for 7000153auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450157.513403, 'last_price_update_time': 1774637186.229391}
2026-03-27 18:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000153auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:30 [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-27 18:46:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:30 [ecarstrade.nl] INFO: Extracting details for car 7000156auction111023
2026-03-27 18:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56eae58f-0ede-5205-adcd-14759a3a19b6 with identifier: 7000156auction111023
2026-03-27 18:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56eae58f-0ede-5205-adcd-14759a3a19b6 with scrape type 2
2026-03-27 18:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56eae58f-0ede-5205-adcd-14759a3a19b6 with scrape type 2
2026-03-27 18:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 56eae58f-0ede-5205-adcd-14759a3a19b6, identifier: 7000156auction111023
2026-03-27 18:46:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 56eae58f-0ede-5205-adcd-14759a3a19b6 with identifier: 7000156auction111023
2026-03-27 18:46:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 56eae58f-0ede-5205-adcd-14759a3a19b6 with identifier: 7000156auction111023
2026-03-27 18:46:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 56eae58f-0ede-5205-adcd-14759a3a19b6 with identifier: 7000156auction111023 to the API
2026-03-27 18:46:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:30 [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-27 18:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:30 [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-27 18:46:30 [ecarstrade.nl] INFO: Saving data for 7000156auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450185.521216, 'last_price_update_time': 1774637190.567411}
2026-03-27 18:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000156auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:30 [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-27 18:46:30 [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-27 18:46:30 [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-27 18:46:30 [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-27 18:46:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:30 [ecarstrade.nl] INFO: Extracting details for car 7000135auction111023
2026-03-27 18:46:30 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:46:30 [ecarstrade.nl] INFO: Extracting details for car 7000126auction111023
2026-03-27 18:46:30 [ecarstrade.nl] INFO: Extracting details for car 7000190auction111023
2026-03-27 18:46:30 [ecarstrade.nl] INFO: Found listing with ID: 7000137auction111023
2026-03-27 18:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:30 [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-27 18:46:30 [ecarstrade.nl] INFO: Scrape type for 7000137auction111023: 2
2026-03-27 18:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765 with identifier: 7000135auction111023
2026-03-27 18:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765 with scrape type 2
2026-03-27 18:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765 with scrape type 2
2026-03-27 18:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765, identifier: 7000135auction111023
2026-03-27 18:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a92f80f-6436-5eaa-935e-a39591ca5c58 with identifier: 7000126auction111023
2026-03-27 18:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a92f80f-6436-5eaa-935e-a39591ca5c58 with scrape type 2
2026-03-27 18:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a92f80f-6436-5eaa-935e-a39591ca5c58 with scrape type 2
2026-03-27 18:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2a92f80f-6436-5eaa-935e-a39591ca5c58, identifier: 7000126auction111023
2026-03-27 18:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8b73668-9719-5125-bc73-116a4b28f55a with identifier: 7000190auction111023
2026-03-27 18:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8b73668-9719-5125-bc73-116a4b28f55a with scrape type 2
2026-03-27 18:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8b73668-9719-5125-bc73-116a4b28f55a with scrape type 2
2026-03-27 18:46:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c8b73668-9719-5125-bc73-116a4b28f55a, identifier: 7000190auction111023
2026-03-27 18:46:31 [ecarstrade.nl] INFO: Found listing with ID: 7000151auction111023
2026-03-27 18:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:31 [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-27 18:46:31 [ecarstrade.nl] INFO: Scrape type for 7000151auction111023: 2
2026-03-27 18:46:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765 with identifier: 7000135auction111023
2026-03-27 18:46:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765 with identifier: 7000135auction111023
2026-03-27 18:46:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8c8c1e6d-7fab-5cd9-9ef8-b3c8f5d75765 with identifier: 7000135auction111023 to the API
2026-03-27 18:46:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:31 [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-27 18:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:31 [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-27 18:46:31 [ecarstrade.nl] INFO: Saving data for 7000135auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450185.083113, 'last_price_update_time': 1774637191.565263}
2026-03-27 18:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000135auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2a92f80f-6436-5eaa-935e-a39591ca5c58 with identifier: 7000126auction111023
2026-03-27 18:46:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2a92f80f-6436-5eaa-935e-a39591ca5c58 with identifier: 7000126auction111023
2026-03-27 18:46:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2a92f80f-6436-5eaa-935e-a39591ca5c58 with identifier: 7000126auction111023 to the API
2026-03-27 18:46:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:31 [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-27 18:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:31 [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-27 18:46:31 [ecarstrade.nl] INFO: Saving data for 7000126auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450182.667816, 'last_price_update_time': 1774637191.836282}
2026-03-27 18:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000126auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c8b73668-9719-5125-bc73-116a4b28f55a with identifier: 7000190auction111023
2026-03-27 18:46:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c8b73668-9719-5125-bc73-116a4b28f55a with identifier: 7000190auction111023
2026-03-27 18:46:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c8b73668-9719-5125-bc73-116a4b28f55a with identifier: 7000190auction111023 to the API
2026-03-27 18:46:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:32 [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-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Saving data for 7000190auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450163.166353, 'last_price_update_time': 1774637192.099754}
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000190auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7000179auction111023
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7000179auction111023: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7000181auction111023
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7000181auction111023: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7000180auction111023
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7000180auction111023: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7000146auction111023
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7000146auction111023: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7000147auction111023
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7000147auction111023: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7000182auction111023
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7000182auction111023: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7000184auction111023
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7000184auction111023: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7000186auction111023
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7000186auction111023: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7005149auction111084
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7005149auction111084: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7005206auction111084
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7005206auction111084: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7005207auction111084
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7005207auction111084: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7005205auction111084
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7005205auction111084: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7005203auction111084
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7005203auction111084: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7005148auction111084
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7005148auction111084: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7005204auction111084
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7005204auction111084: 2
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7005166auction111084
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7005166auction111084: 2
2026-03-27 18:46:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7005208auction111084
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7005208auction111084: 2
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Found listing with ID: 7005192auction111084
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:32 [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-27 18:46:32 [ecarstrade.nl] INFO: Scrape type for 7005192auction111084: 2
2026-03-27 18:46:32 [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-27 18:46:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:32 [ecarstrade.nl] INFO: Extracting details for car 7000131auction111023
2026-03-27 18:46:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5aa6789-f475-53b2-a422-694dc07a77b2 with identifier: 7000131auction111023
2026-03-27 18:46:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5aa6789-f475-53b2-a422-694dc07a77b2 with scrape type 2
2026-03-27 18:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5aa6789-f475-53b2-a422-694dc07a77b2 with scrape type 2
2026-03-27 18:46:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d5aa6789-f475-53b2-a422-694dc07a77b2, identifier: 7000131auction111023
2026-03-27 18:46:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d5aa6789-f475-53b2-a422-694dc07a77b2 with identifier: 7000131auction111023
2026-03-27 18:46:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d5aa6789-f475-53b2-a422-694dc07a77b2 with identifier: 7000131auction111023
2026-03-27 18:46:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d5aa6789-f475-53b2-a422-694dc07a77b2 with identifier: 7000131auction111023 to the API
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:32 [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-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46: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-27 18:46:32 [ecarstrade.nl] INFO: Saving data for 7000131auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450214.691793, 'last_price_update_time': 1774637192.846639}
2026-03-27 18:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46: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-27 18:46:32 [ecarstrade.nl] INFO: Extracting details for car 7000140auction111023
2026-03-27 18:46:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 886cdbd4-74a8-56b2-88d8-2a319c9f3f93 with identifier: 7000140auction111023
2026-03-27 18:46:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 886cdbd4-74a8-56b2-88d8-2a319c9f3f93 with scrape type 2
2026-03-27 18:46:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 886cdbd4-74a8-56b2-88d8-2a319c9f3f93 with scrape type 2
2026-03-27 18:46:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 886cdbd4-74a8-56b2-88d8-2a319c9f3f93, identifier: 7000140auction111023
2026-03-27 18:46:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 886cdbd4-74a8-56b2-88d8-2a319c9f3f93 with identifier: 7000140auction111023
2026-03-27 18:46:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 886cdbd4-74a8-56b2-88d8-2a319c9f3f93 with identifier: 7000140auction111023
2026-03-27 18:46:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 886cdbd4-74a8-56b2-88d8-2a319c9f3f93 with identifier: 7000140auction111023 to the API
2026-03-27 18:46:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:33 [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-27 18:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:33 [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-27 18:46:33 [ecarstrade.nl] INFO: Saving data for 7000140auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450227.696557, 'last_price_update_time': 1774637193.269071}
2026-03-27 18:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000140auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:33 [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-27 18:46:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:33 [ecarstrade.nl] INFO: Extracting details for car 7000154auction111023
2026-03-27 18:46:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab74092b-16a3-5015-ac74-4849ca2cdde1 with identifier: 7000154auction111023
2026-03-27 18:46:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab74092b-16a3-5015-ac74-4849ca2cdde1 with scrape type 2
2026-03-27 18:46:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab74092b-16a3-5015-ac74-4849ca2cdde1 with scrape type 2
2026-03-27 18:46:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ab74092b-16a3-5015-ac74-4849ca2cdde1, identifier: 7000154auction111023
2026-03-27 18:46:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ab74092b-16a3-5015-ac74-4849ca2cdde1 with identifier: 7000154auction111023
2026-03-27 18:46:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ab74092b-16a3-5015-ac74-4849ca2cdde1 with identifier: 7000154auction111023
2026-03-27 18:46:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ab74092b-16a3-5015-ac74-4849ca2cdde1 with identifier: 7000154auction111023 to the API
2026-03-27 18:46:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:33 [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-27 18:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:33 [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-27 18:46:33 [ecarstrade.nl] INFO: Saving data for 7000154auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450230.373378, 'last_price_update_time': 1774637193.85705}
2026-03-27 18:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000154auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:36 [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-27 18: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-27 18:46:36 [ecarstrade.nl] INFO: Extracting details for car 7000125auction111023
2026-03-27 18:46:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b993880-0d68-5c60-b3f9-f4e82e121353 with identifier: 7000125auction111023
2026-03-27 18:46:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b993880-0d68-5c60-b3f9-f4e82e121353 with scrape type 2
2026-03-27 18:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b993880-0d68-5c60-b3f9-f4e82e121353 with scrape type 2
2026-03-27 18:46:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8b993880-0d68-5c60-b3f9-f4e82e121353, identifier: 7000125auction111023
2026-03-27 18:46:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8b993880-0d68-5c60-b3f9-f4e82e121353 with identifier: 7000125auction111023
2026-03-27 18:46:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8b993880-0d68-5c60-b3f9-f4e82e121353 with identifier: 7000125auction111023
2026-03-27 18:46:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8b993880-0d68-5c60-b3f9-f4e82e121353 with identifier: 7000125auction111023 to the API
2026-03-27 18:46:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:36 [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-27 18:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277000125auction111023%27 HTTP/1.1" 200 None
2026-03-27 18:46:36 [ecarstrade.nl] INFO: Saving data for 7000125auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450232.955137, 'last_price_update_time': 1774637196.957596}
2026-03-27 18:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000125auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:38 [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-27 18:46:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:38 [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-27 18:46:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:39 [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-27 18:46:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:39 [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-27 18:46:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:39 [ecarstrade.nl] INFO: Extracting details for car 7000152auction111023
2026-03-27 18:46:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7e339f6-379e-5167-a284-e264ebe38502 with identifier: 7000152auction111023
2026-03-27 18:46:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7e339f6-379e-5167-a284-e264ebe38502 with scrape type 2
2026-03-27 18:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7e339f6-379e-5167-a284-e264ebe38502 with scrape type 2
2026-03-27 18:46:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a7e339f6-379e-5167-a284-e264ebe38502, identifier: 7000152auction111023
2026-03-27 18:46:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a7e339f6-379e-5167-a284-e264ebe38502 with identifier: 7000152auction111023
2026-03-27 18:46:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a7e339f6-379e-5167-a284-e264ebe38502 with identifier: 7000152auction111023
2026-03-27 18:46:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a7e339f6-379e-5167-a284-e264ebe38502 with identifier: 7000152auction111023 to the API
2026-03-27 18:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:39 [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-27 18:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:39 [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-27 18:46:39 [ecarstrade.nl] INFO: Saving data for 7000152auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450226.37823, 'last_price_update_time': 1774637199.396995}
2026-03-27 18:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000152auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:39 [ecarstrade.nl] INFO: Extracting details for car 7000167auction111023
2026-03-27 18:46:39 [ecarstrade.nl] INFO: Extracting details for car 7000173auction111023
2026-03-27 18:46:39 [ecarstrade.nl] INFO: Extracting details for car 7000132auction111023
2026-03-27 18:46:39 [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-27 18:46:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bf6e30d-8cac-5003-b9ee-96de679db772 with identifier: 7000167auction111023
2026-03-27 18:46:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bf6e30d-8cac-5003-b9ee-96de679db772 with scrape type 2
2026-03-27 18:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bf6e30d-8cac-5003-b9ee-96de679db772 with scrape type 2
2026-03-27 18:46:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0bf6e30d-8cac-5003-b9ee-96de679db772, identifier: 7000167auction111023
2026-03-27 18:46:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff3fd522-b9a6-5a0b-93be-06596cd90fd5 with identifier: 7000173auction111023
2026-03-27 18:46:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff3fd522-b9a6-5a0b-93be-06596cd90fd5 with scrape type 2
2026-03-27 18:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff3fd522-b9a6-5a0b-93be-06596cd90fd5 with scrape type 2
2026-03-27 18:46:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ff3fd522-b9a6-5a0b-93be-06596cd90fd5, identifier: 7000173auction111023
2026-03-27 18:46:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71d811c6-bc58-501d-8707-29cd3f091ec2 with identifier: 7000132auction111023
2026-03-27 18:46:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71d811c6-bc58-501d-8707-29cd3f091ec2 with scrape type 2
2026-03-27 18:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71d811c6-bc58-501d-8707-29cd3f091ec2 with scrape type 2
2026-03-27 18:46:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 71d811c6-bc58-501d-8707-29cd3f091ec2, identifier: 7000132auction111023
2026-03-27 18:46:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0bf6e30d-8cac-5003-b9ee-96de679db772 with identifier: 7000167auction111023
2026-03-27 18:46:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0bf6e30d-8cac-5003-b9ee-96de679db772 with identifier: 7000167auction111023
2026-03-27 18:46:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0bf6e30d-8cac-5003-b9ee-96de679db772 with identifier: 7000167auction111023 to the API
2026-03-27 18:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:39 [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-27 18:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:39 [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-27 18:46:39 [ecarstrade.nl] INFO: Saving data for 7000167auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450228.187817, 'last_price_update_time': 1774637199.925665}
2026-03-27 18:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000167auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ff3fd522-b9a6-5a0b-93be-06596cd90fd5 with identifier: 7000173auction111023
2026-03-27 18:46:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ff3fd522-b9a6-5a0b-93be-06596cd90fd5 with identifier: 7000173auction111023
2026-03-27 18:46:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ff3fd522-b9a6-5a0b-93be-06596cd90fd5 with identifier: 7000173auction111023 to the API
2026-03-27 18:46:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:40 [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-27 18:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:40 [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-27 18:46:40 [ecarstrade.nl] INFO: Saving data for 7000173auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450229.166857, 'last_price_update_time': 1774637200.177425}
2026-03-27 18:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000173auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 71d811c6-bc58-501d-8707-29cd3f091ec2 with identifier: 7000132auction111023
2026-03-27 18:46:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 71d811c6-bc58-501d-8707-29cd3f091ec2 with identifier: 7000132auction111023
2026-03-27 18:46:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 71d811c6-bc58-501d-8707-29cd3f091ec2 with identifier: 7000132auction111023 to the API
2026-03-27 18:46:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:40 [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-27 18:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:40 [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-27 18:46:40 [ecarstrade.nl] INFO: Saving data for 7000132auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450227.118737, 'last_price_update_time': 1774637200.413443}
2026-03-27 18:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000132auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:40 [ecarstrade.nl] INFO: Extracting details for car 7000141auction111023
2026-03-27 18:46:40 [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-27 18:46:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 304cc40d-eb5e-5313-aec2-b99d5e456dfa with identifier: 7000141auction111023
2026-03-27 18:46:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 304cc40d-eb5e-5313-aec2-b99d5e456dfa with scrape type 2
2026-03-27 18:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 304cc40d-eb5e-5313-aec2-b99d5e456dfa with scrape type 2
2026-03-27 18:46:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 304cc40d-eb5e-5313-aec2-b99d5e456dfa, identifier: 7000141auction111023
2026-03-27 18:46:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 304cc40d-eb5e-5313-aec2-b99d5e456dfa with identifier: 7000141auction111023
2026-03-27 18:46:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 304cc40d-eb5e-5313-aec2-b99d5e456dfa with identifier: 7000141auction111023
2026-03-27 18:46:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 304cc40d-eb5e-5313-aec2-b99d5e456dfa with identifier: 7000141auction111023 to the API
2026-03-27 18:46:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:40 [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-27 18:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:40 [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-27 18:46:40 [ecarstrade.nl] INFO: Saving data for 7000141auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450224.837603, 'last_price_update_time': 1774637200.772986}
2026-03-27 18:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000141auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:40 [ecarstrade.nl] INFO: Extracting details for car 7000177auction111023
2026-03-27 18:46:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 667128a7-6c42-528d-b654-0b59d534cf1e with identifier: 7000177auction111023
2026-03-27 18:46:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 667128a7-6c42-528d-b654-0b59d534cf1e with scrape type 2
2026-03-27 18:46:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 667128a7-6c42-528d-b654-0b59d534cf1e with scrape type 2
2026-03-27 18:46:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 667128a7-6c42-528d-b654-0b59d534cf1e, identifier: 7000177auction111023
2026-03-27 18:46:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 667128a7-6c42-528d-b654-0b59d534cf1e with identifier: 7000177auction111023
2026-03-27 18:46:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 667128a7-6c42-528d-b654-0b59d534cf1e with identifier: 7000177auction111023
2026-03-27 18:46:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 667128a7-6c42-528d-b654-0b59d534cf1e with identifier: 7000177auction111023 to the API
2026-03-27 18:46:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:41 [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-27 18:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:41 [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-27 18:46:41 [ecarstrade.nl] INFO: Saving data for 7000177auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450206.133926, 'last_price_update_time': 1774637201.128734}
2026-03-27 18:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000177auction111023') HTTP/1.1" 204 0
2026-03-27 18:46: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-27 18:46:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:41 [ecarstrade.nl] INFO: Extracting details for car 7000168auction111023
2026-03-27 18:46:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca338d58-2e03-5480-a8f8-a9ef9217d561 with identifier: 7000168auction111023
2026-03-27 18:46: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-27 18:46:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca338d58-2e03-5480-a8f8-a9ef9217d561 with scrape type 2
2026-03-27 18:46:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ca338d58-2e03-5480-a8f8-a9ef9217d561, identifier: 7000168auction111023
2026-03-27 18:46:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ca338d58-2e03-5480-a8f8-a9ef9217d561 with identifier: 7000168auction111023
2026-03-27 18:46:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ca338d58-2e03-5480-a8f8-a9ef9217d561 with identifier: 7000168auction111023
2026-03-27 18:46:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ca338d58-2e03-5480-a8f8-a9ef9217d561 with identifier: 7000168auction111023 to the API
2026-03-27 18:46:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:41 [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-27 18:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:41 [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-27 18:46:41 [ecarstrade.nl] INFO: Saving data for 7000168auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450204.255916, 'last_price_update_time': 1774637201.568844}
2026-03-27 18:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000168auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:43 [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-27 18: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-27 18:46:43 [ecarstrade.nl] INFO: Extracting details for car 7000150auction111023
2026-03-27 18:46:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62e0f2e3-7dce-56af-b7a8-778c71f5472c with identifier: 7000150auction111023
2026-03-27 18:46:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62e0f2e3-7dce-56af-b7a8-778c71f5472c with scrape type 2
2026-03-27 18:46:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62e0f2e3-7dce-56af-b7a8-778c71f5472c with scrape type 2
2026-03-27 18:46:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 62e0f2e3-7dce-56af-b7a8-778c71f5472c, identifier: 7000150auction111023
2026-03-27 18:46:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 62e0f2e3-7dce-56af-b7a8-778c71f5472c with identifier: 7000150auction111023
2026-03-27 18:46:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 62e0f2e3-7dce-56af-b7a8-778c71f5472c with identifier: 7000150auction111023
2026-03-27 18:46:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 62e0f2e3-7dce-56af-b7a8-778c71f5472c with identifier: 7000150auction111023 to the API
2026-03-27 18:46:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:46:43 [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-27 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277000150auction111023%27 HTTP/1.1" 200 None
2026-03-27 18:46:43 [ecarstrade.nl] INFO: Saving data for 7000150auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450207.920424, 'last_price_update_time': 1774637203.659439}
2026-03-27 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000150auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000144> (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-27 18:46:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:46 [ecarstrade.nl] INFO: Extracting details for car 7000144auction111023
2026-03-27 18:46:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b8c3796-0c9e-5ab9-9633-2f6d7808bcfc with identifier: 7000144auction111023
2026-03-27 18:46:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b8c3796-0c9e-5ab9-9633-2f6d7808bcfc with scrape type 2
2026-03-27 18:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b8c3796-0c9e-5ab9-9633-2f6d7808bcfc with scrape type 2
2026-03-27 18:46:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3b8c3796-0c9e-5ab9-9633-2f6d7808bcfc, identifier: 7000144auction111023
2026-03-27 18:46:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3b8c3796-0c9e-5ab9-9633-2f6d7808bcfc with identifier: 7000144auction111023
2026-03-27 18:46:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3b8c3796-0c9e-5ab9-9633-2f6d7808bcfc with identifier: 7000144auction111023
2026-03-27 18:46:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3b8c3796-0c9e-5ab9-9633-2f6d7808bcfc with identifier: 7000144auction111023 to the API
2026-03-27 18:46:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000144>
{'auction_title': '',
'c_o_2_emission_value': 110,
'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': '3b8c3796-0c9e-5ab9-9633-2f6d7808bcfc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000144',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 36829,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Ibiza 1.0 TSI FR Bns Int.+',
'transmission': 'manual',
'trim': 'SEAT 1.0 TSI FR Bns Int.+',
'vin': None,
'year': 2021}
2026-03-27 18:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:46 [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-27 18:46:46 [ecarstrade.nl] INFO: Saving data for 7000144auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450223.668852, 'last_price_update_time': 1774637206.55652}
2026-03-27 18:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000144auction111023') HTTP/1.1" 204 0
2026-03-27 18:46: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-27 18:46:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:46 [ecarstrade.nl] INFO: Extracting details for car 7000130auction111023
2026-03-27 18:46:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daec3c23-a24e-5a7c-9873-5773d8b83276 with identifier: 7000130auction111023
2026-03-27 18:46: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-27 18:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daec3c23-a24e-5a7c-9873-5773d8b83276 with scrape type 2
2026-03-27 18:46:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: daec3c23-a24e-5a7c-9873-5773d8b83276, identifier: 7000130auction111023
2026-03-27 18:46:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: daec3c23-a24e-5a7c-9873-5773d8b83276 with identifier: 7000130auction111023
2026-03-27 18:46:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: daec3c23-a24e-5a7c-9873-5773d8b83276 with identifier: 7000130auction111023
2026-03-27 18:46:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: daec3c23-a24e-5a7c-9873-5773d8b83276 with identifier: 7000130auction111023 to the API
2026-03-27 18:46:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46: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-27 18:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46: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-27 18:46:47 [ecarstrade.nl] INFO: Saving data for 7000130auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450209.911665, 'last_price_update_time': 1774637207.032642}
2026-03-27 18:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46: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-27 18:46:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000143> (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-27 18:46:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:47 [ecarstrade.nl] INFO: Extracting details for car 7000143auction111023
2026-03-27 18:46:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da2f2702-0ceb-55ee-8526-3f6b23f8e69e with identifier: 7000143auction111023
2026-03-27 18:46:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da2f2702-0ceb-55ee-8526-3f6b23f8e69e with scrape type 2
2026-03-27 18:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da2f2702-0ceb-55ee-8526-3f6b23f8e69e with scrape type 2
2026-03-27 18:46:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: da2f2702-0ceb-55ee-8526-3f6b23f8e69e, identifier: 7000143auction111023
2026-03-27 18:46:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: da2f2702-0ceb-55ee-8526-3f6b23f8e69e with identifier: 7000143auction111023
2026-03-27 18:46:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: da2f2702-0ceb-55ee-8526-3f6b23f8e69e with identifier: 7000143auction111023
2026-03-27 18:46:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: da2f2702-0ceb-55ee-8526-3f6b23f8e69e with identifier: 7000143auction111023 to the API
2026-03-27 18:46:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000143>
{'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-30T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'da2f2702-0ceb-55ee-8526-3f6b23f8e69e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000143',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 180899,
'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': 'SKODA Octavia Combi 1.0 TSI Bns Edition',
'transmission': 'automatic',
'trim': 'SKODA Combi 1.0 TSI Bns Edition',
'vin': None,
'year': 2022}
2026-03-27 18:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:47 [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-27 18:46:47 [ecarstrade.nl] INFO: Saving data for 7000143auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450251.368963, 'last_price_update_time': 1774637207.497549}
2026-03-27 18:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000143auction111023') HTTP/1.1" 204 0
2026-03-27 18:46:47 [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-27 18:46:47 [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-27 18:46:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:47 [ecarstrade.nl] INFO: Extracting details for car 7005208auction111084
2026-03-27 18:46:47 [ecarstrade.nl] INFO: Extracting details for car 7005204auction111084
2026-03-27 18:46:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cda0572-2244-50be-ba7c-5b012a2a055a with identifier: 7005208auction111084
2026-03-27 18:46:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cda0572-2244-50be-ba7c-5b012a2a055a with scrape type 2
2026-03-27 18:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cda0572-2244-50be-ba7c-5b012a2a055a with scrape type 2
2026-03-27 18:46:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1cda0572-2244-50be-ba7c-5b012a2a055a, identifier: 7005208auction111084
2026-03-27 18:46:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b036dc-27ce-5665-b942-1644a0e55198 with identifier: 7005204auction111084
2026-03-27 18:46:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b036dc-27ce-5665-b942-1644a0e55198 with scrape type 2
2026-03-27 18:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55b036dc-27ce-5665-b942-1644a0e55198 with scrape type 2
2026-03-27 18:46:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 55b036dc-27ce-5665-b942-1644a0e55198, identifier: 7005204auction111084
2026-03-27 18:46:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1cda0572-2244-50be-ba7c-5b012a2a055a with identifier: 7005208auction111084
2026-03-27 18:46:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1cda0572-2244-50be-ba7c-5b012a2a055a with identifier: 7005208auction111084
2026-03-27 18:46:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1cda0572-2244-50be-ba7c-5b012a2a055a with identifier: 7005208auction111084 to the API
2026-03-27 18:46:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:48 [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-27 18:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:48 [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-27 18:46:48 [ecarstrade.nl] INFO: Saving data for 7005208auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536944.339474, 'last_price_update_time': 1774637208.046801}
2026-03-27 18:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005208auction111084') HTTP/1.1" 204 0
2026-03-27 18:46:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 55b036dc-27ce-5665-b942-1644a0e55198 with identifier: 7005204auction111084
2026-03-27 18:46:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 55b036dc-27ce-5665-b942-1644a0e55198 with identifier: 7005204auction111084
2026-03-27 18:46:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 55b036dc-27ce-5665-b942-1644a0e55198 with identifier: 7005204auction111084 to the API
2026-03-27 18:46:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:48 [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-27 18:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:48 [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-27 18:46:48 [ecarstrade.nl] INFO: Saving data for 7005204auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536859.180353, 'last_price_update_time': 1774637208.305642}
2026-03-27 18:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005204auction111084') HTTP/1.1" 204 0
2026-03-27 18:46:48 [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-27 18:46:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:48 [ecarstrade.nl] INFO: Extracting details for car 7005192auction111084
2026-03-27 18:46:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b378abb6-1aa4-501a-b843-192e7a65e94b with identifier: 7005192auction111084
2026-03-27 18:46:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b378abb6-1aa4-501a-b843-192e7a65e94b with scrape type 2
2026-03-27 18:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b378abb6-1aa4-501a-b843-192e7a65e94b with scrape type 2
2026-03-27 18:46:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b378abb6-1aa4-501a-b843-192e7a65e94b, identifier: 7005192auction111084
2026-03-27 18:46:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b378abb6-1aa4-501a-b843-192e7a65e94b with identifier: 7005192auction111084
2026-03-27 18:46:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b378abb6-1aa4-501a-b843-192e7a65e94b with identifier: 7005192auction111084
2026-03-27 18:46:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b378abb6-1aa4-501a-b843-192e7a65e94b with identifier: 7005192auction111084 to the API
2026-03-27 18:46:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:49 [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-27 18:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:49 [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-27 18:46:49 [ecarstrade.nl] INFO: Saving data for 7005192auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536943.711696, 'last_price_update_time': 1774637209.271745}
2026-03-27 18:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005192auction111084') HTTP/1.1" 204 0
2026-03-27 18:46:52 [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-27 18: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-27 18:46:52 [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-27 18: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-27 18:46:52 [ecarstrade.nl] INFO: Extracting details for car 7005148auction111084
2026-03-27 18:46:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69fc2d01-7b05-517e-bc9f-847b30e3ba79 with identifier: 7005148auction111084
2026-03-27 18:46:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69fc2d01-7b05-517e-bc9f-847b30e3ba79 with scrape type 2
2026-03-27 18:46:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69fc2d01-7b05-517e-bc9f-847b30e3ba79 with scrape type 2
2026-03-27 18:46:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 69fc2d01-7b05-517e-bc9f-847b30e3ba79, identifier: 7005148auction111084
2026-03-27 18:46:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 69fc2d01-7b05-517e-bc9f-847b30e3ba79 with identifier: 7005148auction111084
2026-03-27 18:46:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 69fc2d01-7b05-517e-bc9f-847b30e3ba79 with identifier: 7005148auction111084
2026-03-27 18:46:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 69fc2d01-7b05-517e-bc9f-847b30e3ba79 with identifier: 7005148auction111084 to the API
2026-03-27 18:46:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:46:52 [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-27 18:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005148auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:46:52 [ecarstrade.nl] INFO: Saving data for 7005148auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536867.316546, 'last_price_update_time': 1774637212.961497}
2026-03-27 18:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005148auction111084') HTTP/1.1" 204 0
2026-03-27 18:46:52 [ecarstrade.nl] INFO: Extracting details for car 7005166auction111084
2026-03-27 18:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78467430-cbde-5602-b876-6262df82ac14 with identifier: 7005166auction111084
2026-03-27 18:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78467430-cbde-5602-b876-6262df82ac14 with scrape type 2
2026-03-27 18:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78467430-cbde-5602-b876-6262df82ac14 with scrape type 2
2026-03-27 18:46:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 78467430-cbde-5602-b876-6262df82ac14, identifier: 7005166auction111084
2026-03-27 18:46:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 78467430-cbde-5602-b876-6262df82ac14 with identifier: 7005166auction111084
2026-03-27 18:46:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 78467430-cbde-5602-b876-6262df82ac14 with identifier: 7005166auction111084
2026-03-27 18:46:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 78467430-cbde-5602-b876-6262df82ac14 with identifier: 7005166auction111084 to the API
2026-03-27 18:46:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:46:53 [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-27 18:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005166auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:46:53 [ecarstrade.nl] INFO: Saving data for 7005166auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536946.014604, 'last_price_update_time': 1774637213.353879}
2026-03-27 18:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005166auction111084') HTTP/1.1" 204 0
2026-03-27 18:46:53 [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-27 18:46:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:53 [ecarstrade.nl] INFO: Extracting details for car 7005205auction111084
2026-03-27 18:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44b6a437-acd0-5712-86e6-47c2e70442e4 with identifier: 7005205auction111084
2026-03-27 18:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44b6a437-acd0-5712-86e6-47c2e70442e4 with scrape type 2
2026-03-27 18:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44b6a437-acd0-5712-86e6-47c2e70442e4 with scrape type 2
2026-03-27 18:46:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 44b6a437-acd0-5712-86e6-47c2e70442e4, identifier: 7005205auction111084
2026-03-27 18:46:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 44b6a437-acd0-5712-86e6-47c2e70442e4 with identifier: 7005205auction111084
2026-03-27 18:46:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 44b6a437-acd0-5712-86e6-47c2e70442e4 with identifier: 7005205auction111084
2026-03-27 18:46:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 44b6a437-acd0-5712-86e6-47c2e70442e4 with identifier: 7005205auction111084 to the API
2026-03-27 18:46:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:46:53 [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-27 18:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005205auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:46:53 [ecarstrade.nl] INFO: Saving data for 7005205auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536869.163805, 'last_price_update_time': 1774637213.817568}
2026-03-27 18:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005205auction111084') HTTP/1.1" 204 0
2026-03-27 18:46: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-27 18:46:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:53 [ecarstrade.nl] INFO: Extracting details for car 7005203auction111084
2026-03-27 18:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21b7b80e-3596-5c53-99df-8d7f42e6ed55 with identifier: 7005203auction111084
2026-03-27 18:46: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-27 18:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21b7b80e-3596-5c53-99df-8d7f42e6ed55 with scrape type 2
2026-03-27 18:46:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 21b7b80e-3596-5c53-99df-8d7f42e6ed55, identifier: 7005203auction111084
2026-03-27 18:46:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 21b7b80e-3596-5c53-99df-8d7f42e6ed55 with identifier: 7005203auction111084
2026-03-27 18:46:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 21b7b80e-3596-5c53-99df-8d7f42e6ed55 with identifier: 7005203auction111084
2026-03-27 18:46: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-27 18:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46: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-27 18:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46: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-27 18:46:54 [ecarstrade.nl] INFO: Saving data for 7005203auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536868.394586, 'last_price_update_time': 1774637214.270261}
2026-03-27 18:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46: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-27 18:46:54 [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-27 18:46:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:54 [ecarstrade.nl] INFO: Extracting details for car 7005206auction111084
2026-03-27 18:46:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c854c5b-fe87-5d00-8ed0-6f644649e419 with identifier: 7005206auction111084
2026-03-27 18:46:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c854c5b-fe87-5d00-8ed0-6f644649e419 with scrape type 2
2026-03-27 18:46:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c854c5b-fe87-5d00-8ed0-6f644649e419 with scrape type 2
2026-03-27 18:46:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2c854c5b-fe87-5d00-8ed0-6f644649e419, identifier: 7005206auction111084
2026-03-27 18:46:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2c854c5b-fe87-5d00-8ed0-6f644649e419 with identifier: 7005206auction111084
2026-03-27 18:46:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2c854c5b-fe87-5d00-8ed0-6f644649e419 with identifier: 7005206auction111084
2026-03-27 18:46:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2c854c5b-fe87-5d00-8ed0-6f644649e419 with identifier: 7005206auction111084 to the API
2026-03-27 18:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:54 [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-27 18:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:54 [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-27 18:46:54 [ecarstrade.nl] INFO: Saving data for 7005206auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536870.179512, 'last_price_update_time': 1774637214.931076}
2026-03-27 18:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005206auction111084') HTTP/1.1" 204 0
2026-03-27 18:46:55 [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-27 18:46:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:55 [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-27 18:46:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:55 [ecarstrade.nl] INFO: Extracting details for car 7005207auction111084
2026-03-27 18:46:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1954c11a-b15a-545f-9ce0-d3ea9e210791 with identifier: 7005207auction111084
2026-03-27 18:46:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1954c11a-b15a-545f-9ce0-d3ea9e210791 with scrape type 2
2026-03-27 18:46:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1954c11a-b15a-545f-9ce0-d3ea9e210791 with scrape type 2
2026-03-27 18:46:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1954c11a-b15a-545f-9ce0-d3ea9e210791, identifier: 7005207auction111084
2026-03-27 18:46:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1954c11a-b15a-545f-9ce0-d3ea9e210791 with identifier: 7005207auction111084
2026-03-27 18:46:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1954c11a-b15a-545f-9ce0-d3ea9e210791 with identifier: 7005207auction111084
2026-03-27 18:46:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1954c11a-b15a-545f-9ce0-d3ea9e210791 with identifier: 7005207auction111084 to the API
2026-03-27 18:46:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:56 [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-27 18:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:56 [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-27 18:46:56 [ecarstrade.nl] INFO: Saving data for 7005207auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536870.735243, 'last_price_update_time': 1774637216.07914}
2026-03-27 18:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005207auction111084') HTTP/1.1" 204 0
2026-03-27 18:46:56 [ecarstrade.nl] INFO: Extracting details for car 7005149auction111084
2026-03-27 18:46:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e707ace7-4dde-5193-a9be-ac8bd11b2ba9 with identifier: 7005149auction111084
2026-03-27 18:46:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e707ace7-4dde-5193-a9be-ac8bd11b2ba9 with scrape type 2
2026-03-27 18:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e707ace7-4dde-5193-a9be-ac8bd11b2ba9 with scrape type 2
2026-03-27 18:46:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e707ace7-4dde-5193-a9be-ac8bd11b2ba9, identifier: 7005149auction111084
2026-03-27 18:46:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e707ace7-4dde-5193-a9be-ac8bd11b2ba9 with identifier: 7005149auction111084
2026-03-27 18:46:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e707ace7-4dde-5193-a9be-ac8bd11b2ba9 with identifier: 7005149auction111084
2026-03-27 18:46:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e707ace7-4dde-5193-a9be-ac8bd11b2ba9 with identifier: 7005149auction111084 to the API
2026-03-27 18:46:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:56 [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-27 18:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:56 [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-27 18:46:56 [ecarstrade.nl] INFO: Saving data for 7005149auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536869.707657, 'last_price_update_time': 1774637216.481617}
2026-03-27 18:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005149auction111084') HTTP/1.1" 204 0
2026-03-27 18:46:58 [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-27 18:46:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:46:59 [ecarstrade.nl] INFO: Extracting details for car 7000186auction111023
2026-03-27 18:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cd1ec6b-6b8c-5461-a81d-cf1bda516392 with identifier: 7000186auction111023
2026-03-27 18:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cd1ec6b-6b8c-5461-a81d-cf1bda516392 with scrape type 2
2026-03-27 18:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cd1ec6b-6b8c-5461-a81d-cf1bda516392 with scrape type 2
2026-03-27 18:46:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4cd1ec6b-6b8c-5461-a81d-cf1bda516392, identifier: 7000186auction111023
2026-03-27 18:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4cd1ec6b-6b8c-5461-a81d-cf1bda516392 with identifier: 7000186auction111023
2026-03-27 18:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4cd1ec6b-6b8c-5461-a81d-cf1bda516392 with identifier: 7000186auction111023
2026-03-27 18:46:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4cd1ec6b-6b8c-5461-a81d-cf1bda516392 with identifier: 7000186auction111023 to the API
2026-03-27 18:46:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:46:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:46:59 [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-27 18:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277000186auction111023%27 HTTP/1.1" 200 None
2026-03-27 18:46:59 [ecarstrade.nl] INFO: Saving data for 7000186auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450208.531512, 'last_price_update_time': 1774637219.338626}
2026-03-27 18:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000186auction111023') HTTP/1.1" 204 0
2026-03-27 18:47:00 [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-27 18:47:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:01 [ecarstrade.nl] INFO: Extracting details for car 7000182auction111023
2026-03-27 18:47:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c77f2ae0-3dbc-51eb-9877-ab84723b4df0 with identifier: 7000182auction111023
2026-03-27 18:47:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c77f2ae0-3dbc-51eb-9877-ab84723b4df0 with scrape type 2
2026-03-27 18:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c77f2ae0-3dbc-51eb-9877-ab84723b4df0 with scrape type 2
2026-03-27 18:47:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c77f2ae0-3dbc-51eb-9877-ab84723b4df0, identifier: 7000182auction111023
2026-03-27 18:47:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c77f2ae0-3dbc-51eb-9877-ab84723b4df0 with identifier: 7000182auction111023
2026-03-27 18:47:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c77f2ae0-3dbc-51eb-9877-ab84723b4df0 with identifier: 7000182auction111023
2026-03-27 18:47:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c77f2ae0-3dbc-51eb-9877-ab84723b4df0 with identifier: 7000182auction111023 to the API
2026-03-27 18:47:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:01 [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-27 18:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:01 [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-27 18:47:01 [ecarstrade.nl] INFO: Saving data for 7000182auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450205.494994, 'last_price_update_time': 1774637221.352875}
2026-03-27 18:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000182auction111023') HTTP/1.1" 204 0
2026-03-27 18:47:01 [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-27 18:47:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:01 [ecarstrade.nl] INFO: Extracting details for car 7000184auction111023
2026-03-27 18:47:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3efc0cf2-02b8-5e34-9869-5ed84cbd2719 with identifier: 7000184auction111023
2026-03-27 18:47:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3efc0cf2-02b8-5e34-9869-5ed84cbd2719 with scrape type 2
2026-03-27 18:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3efc0cf2-02b8-5e34-9869-5ed84cbd2719 with scrape type 2
2026-03-27 18:47:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3efc0cf2-02b8-5e34-9869-5ed84cbd2719, identifier: 7000184auction111023
2026-03-27 18:47:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3efc0cf2-02b8-5e34-9869-5ed84cbd2719 with identifier: 7000184auction111023
2026-03-27 18:47:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3efc0cf2-02b8-5e34-9869-5ed84cbd2719 with identifier: 7000184auction111023
2026-03-27 18:47:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3efc0cf2-02b8-5e34-9869-5ed84cbd2719 with identifier: 7000184auction111023 to the API
2026-03-27 18:47:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:01 [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-27 18:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:01 [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-27 18:47:01 [ecarstrade.nl] INFO: Saving data for 7000184auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450207.540255, 'last_price_update_time': 1774637221.814591}
2026-03-27 18:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000184auction111023') HTTP/1.1" 204 0
2026-03-27 18:47:01 [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-27 18:47:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:01 [ecarstrade.nl] INFO: Extracting details for car 7000146auction111023
2026-03-27 18:47:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26815f63-184d-54dd-a5d6-8fcba78d782a with identifier: 7000146auction111023
2026-03-27 18:47:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26815f63-184d-54dd-a5d6-8fcba78d782a with scrape type 2
2026-03-27 18:47:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26815f63-184d-54dd-a5d6-8fcba78d782a with scrape type 2
2026-03-27 18:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 26815f63-184d-54dd-a5d6-8fcba78d782a, identifier: 7000146auction111023
2026-03-27 18:47:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 26815f63-184d-54dd-a5d6-8fcba78d782a with identifier: 7000146auction111023
2026-03-27 18:47:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 26815f63-184d-54dd-a5d6-8fcba78d782a with identifier: 7000146auction111023
2026-03-27 18:47:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 26815f63-184d-54dd-a5d6-8fcba78d782a with identifier: 7000146auction111023 to the API
2026-03-27 18:47:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:02 [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-27 18:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:02 [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-27 18:47:02 [ecarstrade.nl] INFO: Saving data for 7000146auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450204.645187, 'last_price_update_time': 1774637222.265437}
2026-03-27 18:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000146auction111023') HTTP/1.1" 204 0
2026-03-27 18:47:02 [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-27 18:47:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:02 [ecarstrade.nl] INFO: Extracting details for car 7000147auction111023
2026-03-27 18:47:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3783aebb-72db-5ad0-a53a-ba6ec220bfeb with identifier: 7000147auction111023
2026-03-27 18:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3783aebb-72db-5ad0-a53a-ba6ec220bfeb with scrape type 2
2026-03-27 18:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3783aebb-72db-5ad0-a53a-ba6ec220bfeb with scrape type 2
2026-03-27 18:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3783aebb-72db-5ad0-a53a-ba6ec220bfeb, identifier: 7000147auction111023
2026-03-27 18:47:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3783aebb-72db-5ad0-a53a-ba6ec220bfeb with identifier: 7000147auction111023
2026-03-27 18:47:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3783aebb-72db-5ad0-a53a-ba6ec220bfeb with identifier: 7000147auction111023
2026-03-27 18:47:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3783aebb-72db-5ad0-a53a-ba6ec220bfeb with identifier: 7000147auction111023 to the API
2026-03-27 18:47:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:02 [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-27 18:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:02 [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-27 18:47:02 [ecarstrade.nl] INFO: Saving data for 7000147auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450209.119816, 'last_price_update_time': 1774637222.707061}
2026-03-27 18:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000147auction111023') HTTP/1.1" 204 0
2026-03-27 18:47:02 [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-27 18:47:02 [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-27 18:47:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:02 [ecarstrade.nl] INFO: Extracting details for car 7000181auction111023
2026-03-27 18:47:02 [ecarstrade.nl] INFO: Extracting details for car 7000180auction111023
2026-03-27 18:47:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde with identifier: 7000181auction111023
2026-03-27 18:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde with scrape type 2
2026-03-27 18:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde with scrape type 2
2026-03-27 18:47:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde, identifier: 7000181auction111023
2026-03-27 18:47:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0804f41d-c451-5ff0-9a47-d7f4770e90d9 with identifier: 7000180auction111023
2026-03-27 18:47:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0804f41d-c451-5ff0-9a47-d7f4770e90d9 with scrape type 2
2026-03-27 18:47:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0804f41d-c451-5ff0-9a47-d7f4770e90d9 with scrape type 2
2026-03-27 18:47:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0804f41d-c451-5ff0-9a47-d7f4770e90d9, identifier: 7000180auction111023
2026-03-27 18:47:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde with identifier: 7000181auction111023
2026-03-27 18:47:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde with identifier: 7000181auction111023
2026-03-27 18:47:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 470f7efa-07d8-5ddf-ac7a-a4be4a7f7bde with identifier: 7000181auction111023 to the API
2026-03-27 18:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:03 [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-27 18:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277000181auction111023%27 HTTP/1.1" 200 None
2026-03-27 18:47:03 [ecarstrade.nl] INFO: Saving data for 7000181auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450202.772941, 'last_price_update_time': 1774637223.277314}
2026-03-27 18:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000181auction111023') HTTP/1.1" 204 0
2026-03-27 18:47:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0804f41d-c451-5ff0-9a47-d7f4770e90d9 with identifier: 7000180auction111023
2026-03-27 18:47:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0804f41d-c451-5ff0-9a47-d7f4770e90d9 with identifier: 7000180auction111023
2026-03-27 18:47:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0804f41d-c451-5ff0-9a47-d7f4770e90d9 with identifier: 7000180auction111023 to the API
2026-03-27 18:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:03 [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-27 18:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277000180auction111023%27 HTTP/1.1" 200 None
2026-03-27 18:47:03 [ecarstrade.nl] INFO: Saving data for 7000180auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450210.321868, 'last_price_update_time': 1774637223.52133}
2026-03-27 18:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000180auction111023') HTTP/1.1" 204 0
2026-03-27 18:47:05 [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-27 18:47:05 [ecarstrade.nl] INFO: Extracting details for car 7000179auction111023
2026-03-27 18:47:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f9b5060-edac-531c-83a3-25c48e7313a2 with identifier: 7000179auction111023
2026-03-27 18:47:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f9b5060-edac-531c-83a3-25c48e7313a2 with scrape type 2
2026-03-27 18:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f9b5060-edac-531c-83a3-25c48e7313a2 with scrape type 2
2026-03-27 18:47:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5f9b5060-edac-531c-83a3-25c48e7313a2, identifier: 7000179auction111023
2026-03-27 18:47:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5f9b5060-edac-531c-83a3-25c48e7313a2 with identifier: 7000179auction111023
2026-03-27 18:47:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5f9b5060-edac-531c-83a3-25c48e7313a2 with identifier: 7000179auction111023
2026-03-27 18:47:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5f9b5060-edac-531c-83a3-25c48e7313a2 with identifier: 7000179auction111023 to the API
2026-03-27 18:47:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:06 [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-27 18:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:06 [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-27 18:47:06 [ecarstrade.nl] INFO: Saving data for 7000179auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450206.501027, 'last_price_update_time': 1774637226.084925}
2026-03-27 18:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000179auction111023') HTTP/1.1" 204 0
2026-03-27 18:47:06 [scrapy.extensions.logstats] INFO: Crawled 80 pages (at 53 pages/min), scraped 75 items (at 52 items/min)
2026-03-27 18:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 257MiB
2026-03-27 18:47:08 [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-27 18:47:08 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005169auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005169auction111084: 2
2026-03-27 18:47:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005147auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005147auction111084: 2
2026-03-27 18:47:09 [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-27 18:47:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005181auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005181auction111084: 2
2026-03-27 18:47:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005146auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005146auction111084: 2
2026-03-27 18:47:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005151auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005151auction111084: 2
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005165auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005165auction111084: 2
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005202auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005202auction111084: 2
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Extracting details for car 7000137auction111023
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005193auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005193auction111084: 2
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005163auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005163auction111084: 2
2026-03-27 18:47:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad8848a6-5d51-5b76-b398-45f4b89de11c with identifier: 7000137auction111023
2026-03-27 18:47:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad8848a6-5d51-5b76-b398-45f4b89de11c with scrape type 2
2026-03-27 18:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad8848a6-5d51-5b76-b398-45f4b89de11c with scrape type 2
2026-03-27 18:47:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ad8848a6-5d51-5b76-b398-45f4b89de11c, identifier: 7000137auction111023
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005194auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005194auction111084: 2
2026-03-27 18:47:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ad8848a6-5d51-5b76-b398-45f4b89de11c with identifier: 7000137auction111023
2026-03-27 18:47:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ad8848a6-5d51-5b76-b398-45f4b89de11c with identifier: 7000137auction111023
2026-03-27 18:47:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ad8848a6-5d51-5b76-b398-45f4b89de11c with identifier: 7000137auction111023 to the API
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:09 [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-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Saving data for 7000137auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450201.645481, 'last_price_update_time': 1774637229.558202}
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000137auction111023') HTTP/1.1" 204 0
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005167auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47: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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005167auction111084: 2
2026-03-27 18:47:09 [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-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005196auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005196auction111084: 2
2026-03-27 18:47:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005184auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005184auction111084: 2
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005170auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005170auction111084: 2
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005168auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005168auction111084: 2
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005154auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005154auction111084: 2
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Extracting details for car 7000151auction111023
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Extracting details for car 7000142auction111023
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005176auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005176auction111084: 2
2026-03-27 18:47:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98355a47-c47e-5c4a-b172-eb48e4783faa with identifier: 7000151auction111023
2026-03-27 18:47:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98355a47-c47e-5c4a-b172-eb48e4783faa with scrape type 2
2026-03-27 18:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98355a47-c47e-5c4a-b172-eb48e4783faa with scrape type 2
2026-03-27 18:47:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 98355a47-c47e-5c4a-b172-eb48e4783faa, identifier: 7000151auction111023
2026-03-27 18:47:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8345d45a-e1a3-5662-a55a-1940f689b3a2 with identifier: 7000142auction111023
2026-03-27 18:47:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8345d45a-e1a3-5662-a55a-1940f689b3a2 with scrape type 2
2026-03-27 18:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8345d45a-e1a3-5662-a55a-1940f689b3a2 with scrape type 2
2026-03-27 18:47:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8345d45a-e1a3-5662-a55a-1940f689b3a2, identifier: 7000142auction111023
2026-03-27 18:47:09 [ecarstrade.nl] INFO: Found listing with ID: 7005157auction111084
2026-03-27 18:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:09 [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-27 18:47:09 [ecarstrade.nl] INFO: Scrape type for 7005157auction111084: 2
2026-03-27 18:47:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 98355a47-c47e-5c4a-b172-eb48e4783faa with identifier: 7000151auction111023
2026-03-27 18:47:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 98355a47-c47e-5c4a-b172-eb48e4783faa with identifier: 7000151auction111023
2026-03-27 18:47:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 98355a47-c47e-5c4a-b172-eb48e4783faa with identifier: 7000151auction111023 to the API
2026-03-27 18:47:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:10 [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-27 18:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277000151auction111023%27 HTTP/1.1" 200 None
2026-03-27 18:47:10 [ecarstrade.nl] INFO: Saving data for 7000151auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450202.20471, 'last_price_update_time': 1774637230.192972}
2026-03-27 18:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000151auction111023') HTTP/1.1" 204 0
2026-03-27 18:47:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8345d45a-e1a3-5662-a55a-1940f689b3a2 with identifier: 7000142auction111023
2026-03-27 18:47:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8345d45a-e1a3-5662-a55a-1940f689b3a2 with identifier: 7000142auction111023
2026-03-27 18:47:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8345d45a-e1a3-5662-a55a-1940f689b3a2 with identifier: 7000142auction111023 to the API
2026-03-27 18:47:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:10 [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-27 18:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277000142auction111023%27 HTTP/1.1" 200 None
2026-03-27 18:47:10 [ecarstrade.nl] INFO: Saving data for 7000142auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450212.130658, 'last_price_update_time': 1774637230.518884}
2026-03-27 18:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000142auction111023') HTTP/1.1" 204 0
2026-03-27 18:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7005209auction111084
2026-03-27 18:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005209auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:10 [ecarstrade.nl] INFO: Scrape type for 7005209auction111084: 2
2026-03-27 18:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7005158auction111084
2026-03-27 18:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005158auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:10 [ecarstrade.nl] INFO: Scrape type for 7005158auction111084: 2
2026-03-27 18:47:15 [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-27 18:47:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:15 [ecarstrade.nl] INFO: Extracting details for car 7005181auction111084
2026-03-27 18:47:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 313d5f85-ff89-5f8d-bb12-78a9f4e63cce with identifier: 7005181auction111084
2026-03-27 18:47:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 313d5f85-ff89-5f8d-bb12-78a9f4e63cce with scrape type 2
2026-03-27 18:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 313d5f85-ff89-5f8d-bb12-78a9f4e63cce with scrape type 2
2026-03-27 18:47:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 313d5f85-ff89-5f8d-bb12-78a9f4e63cce, identifier: 7005181auction111084
2026-03-27 18:47:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 313d5f85-ff89-5f8d-bb12-78a9f4e63cce with identifier: 7005181auction111084
2026-03-27 18:47:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 313d5f85-ff89-5f8d-bb12-78a9f4e63cce with identifier: 7005181auction111084
2026-03-27 18:47:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 313d5f85-ff89-5f8d-bb12-78a9f4e63cce with identifier: 7005181auction111084 to the API
2026-03-27 18:47:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:16 [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-27 18:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:16 [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-27 18:47:16 [ecarstrade.nl] INFO: Saving data for 7005181auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536946.595401, 'last_price_update_time': 1774637236.238007}
2026-03-27 18:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005181auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:16 [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-27 18:47:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:16 [ecarstrade.nl] INFO: Extracting details for car 7005147auction111084
2026-03-27 18:47:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce4b2105-cbb5-5c31-8556-85b0fffc26c4 with identifier: 7005147auction111084
2026-03-27 18:47:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce4b2105-cbb5-5c31-8556-85b0fffc26c4 with scrape type 2
2026-03-27 18:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce4b2105-cbb5-5c31-8556-85b0fffc26c4 with scrape type 2
2026-03-27 18:47:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ce4b2105-cbb5-5c31-8556-85b0fffc26c4, identifier: 7005147auction111084
2026-03-27 18:47:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ce4b2105-cbb5-5c31-8556-85b0fffc26c4 with identifier: 7005147auction111084
2026-03-27 18:47:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ce4b2105-cbb5-5c31-8556-85b0fffc26c4 with identifier: 7005147auction111084
2026-03-27 18:47:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ce4b2105-cbb5-5c31-8556-85b0fffc26c4 with identifier: 7005147auction111084 to the API
2026-03-27 18:47:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:16 [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-27 18:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:16 [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-27 18:47:16 [ecarstrade.nl] INFO: Saving data for 7005147auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536945.202846, 'last_price_update_time': 1774637236.85201}
2026-03-27 18:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005147auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:16 [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-27 18:47:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:17 [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-27 18: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-27 18:47:17 [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-27 18:47:17 [ecarstrade.nl] INFO: Extracting details for car 7005169auction111084
2026-03-27 18: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-27 18:47:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05d230d8-d507-5b90-a3ce-99a12c09fa7f with identifier: 7005169auction111084
2026-03-27 18:47:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05d230d8-d507-5b90-a3ce-99a12c09fa7f with scrape type 2
2026-03-27 18:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05d230d8-d507-5b90-a3ce-99a12c09fa7f with scrape type 2
2026-03-27 18:47:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 05d230d8-d507-5b90-a3ce-99a12c09fa7f, identifier: 7005169auction111084
2026-03-27 18:47:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 05d230d8-d507-5b90-a3ce-99a12c09fa7f with identifier: 7005169auction111084
2026-03-27 18:47:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 05d230d8-d507-5b90-a3ce-99a12c09fa7f with identifier: 7005169auction111084
2026-03-27 18:47:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 05d230d8-d507-5b90-a3ce-99a12c09fa7f with identifier: 7005169auction111084 to the API
2026-03-27 18:47:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:47:17 [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-27 18:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005169auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:17 [ecarstrade.nl] INFO: Saving data for 7005169auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536940.433133, 'last_price_update_time': 1774637237.41151}
2026-03-27 18:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005169auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:17 [ecarstrade.nl] INFO: Extracting details for car 7005151auction111084
2026-03-27 18:47:17 [ecarstrade.nl] INFO: Extracting details for car 7005146auction111084
2026-03-27 18:47:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6794beb9-13d0-53bc-8e1e-bf0cce5aef5b with identifier: 7005151auction111084
2026-03-27 18:47:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6794beb9-13d0-53bc-8e1e-bf0cce5aef5b with scrape type 2
2026-03-27 18:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6794beb9-13d0-53bc-8e1e-bf0cce5aef5b with scrape type 2
2026-03-27 18:47:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6794beb9-13d0-53bc-8e1e-bf0cce5aef5b, identifier: 7005151auction111084
2026-03-27 18:47:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 561b4e18-9b5f-5b2e-997d-2614453efee5 with identifier: 7005146auction111084
2026-03-27 18:47:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 561b4e18-9b5f-5b2e-997d-2614453efee5 with scrape type 2
2026-03-27 18:47:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 561b4e18-9b5f-5b2e-997d-2614453efee5 with scrape type 2
2026-03-27 18:47:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 561b4e18-9b5f-5b2e-997d-2614453efee5, identifier: 7005146auction111084
2026-03-27 18:47:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6794beb9-13d0-53bc-8e1e-bf0cce5aef5b with identifier: 7005151auction111084
2026-03-27 18:47:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6794beb9-13d0-53bc-8e1e-bf0cce5aef5b with identifier: 7005151auction111084
2026-03-27 18:47:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6794beb9-13d0-53bc-8e1e-bf0cce5aef5b with identifier: 7005151auction111084 to the API
2026-03-27 18:47:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:47:17 [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-27 18:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005151auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:17 [ecarstrade.nl] INFO: Saving data for 7005151auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536902.053714, 'last_price_update_time': 1774637237.888659}
2026-03-27 18:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005151auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 561b4e18-9b5f-5b2e-997d-2614453efee5 with identifier: 7005146auction111084
2026-03-27 18:47:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 561b4e18-9b5f-5b2e-997d-2614453efee5 with identifier: 7005146auction111084
2026-03-27 18:47:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 561b4e18-9b5f-5b2e-997d-2614453efee5 with identifier: 7005146auction111084 to the API
2026-03-27 18:47:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:47:18 [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-27 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005146auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:18 [ecarstrade.nl] INFO: Saving data for 7005146auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536903.471501, 'last_price_update_time': 1774637238.140346}
2026-03-27 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005146auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000174> (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-27 18: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-27 18:47:18 [ecarstrade.nl] INFO: Extracting details for car 7000174auction111023
2026-03-27 18:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1d93883-e185-56d1-898b-464e8c2cd196 with identifier: 7000174auction111023
2026-03-27 18:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1d93883-e185-56d1-898b-464e8c2cd196 with scrape type 2
2026-03-27 18:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1d93883-e185-56d1-898b-464e8c2cd196 with scrape type 2
2026-03-27 18:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a1d93883-e185-56d1-898b-464e8c2cd196, identifier: 7000174auction111023
2026-03-27 18:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a1d93883-e185-56d1-898b-464e8c2cd196 with identifier: 7000174auction111023
2026-03-27 18:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a1d93883-e185-56d1-898b-464e8c2cd196 with identifier: 7000174auction111023
2026-03-27 18:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a1d93883-e185-56d1-898b-464e8c2cd196 with identifier: 7000174auction111023 to the API
2026-03-27 18:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:47:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000174>
{'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': 'a1d93883-e185-56d1-898b-464e8c2cd196',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000174',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 78538,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-27',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Kona EV Comfort 64 kWh',
'transmission': 'automatic',
'trim': 'HYUNDAI EV Comfort 64 kWh',
'vin': None,
'year': 2020}
2026-03-27 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277000174auction111023%27 HTTP/1.1" 200 None
2026-03-27 18:47:18 [ecarstrade.nl] INFO: Saving data for 7000174auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450251.869695, 'last_price_update_time': 1774637238.576378}
2026-03-27 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000174auction111023') HTTP/1.1" 204 0
2026-03-27 18:47:18 [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-27 18: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-27 18:47:18 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 7005161auction111084
2026-03-27 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005161auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:18 [ecarstrade.nl] INFO: Scrape type for 7005161auction111084: 2
2026-03-27 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 7005191auction111084
2026-03-27 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005191auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005191auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005177auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005177auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005177auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005190auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005190auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005190auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005162auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005162auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005162auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005159auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005159auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005159auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005164auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005164auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005164auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005178auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005178auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005178auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005179auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005179auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005179auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005188auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005188auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005188auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005153auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005153auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005153auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005155auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005155auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005155auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005156auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005156auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005156auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005175auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005175auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005175auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005152auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005152auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005152auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005187auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005187auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005187auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005189auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005189auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005189auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005185auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005185auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005185auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005201auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005201auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005201auction111084: 2
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 7005199auction111084
2026-03-27 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005199auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:19 [ecarstrade.nl] INFO: Scrape type for 7005199auction111084: 2
2026-03-27 18:47:24 [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-27 18: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-27 18:47:24 [ecarstrade.nl] INFO: Extracting details for car 7005193auction111084
2026-03-27 18:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46a5f4cc-f051-59fc-a709-21c6d3a435c9 with identifier: 7005193auction111084
2026-03-27 18:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46a5f4cc-f051-59fc-a709-21c6d3a435c9 with scrape type 2
2026-03-27 18:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46a5f4cc-f051-59fc-a709-21c6d3a435c9 with scrape type 2
2026-03-27 18:47:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 46a5f4cc-f051-59fc-a709-21c6d3a435c9, identifier: 7005193auction111084
2026-03-27 18:47:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 46a5f4cc-f051-59fc-a709-21c6d3a435c9 with identifier: 7005193auction111084
2026-03-27 18:47:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 46a5f4cc-f051-59fc-a709-21c6d3a435c9 with identifier: 7005193auction111084
2026-03-27 18:47:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 46a5f4cc-f051-59fc-a709-21c6d3a435c9 with identifier: 7005193auction111084 to the API
2026-03-27 18:47:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:47:24 [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-27 18:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005193auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:24 [ecarstrade.nl] INFO: Saving data for 7005193auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536902.664573, 'last_price_update_time': 1774637244.527387}
2026-03-27 18:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005193auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:24 [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-27 18:47:24 [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-27 18: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-27 18: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-27 18:47:24 [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-27 18: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-27 18:47:24 [ecarstrade.nl] INFO: Extracting details for car 7005202auction111084
2026-03-27 18:47:24 [ecarstrade.nl] INFO: Extracting details for car 7005194auction111084
2026-03-27 18:47:24 [ecarstrade.nl] INFO: Extracting details for car 7005163auction111084
2026-03-27 18:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8 with identifier: 7005202auction111084
2026-03-27 18:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8 with scrape type 2
2026-03-27 18:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8 with scrape type 2
2026-03-27 18:47:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8, identifier: 7005202auction111084
2026-03-27 18:47:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42023b26-a8f8-54eb-bd0b-92cb6ff25753 with identifier: 7005194auction111084
2026-03-27 18:47:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42023b26-a8f8-54eb-bd0b-92cb6ff25753 with scrape type 2
2026-03-27 18:47:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42023b26-a8f8-54eb-bd0b-92cb6ff25753 with scrape type 2
2026-03-27 18:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 42023b26-a8f8-54eb-bd0b-92cb6ff25753, identifier: 7005194auction111084
2026-03-27 18:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a907ba3c-ceb4-57f9-8617-29190326c3f7 with identifier: 7005163auction111084
2026-03-27 18:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a907ba3c-ceb4-57f9-8617-29190326c3f7 with scrape type 2
2026-03-27 18:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a907ba3c-ceb4-57f9-8617-29190326c3f7 with scrape type 2
2026-03-27 18:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a907ba3c-ceb4-57f9-8617-29190326c3f7, identifier: 7005163auction111084
2026-03-27 18:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8 with identifier: 7005202auction111084
2026-03-27 18:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8 with identifier: 7005202auction111084
2026-03-27 18:47:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cbc75e4a-b907-5f3d-8913-b4b6ef7e1df8 with identifier: 7005202auction111084 to the API
2026-03-27 18:47:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:25 [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-27 18:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005202auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:25 [ecarstrade.nl] INFO: Saving data for 7005202auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536901.016593, 'last_price_update_time': 1774637245.364485}
2026-03-27 18:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005202auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 42023b26-a8f8-54eb-bd0b-92cb6ff25753 with identifier: 7005194auction111084
2026-03-27 18:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 42023b26-a8f8-54eb-bd0b-92cb6ff25753 with identifier: 7005194auction111084
2026-03-27 18:47:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 42023b26-a8f8-54eb-bd0b-92cb6ff25753 with identifier: 7005194auction111084 to the API
2026-03-27 18:47:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:25 [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-27 18:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005194auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:25 [ecarstrade.nl] INFO: Saving data for 7005194auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536917.480709, 'last_price_update_time': 1774637245.630174}
2026-03-27 18:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005194auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a907ba3c-ceb4-57f9-8617-29190326c3f7 with identifier: 7005163auction111084
2026-03-27 18:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a907ba3c-ceb4-57f9-8617-29190326c3f7 with identifier: 7005163auction111084
2026-03-27 18:47:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a907ba3c-ceb4-57f9-8617-29190326c3f7 with identifier: 7005163auction111084 to the API
2026-03-27 18:47:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:26 [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-27 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005163auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:26 [ecarstrade.nl] INFO: Saving data for 7005163auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536900.582836, 'last_price_update_time': 1774637246.054883}
2026-03-27 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005163auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:26 [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-27 18:47:26 [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-27 18: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-27 18: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-27 18:47:26 [ecarstrade.nl] INFO: Extracting details for car 7005196auction111084
2026-03-27 18:47:26 [ecarstrade.nl] INFO: Extracting details for car 7005167auction111084
2026-03-27 18:47:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e345615-2b35-552f-8480-97559d711ecf with identifier: 7005196auction111084
2026-03-27 18:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e345615-2b35-552f-8480-97559d711ecf with scrape type 2
2026-03-27 18:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e345615-2b35-552f-8480-97559d711ecf with scrape type 2
2026-03-27 18:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4e345615-2b35-552f-8480-97559d711ecf, identifier: 7005196auction111084
2026-03-27 18:47:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2250b3e9-b358-5cb6-8d6b-08f2c050d9be with identifier: 7005167auction111084
2026-03-27 18:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2250b3e9-b358-5cb6-8d6b-08f2c050d9be with scrape type 2
2026-03-27 18:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2250b3e9-b358-5cb6-8d6b-08f2c050d9be with scrape type 2
2026-03-27 18:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2250b3e9-b358-5cb6-8d6b-08f2c050d9be, identifier: 7005167auction111084
2026-03-27 18:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4e345615-2b35-552f-8480-97559d711ecf with identifier: 7005196auction111084
2026-03-27 18:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4e345615-2b35-552f-8480-97559d711ecf with identifier: 7005196auction111084
2026-03-27 18:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4e345615-2b35-552f-8480-97559d711ecf with identifier: 7005196auction111084 to the API
2026-03-27 18:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:26 [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-27 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005196auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:26 [ecarstrade.nl] INFO: Saving data for 7005196auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536997.481784, 'last_price_update_time': 1774637246.629717}
2026-03-27 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005196auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2250b3e9-b358-5cb6-8d6b-08f2c050d9be with identifier: 7005167auction111084
2026-03-27 18:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2250b3e9-b358-5cb6-8d6b-08f2c050d9be with identifier: 7005167auction111084
2026-03-27 18:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2250b3e9-b358-5cb6-8d6b-08f2c050d9be with identifier: 7005167auction111084 to the API
2026-03-27 18:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:26 [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-27 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005167auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:26 [ecarstrade.nl] INFO: Saving data for 7005167auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536937.595127, 'last_price_update_time': 1774637246.875428}
2026-03-27 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005167auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:31 [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-27 18:47:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:31 [ecarstrade.nl] INFO: Extracting details for car 7005184auction111084
2026-03-27 18:47:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af81a868-2f9e-586f-acd1-7fc0c772c82c with identifier: 7005184auction111084
2026-03-27 18:47:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af81a868-2f9e-586f-acd1-7fc0c772c82c with scrape type 2
2026-03-27 18:47:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af81a868-2f9e-586f-acd1-7fc0c772c82c with scrape type 2
2026-03-27 18:47:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: af81a868-2f9e-586f-acd1-7fc0c772c82c, identifier: 7005184auction111084
2026-03-27 18:47:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: af81a868-2f9e-586f-acd1-7fc0c772c82c with identifier: 7005184auction111084
2026-03-27 18:47:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: af81a868-2f9e-586f-acd1-7fc0c772c82c with identifier: 7005184auction111084
2026-03-27 18:47:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: af81a868-2f9e-586f-acd1-7fc0c772c82c with identifier: 7005184auction111084 to the API
2026-03-27 18:47:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:47:31 [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-27 18:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:31 [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-27 18:47:31 [ecarstrade.nl] INFO: Saving data for 7005184auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536997.032865, 'last_price_update_time': 1774637251.703671}
2026-03-27 18:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005184auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:32 [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-27 18: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-27 18:47:32 [ecarstrade.nl] INFO: Extracting details for car 7005157auction111084
2026-03-27 18:47:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f3f369e-cf46-512c-be0f-8874692b0b18 with identifier: 7005157auction111084
2026-03-27 18:47:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f3f369e-cf46-512c-be0f-8874692b0b18 with scrape type 2
2026-03-27 18:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f3f369e-cf46-512c-be0f-8874692b0b18 with scrape type 2
2026-03-27 18:47:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2f3f369e-cf46-512c-be0f-8874692b0b18, identifier: 7005157auction111084
2026-03-27 18:47:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2f3f369e-cf46-512c-be0f-8874692b0b18 with identifier: 7005157auction111084
2026-03-27 18:47:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2f3f369e-cf46-512c-be0f-8874692b0b18 with identifier: 7005157auction111084
2026-03-27 18:47:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2f3f369e-cf46-512c-be0f-8874692b0b18 with identifier: 7005157auction111084 to the API
2026-03-27 18:47:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:47:32 [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-27 18:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005157auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:32 [ecarstrade.nl] INFO: Saving data for 7005157auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536938.855238, 'last_price_update_time': 1774637252.532676}
2026-03-27 18:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005157auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:32 [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-27 18: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-27 18:47:32 [ecarstrade.nl] INFO: Extracting details for car 7005158auction111084
2026-03-27 18:47:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1551a136-e9e2-59b8-b158-3e36fb954485 with identifier: 7005158auction111084
2026-03-27 18:47:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1551a136-e9e2-59b8-b158-3e36fb954485 with scrape type 2
2026-03-27 18:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1551a136-e9e2-59b8-b158-3e36fb954485 with scrape type 2
2026-03-27 18:47:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1551a136-e9e2-59b8-b158-3e36fb954485, identifier: 7005158auction111084
2026-03-27 18:47:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1551a136-e9e2-59b8-b158-3e36fb954485 with identifier: 7005158auction111084
2026-03-27 18:47:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1551a136-e9e2-59b8-b158-3e36fb954485 with identifier: 7005158auction111084
2026-03-27 18:47:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1551a136-e9e2-59b8-b158-3e36fb954485 with identifier: 7005158auction111084 to the API
2026-03-27 18:47:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:47:32 [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-27 18:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005158auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:32 [ecarstrade.nl] INFO: Saving data for 7005158auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536937.096131, 'last_price_update_time': 1774637252.9897}
2026-03-27 18:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005158auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:33 [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-27 18:47:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:33 [ecarstrade.nl] INFO: Extracting details for car 7005154auction111084
2026-03-27 18:47:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03e7803e-013a-5b7c-9175-3a8a41e1a67f with identifier: 7005154auction111084
2026-03-27 18:47:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03e7803e-013a-5b7c-9175-3a8a41e1a67f with scrape type 2
2026-03-27 18:47:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03e7803e-013a-5b7c-9175-3a8a41e1a67f with scrape type 2
2026-03-27 18:47:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 03e7803e-013a-5b7c-9175-3a8a41e1a67f, identifier: 7005154auction111084
2026-03-27 18:47:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 03e7803e-013a-5b7c-9175-3a8a41e1a67f with identifier: 7005154auction111084
2026-03-27 18:47:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 03e7803e-013a-5b7c-9175-3a8a41e1a67f with identifier: 7005154auction111084
2026-03-27 18:47:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 03e7803e-013a-5b7c-9175-3a8a41e1a67f with identifier: 7005154auction111084 to the API
2026-03-27 18:47:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:33 [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-27 18:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005154auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:33 [ecarstrade.nl] INFO: Saving data for 7005154auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536917.043513, 'last_price_update_time': 1774637253.452652}
2026-03-27 18:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005154auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:34 [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-27 18:47:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:34 [ecarstrade.nl] INFO: Extracting details for car 7005176auction111084
2026-03-27 18:47:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61d12991-3a18-59a1-8cab-d7336184bcf9 with identifier: 7005176auction111084
2026-03-27 18:47:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61d12991-3a18-59a1-8cab-d7336184bcf9 with scrape type 2
2026-03-27 18:47:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61d12991-3a18-59a1-8cab-d7336184bcf9 with scrape type 2
2026-03-27 18:47:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 61d12991-3a18-59a1-8cab-d7336184bcf9, identifier: 7005176auction111084
2026-03-27 18:47:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 61d12991-3a18-59a1-8cab-d7336184bcf9 with identifier: 7005176auction111084
2026-03-27 18:47:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 61d12991-3a18-59a1-8cab-d7336184bcf9 with identifier: 7005176auction111084
2026-03-27 18:47:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 61d12991-3a18-59a1-8cab-d7336184bcf9 with identifier: 7005176auction111084 to the API
2026-03-27 18:47:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:47:34 [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-27 18:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005176auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:34 [ecarstrade.nl] INFO: Saving data for 7005176auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536939.176289, 'last_price_update_time': 1774637254.815265}
2026-03-27 18:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005176auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:37 [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-27 18:47:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:37 [ecarstrade.nl] INFO: Extracting details for car 7005168auction111084
2026-03-27 18:47:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2e99269-bbdb-51ce-a2c3-2721d5f44a22 with identifier: 7005168auction111084
2026-03-27 18:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2e99269-bbdb-51ce-a2c3-2721d5f44a22 with scrape type 2
2026-03-27 18:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2e99269-bbdb-51ce-a2c3-2721d5f44a22 with scrape type 2
2026-03-27 18:47:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e2e99269-bbdb-51ce-a2c3-2721d5f44a22, identifier: 7005168auction111084
2026-03-27 18:47:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e2e99269-bbdb-51ce-a2c3-2721d5f44a22 with identifier: 7005168auction111084
2026-03-27 18:47:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e2e99269-bbdb-51ce-a2c3-2721d5f44a22 with identifier: 7005168auction111084
2026-03-27 18:47:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e2e99269-bbdb-51ce-a2c3-2721d5f44a22 with identifier: 7005168auction111084 to the API
2026-03-27 18:47:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:38 [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-27 18:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:38 [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-27 18:47:38 [ecarstrade.nl] INFO: Saving data for 7005168auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536996.4843, 'last_price_update_time': 1774637258.099279}
2026-03-27 18:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005168auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:38 [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-27 18:47:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:38 [ecarstrade.nl] INFO: Extracting details for car 7005170auction111084
2026-03-27 18:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c510dae0-b8df-5cd0-936d-52f914a12aa2 with identifier: 7005170auction111084
2026-03-27 18:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c510dae0-b8df-5cd0-936d-52f914a12aa2 with scrape type 2
2026-03-27 18:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c510dae0-b8df-5cd0-936d-52f914a12aa2 with scrape type 2
2026-03-27 18:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c510dae0-b8df-5cd0-936d-52f914a12aa2, identifier: 7005170auction111084
2026-03-27 18:47:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c510dae0-b8df-5cd0-936d-52f914a12aa2 with identifier: 7005170auction111084
2026-03-27 18:47:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c510dae0-b8df-5cd0-936d-52f914a12aa2 with identifier: 7005170auction111084
2026-03-27 18:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c510dae0-b8df-5cd0-936d-52f914a12aa2 with identifier: 7005170auction111084 to the API
2026-03-27 18:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:39 [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-27 18:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005170auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:39 [ecarstrade.nl] INFO: Saving data for 7005170auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536996.054225, 'last_price_update_time': 1774637259.268506}
2026-03-27 18:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005170auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:39 [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-27 18:47:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:39 [ecarstrade.nl] INFO: Extracting details for car 7005199auction111084
2026-03-27 18:47:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7865cf8-70ca-590d-855c-74bc9b48879f with identifier: 7005199auction111084
2026-03-27 18:47:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7865cf8-70ca-590d-855c-74bc9b48879f with scrape type 2
2026-03-27 18:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7865cf8-70ca-590d-855c-74bc9b48879f with scrape type 2
2026-03-27 18:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b7865cf8-70ca-590d-855c-74bc9b48879f, identifier: 7005199auction111084
2026-03-27 18:47:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b7865cf8-70ca-590d-855c-74bc9b48879f with identifier: 7005199auction111084
2026-03-27 18:47:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b7865cf8-70ca-590d-855c-74bc9b48879f with identifier: 7005199auction111084
2026-03-27 18:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b7865cf8-70ca-590d-855c-74bc9b48879f with identifier: 7005199auction111084 to the API
2026-03-27 18:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:39 [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-27 18:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%27b7865cf8-70ca-590d-855c-74bc9b48879f%27 HTTP/1.1" 200 None
2026-03-27 18:47:39 [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': 'Fri, 27 Mar 2026 18:47:39 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-27 18:47:39 [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-27 18:47:39 [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-27 18:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005199auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:39 [ecarstrade.nl] INFO: Saving data for 7005199auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536966.277365, 'last_price_update_time': 1774637259.707205}
2026-03-27 18:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005199auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:39 [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-27 18:47:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:39 [ecarstrade.nl] INFO: Extracting details for car 7005201auction111084
2026-03-27 18:47:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d432e40-8c7d-52a0-87c2-fc68f22ba49e with identifier: 7005201auction111084
2026-03-27 18:47:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d432e40-8c7d-52a0-87c2-fc68f22ba49e with scrape type 2
2026-03-27 18:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d432e40-8c7d-52a0-87c2-fc68f22ba49e with scrape type 2
2026-03-27 18:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5d432e40-8c7d-52a0-87c2-fc68f22ba49e, identifier: 7005201auction111084
2026-03-27 18:47:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5d432e40-8c7d-52a0-87c2-fc68f22ba49e with identifier: 7005201auction111084
2026-03-27 18:47:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5d432e40-8c7d-52a0-87c2-fc68f22ba49e with identifier: 7005201auction111084
2026-03-27 18:47:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5d432e40-8c7d-52a0-87c2-fc68f22ba49e with identifier: 7005201auction111084 to the API
2026-03-27 18:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:40 [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-27 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:40 [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-27 18:47:40 [ecarstrade.nl] INFO: Saving data for 7005201auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536965.929631, 'last_price_update_time': 1774637260.175428}
2026-03-27 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005201auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:40 [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-27 18:47:40 [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-27 18:47:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:40 [ecarstrade.nl] INFO: Extracting details for car 7005209auction111084
2026-03-27 18:47:40 [ecarstrade.nl] INFO: Extracting details for car 7000178auction111023
2026-03-27 18:47:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bac3eccb-c897-59d6-8210-cdf4eafd26bb with identifier: 7005209auction111084
2026-03-27 18:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bac3eccb-c897-59d6-8210-cdf4eafd26bb with scrape type 2
2026-03-27 18:47:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bac3eccb-c897-59d6-8210-cdf4eafd26bb with scrape type 2
2026-03-27 18:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: bac3eccb-c897-59d6-8210-cdf4eafd26bb, identifier: 7005209auction111084
2026-03-27 18:47:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 622e8603-df0f-5c19-acab-a51d889faaea with identifier: 7000178auction111023
2026-03-27 18:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 622e8603-df0f-5c19-acab-a51d889faaea with scrape type 2
2026-03-27 18:47:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 622e8603-df0f-5c19-acab-a51d889faaea with scrape type 2
2026-03-27 18:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 622e8603-df0f-5c19-acab-a51d889faaea, identifier: 7000178auction111023
2026-03-27 18:47:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: bac3eccb-c897-59d6-8210-cdf4eafd26bb with identifier: 7005209auction111084
2026-03-27 18:47:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: bac3eccb-c897-59d6-8210-cdf4eafd26bb with identifier: 7005209auction111084
2026-03-27 18:47:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: bac3eccb-c897-59d6-8210-cdf4eafd26bb with identifier: 7005209auction111084 to the API
2026-03-27 18:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:40 [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-27 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:40 [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-27 18:47:40 [ecarstrade.nl] INFO: Saving data for 7005209auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536938.245068, 'last_price_update_time': 1774637260.703893}
2026-03-27 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005209auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 622e8603-df0f-5c19-acab-a51d889faaea with identifier: 7000178auction111023
2026-03-27 18:47:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 622e8603-df0f-5c19-acab-a51d889faaea with identifier: 7000178auction111023
2026-03-27 18:47:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 622e8603-df0f-5c19-acab-a51d889faaea with identifier: 7000178auction111023 to the API
2026-03-27 18:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:40 [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-27 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:40 [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-27 18:47:40 [ecarstrade.nl] INFO: Saving data for 7000178auction111023: {'auction_closing_time': 1774858200.0, 'created_time': 1774450252.901498, 'last_price_update_time': 1774637260.963982}
2026-03-27 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7000178auction111023') HTTP/1.1" 204 0
2026-03-27 18:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005185> (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-27 18: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-27 18:47:41 [ecarstrade.nl] INFO: Extracting details for car 7005185auction111084
2026-03-27 18:47:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 491ee8cf-dcd3-500e-9fcf-96fc3e6c2abc with identifier: 7005185auction111084
2026-03-27 18:47:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 491ee8cf-dcd3-500e-9fcf-96fc3e6c2abc with scrape type 2
2026-03-27 18:47:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 491ee8cf-dcd3-500e-9fcf-96fc3e6c2abc with scrape type 2
2026-03-27 18:47:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 491ee8cf-dcd3-500e-9fcf-96fc3e6c2abc, identifier: 7005185auction111084
2026-03-27 18:47:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 491ee8cf-dcd3-500e-9fcf-96fc3e6c2abc with identifier: 7005185auction111084
2026-03-27 18:47:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 491ee8cf-dcd3-500e-9fcf-96fc3e6c2abc with identifier: 7005185auction111084
2026-03-27 18:47:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 491ee8cf-dcd3-500e-9fcf-96fc3e6c2abc with identifier: 7005185auction111084 to the API
2026-03-27 18:47:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:47:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005185>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Petrol',
'id': '491ee8cf-dcd3-500e-9fcf-96fc3e6c2abc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005185',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mini',
'model': 'Cooper',
'odometer': 41474,
'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': 4,
'seller_name': None,
'title': 'Mini Mini 1.5 Cooper Chili',
'transmission': 'manual',
'trim': '1.5 Chili',
'vin': None,
'year': 2021}
2026-03-27 18:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005185auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:41 [ecarstrade.nl] INFO: Saving data for 7005185auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536995.561933, 'last_price_update_time': 1774637261.93532}
2026-03-27 18:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005185auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005189> (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-27 18:47:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:44 [ecarstrade.nl] INFO: Extracting details for car 7005189auction111084
2026-03-27 18:47:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79bc57cb-fbcb-5e91-8486-a5efbf3bd6e6 with identifier: 7005189auction111084
2026-03-27 18:47:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79bc57cb-fbcb-5e91-8486-a5efbf3bd6e6 with scrape type 2
2026-03-27 18:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79bc57cb-fbcb-5e91-8486-a5efbf3bd6e6 with scrape type 2
2026-03-27 18:47:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 79bc57cb-fbcb-5e91-8486-a5efbf3bd6e6, identifier: 7005189auction111084
2026-03-27 18:47:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 79bc57cb-fbcb-5e91-8486-a5efbf3bd6e6 with identifier: 7005189auction111084
2026-03-27 18:47:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 79bc57cb-fbcb-5e91-8486-a5efbf3bd6e6 with identifier: 7005189auction111084
2026-03-27 18:47:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 79bc57cb-fbcb-5e91-8486-a5efbf3bd6e6 with identifier: 7005189auction111084 to the API
2026-03-27 18:47:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005189>
{'auction_title': '',
'c_o_2_emission_value': 122,
'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': '79bc57cb-fbcb-5e91-8486-a5efbf3bd6e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005189',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mini',
'model': 'ONE',
'odometer': 39932,
'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': 'Mini Mini 1.5 One Classic',
'transmission': 'manual',
'trim': '1.5 One Classic',
'vin': None,
'year': 2022}
2026-03-27 18:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:45 [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-27 18:47:45 [ecarstrade.nl] INFO: Saving data for 7005189auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536916.232711, 'last_price_update_time': 1774637265.19056}
2026-03-27 18:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005189auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005152> (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-27 18: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-27 18:47:45 [ecarstrade.nl] INFO: Extracting details for car 7005152auction111084
2026-03-27 18:47:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e48c24f-186e-5615-8844-6a81187cf813 with identifier: 7005152auction111084
2026-03-27 18:47:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e48c24f-186e-5615-8844-6a81187cf813 with scrape type 2
2026-03-27 18:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e48c24f-186e-5615-8844-6a81187cf813 with scrape type 2
2026-03-27 18:47:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4e48c24f-186e-5615-8844-6a81187cf813, identifier: 7005152auction111084
2026-03-27 18:47:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4e48c24f-186e-5615-8844-6a81187cf813 with identifier: 7005152auction111084
2026-03-27 18:47:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4e48c24f-186e-5615-8844-6a81187cf813 with identifier: 7005152auction111084
2026-03-27 18:47:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4e48c24f-186e-5615-8844-6a81187cf813 with identifier: 7005152auction111084 to the API
2026-03-27 18:47:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:47:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005152>
{'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': '4e48c24f-186e-5615-8844-6a81187cf813',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005152',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 94403,
'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-27 18:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005152auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:46 [ecarstrade.nl] INFO: Saving data for 7005152auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536913.460524, 'last_price_update_time': 1774637266.248585}
2026-03-27 18:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005152auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005187> (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-27 18:47:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005175> (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-27 18:47:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:47 [ecarstrade.nl] INFO: Extracting details for car 7005187auction111084
2026-03-27 18:47:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96fee79a-a25b-554a-bbef-853775190e07 with identifier: 7005187auction111084
2026-03-27 18:47:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96fee79a-a25b-554a-bbef-853775190e07 with scrape type 2
2026-03-27 18:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96fee79a-a25b-554a-bbef-853775190e07 with scrape type 2
2026-03-27 18:47:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 96fee79a-a25b-554a-bbef-853775190e07, identifier: 7005187auction111084
2026-03-27 18:47:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 96fee79a-a25b-554a-bbef-853775190e07 with identifier: 7005187auction111084
2026-03-27 18:47:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 96fee79a-a25b-554a-bbef-853775190e07 with identifier: 7005187auction111084
2026-03-27 18:47:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 96fee79a-a25b-554a-bbef-853775190e07 with identifier: 7005187auction111084 to the API
2026-03-27 18:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005187>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Electric',
'id': '96fee79a-a25b-554a-bbef-853775190e07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005187',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mini',
'model': '',
'odometer': 101274,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-04',
'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-27 18:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005187auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:47 [ecarstrade.nl] INFO: Saving data for 7005187auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536914.989221, 'last_price_update_time': 1774637267.660991}
2026-03-27 18:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005187auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:47 [ecarstrade.nl] INFO: Extracting details for car 7005175auction111084
2026-03-27 18:47:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abb31a36-6f3d-59ef-bdb0-9e1b895298d5 with identifier: 7005175auction111084
2026-03-27 18:47:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abb31a36-6f3d-59ef-bdb0-9e1b895298d5 with scrape type 2
2026-03-27 18:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abb31a36-6f3d-59ef-bdb0-9e1b895298d5 with scrape type 2
2026-03-27 18:47:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: abb31a36-6f3d-59ef-bdb0-9e1b895298d5, identifier: 7005175auction111084
2026-03-27 18:47:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: abb31a36-6f3d-59ef-bdb0-9e1b895298d5 with identifier: 7005175auction111084
2026-03-27 18:47:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: abb31a36-6f3d-59ef-bdb0-9e1b895298d5 with identifier: 7005175auction111084
2026-03-27 18:47:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: abb31a36-6f3d-59ef-bdb0-9e1b895298d5 with identifier: 7005175auction111084 to the API
2026-03-27 18:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005175>
{'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': 'abb31a36-6f3d-59ef-bdb0-9e1b895298d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005175',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 60205,
'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-27 18:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:48 [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-27 18:47:48 [ecarstrade.nl] INFO: Saving data for 7005175auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536913.961595, 'last_price_update_time': 1774637268.005674}
2026-03-27 18:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005175auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005156> (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-27 18:47:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:48 [ecarstrade.nl] INFO: Extracting details for car 7005156auction111084
2026-03-27 18:47:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d84adfc2-f8a0-5a83-ac27-8dc400a4e58a with identifier: 7005156auction111084
2026-03-27 18:47:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d84adfc2-f8a0-5a83-ac27-8dc400a4e58a with scrape type 2
2026-03-27 18:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d84adfc2-f8a0-5a83-ac27-8dc400a4e58a with scrape type 2
2026-03-27 18:47:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d84adfc2-f8a0-5a83-ac27-8dc400a4e58a, identifier: 7005156auction111084
2026-03-27 18:47:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d84adfc2-f8a0-5a83-ac27-8dc400a4e58a with identifier: 7005156auction111084
2026-03-27 18:47:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d84adfc2-f8a0-5a83-ac27-8dc400a4e58a with identifier: 7005156auction111084
2026-03-27 18:47:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d84adfc2-f8a0-5a83-ac27-8dc400a4e58a with identifier: 7005156auction111084 to the API
2026-03-27 18:47:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005156>
{'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': 'd84adfc2-f8a0-5a83-ac27-8dc400a4e58a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005156',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 91750,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-20',
'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-27 18:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:48 [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-27 18:47:48 [ecarstrade.nl] INFO: Saving data for 7005156auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536914.377602, 'last_price_update_time': 1774637268.452591}
2026-03-27 18:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005156auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:49 [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-27 18:47:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:49 [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-27 18:47:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:49 [ecarstrade.nl] INFO: Extracting details for car 7005155auction111084
2026-03-27 18:47:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ed3ec05-6ce5-53b9-b544-6e4e945638aa with identifier: 7005155auction111084
2026-03-27 18:47:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ed3ec05-6ce5-53b9-b544-6e4e945638aa with scrape type 2
2026-03-27 18:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ed3ec05-6ce5-53b9-b544-6e4e945638aa with scrape type 2
2026-03-27 18:47:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5ed3ec05-6ce5-53b9-b544-6e4e945638aa, identifier: 7005155auction111084
2026-03-27 18:47:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5ed3ec05-6ce5-53b9-b544-6e4e945638aa with identifier: 7005155auction111084
2026-03-27 18:47:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5ed3ec05-6ce5-53b9-b544-6e4e945638aa with identifier: 7005155auction111084
2026-03-27 18:47:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5ed3ec05-6ce5-53b9-b544-6e4e945638aa with identifier: 7005155auction111084 to the API
2026-03-27 18:47:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:49 [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-27 18:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005155auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:49 [ecarstrade.nl] INFO: Saving data for 7005155auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536915.688486, 'last_price_update_time': 1774637269.529361}
2026-03-27 18:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005155auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:49 [ecarstrade.nl] INFO: Extracting details for car 7005153auction111084
2026-03-27 18:47:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c5980df-981e-5937-8923-a25cfe6eba75 with identifier: 7005153auction111084
2026-03-27 18:47:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c5980df-981e-5937-8923-a25cfe6eba75 with scrape type 2
2026-03-27 18:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c5980df-981e-5937-8923-a25cfe6eba75 with scrape type 2
2026-03-27 18:47:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0c5980df-981e-5937-8923-a25cfe6eba75, identifier: 7005153auction111084
2026-03-27 18:47:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0c5980df-981e-5937-8923-a25cfe6eba75 with identifier: 7005153auction111084
2026-03-27 18:47:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0c5980df-981e-5937-8923-a25cfe6eba75 with identifier: 7005153auction111084
2026-03-27 18:47:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0c5980df-981e-5937-8923-a25cfe6eba75 with identifier: 7005153auction111084 to the API
2026-03-27 18:47:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:49 [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-27 18:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005153auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:49 [ecarstrade.nl] INFO: Saving data for 7005153auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536939.515034, 'last_price_update_time': 1774637269.892294}
2026-03-27 18:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47: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-27 18:47:52 [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-27 18:47:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:52 [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-27 18:47:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:52 [ecarstrade.nl] INFO: Extracting details for car 7005165auction111084
2026-03-27 18:47:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e34493c-9348-54d9-ba9c-4bdc35210029 with identifier: 7005165auction111084
2026-03-27 18:47:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e34493c-9348-54d9-ba9c-4bdc35210029 with scrape type 2
2026-03-27 18:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e34493c-9348-54d9-ba9c-4bdc35210029 with scrape type 2
2026-03-27 18:47:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9e34493c-9348-54d9-ba9c-4bdc35210029, identifier: 7005165auction111084
2026-03-27 18:47:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9e34493c-9348-54d9-ba9c-4bdc35210029 with identifier: 7005165auction111084
2026-03-27 18:47:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:47:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9e34493c-9348-54d9-ba9c-4bdc35210029 with identifier: 7005165auction111084
2026-03-27 18:47:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9e34493c-9348-54d9-ba9c-4bdc35210029 with identifier: 7005165auction111084 to the API
2026-03-27 18:47:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:52 [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-27 18:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:52 [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-27 18:47:52 [ecarstrade.nl] INFO: Saving data for 7005165auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536904.024664, 'last_price_update_time': 1774637272.858813}
2026-03-27 18:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005165auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:52 [ecarstrade.nl] INFO: Extracting details for car 7005188auction111084
2026-03-27 18:47:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74abe474-1dcd-594b-9f50-b2e4b0b887c1 with identifier: 7005188auction111084
2026-03-27 18:47:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74abe474-1dcd-594b-9f50-b2e4b0b887c1 with scrape type 2
2026-03-27 18:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74abe474-1dcd-594b-9f50-b2e4b0b887c1 with scrape type 2
2026-03-27 18:47:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 74abe474-1dcd-594b-9f50-b2e4b0b887c1, identifier: 7005188auction111084
2026-03-27 18:47:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 74abe474-1dcd-594b-9f50-b2e4b0b887c1 with identifier: 7005188auction111084
2026-03-27 18:47:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 74abe474-1dcd-594b-9f50-b2e4b0b887c1 with identifier: 7005188auction111084
2026-03-27 18:47:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 74abe474-1dcd-594b-9f50-b2e4b0b887c1 with identifier: 7005188auction111084 to the API
2026-03-27 18:47:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:53 [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-27 18:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:53 [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-27 18:47:53 [ecarstrade.nl] INFO: Saving data for 7005188auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536941.540864, 'last_price_update_time': 1774637273.191836}
2026-03-27 18:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005188auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:54 [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-27 18:47:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:54 [ecarstrade.nl] INFO: Extracting details for car 7005164auction111084
2026-03-27 18:47:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36a6ec97-42d6-5cd7-b39c-75c50e9675be with identifier: 7005164auction111084
2026-03-27 18:47:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36a6ec97-42d6-5cd7-b39c-75c50e9675be with scrape type 2
2026-03-27 18:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36a6ec97-42d6-5cd7-b39c-75c50e9675be with scrape type 2
2026-03-27 18:47:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 36a6ec97-42d6-5cd7-b39c-75c50e9675be, identifier: 7005164auction111084
2026-03-27 18:47:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 36a6ec97-42d6-5cd7-b39c-75c50e9675be with identifier: 7005164auction111084
2026-03-27 18:47:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 36a6ec97-42d6-5cd7-b39c-75c50e9675be with identifier: 7005164auction111084
2026-03-27 18:47:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 36a6ec97-42d6-5cd7-b39c-75c50e9675be with identifier: 7005164auction111084 to the API
2026-03-27 18:47:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:54 [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-27 18:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005164auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:54 [ecarstrade.nl] INFO: Saving data for 7005164auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536935.167821, 'last_price_update_time': 1774637274.62867}
2026-03-27 18:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005164auction111084') HTTP/1.1" 204 0
2026-03-27 18:47: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-27 18:47:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:47:55 [ecarstrade.nl] INFO: Extracting details for car 7005159auction111084
2026-03-27 18:47:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 825f02a0-1054-5a79-841c-74059228cb4b with identifier: 7005159auction111084
2026-03-27 18:47: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-27 18:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 825f02a0-1054-5a79-841c-74059228cb4b with scrape type 2
2026-03-27 18:47:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 825f02a0-1054-5a79-841c-74059228cb4b, identifier: 7005159auction111084
2026-03-27 18:47:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 825f02a0-1054-5a79-841c-74059228cb4b with identifier: 7005159auction111084
2026-03-27 18:47:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 825f02a0-1054-5a79-841c-74059228cb4b with identifier: 7005159auction111084
2026-03-27 18:47:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 825f02a0-1054-5a79-841c-74059228cb4b with identifier: 7005159auction111084 to the API
2026-03-27 18:47:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:55 [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-27 18:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005159auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:55 [ecarstrade.nl] INFO: Saving data for 7005159auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536933.128122, 'last_price_update_time': 1774637275.596741}
2026-03-27 18:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005159auction111084') HTTP/1.1" 204 0
2026-03-27 18:47: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-27 18:47:55 [ecarstrade.nl] INFO: Extracting details for car 7005162auction111084
2026-03-27 18:47:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98c4d994-9aa8-508d-b571-45787504a90f with identifier: 7005162auction111084
2026-03-27 18:47: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-27 18:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98c4d994-9aa8-508d-b571-45787504a90f with scrape type 2
2026-03-27 18:47:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 98c4d994-9aa8-508d-b571-45787504a90f, identifier: 7005162auction111084
2026-03-27 18:47:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 98c4d994-9aa8-508d-b571-45787504a90f with identifier: 7005162auction111084
2026-03-27 18:47:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 98c4d994-9aa8-508d-b571-45787504a90f with identifier: 7005162auction111084
2026-03-27 18:47:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 98c4d994-9aa8-508d-b571-45787504a90f with identifier: 7005162auction111084 to the API
2026-03-27 18:47:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:56 [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-27 18:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:56 [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-27 18:47:56 [ecarstrade.nl] INFO: Saving data for 7005162auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536932.223825, 'last_price_update_time': 1774637276.181601}
2026-03-27 18:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005162auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:56 [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-27 18:47:56 [ecarstrade.nl] INFO: Extracting details for car 7005190auction111084
2026-03-27 18:47:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47dfb0fa-132e-5422-aac2-bc94c0e863ab with identifier: 7005190auction111084
2026-03-27 18:47:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47dfb0fa-132e-5422-aac2-bc94c0e863ab with scrape type 2
2026-03-27 18:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47dfb0fa-132e-5422-aac2-bc94c0e863ab with scrape type 2
2026-03-27 18:47:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 47dfb0fa-132e-5422-aac2-bc94c0e863ab, identifier: 7005190auction111084
2026-03-27 18:47:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 47dfb0fa-132e-5422-aac2-bc94c0e863ab with identifier: 7005190auction111084
2026-03-27 18:47:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 47dfb0fa-132e-5422-aac2-bc94c0e863ab with identifier: 7005190auction111084
2026-03-27 18:47:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 47dfb0fa-132e-5422-aac2-bc94c0e863ab with identifier: 7005190auction111084 to the API
2026-03-27 18:47:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:47:57 [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-27 18:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005190auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:47:57 [ecarstrade.nl] INFO: Saving data for 7005190auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536934.393412, 'last_price_update_time': 1774637277.196821}
2026-03-27 18:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005190auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:58 [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-27 18:47:58 [ecarstrade.nl] INFO: Extracting details for car 7005178auction111084
2026-03-27 18:47:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c0414b7-e046-5971-bd54-b1788ba23729 with identifier: 7005178auction111084
2026-03-27 18:47:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c0414b7-e046-5971-bd54-b1788ba23729 with scrape type 2
2026-03-27 18:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c0414b7-e046-5971-bd54-b1788ba23729 with scrape type 2
2026-03-27 18:47:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6c0414b7-e046-5971-bd54-b1788ba23729, identifier: 7005178auction111084
2026-03-27 18:47:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6c0414b7-e046-5971-bd54-b1788ba23729 with identifier: 7005178auction111084
2026-03-27 18:47:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6c0414b7-e046-5971-bd54-b1788ba23729 with identifier: 7005178auction111084
2026-03-27 18:47:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6c0414b7-e046-5971-bd54-b1788ba23729 with identifier: 7005178auction111084 to the API
2026-03-27 18:47:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:58 [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-27 18:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:58 [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-27 18:47:58 [ecarstrade.nl] INFO: Saving data for 7005178auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536936.065031, 'last_price_update_time': 1774637278.780614}
2026-03-27 18:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005178auction111084') HTTP/1.1" 204 0
2026-03-27 18:47:59 [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-27 18:47:59 [ecarstrade.nl] INFO: Extracting details for car 7005177auction111084
2026-03-27 18:47:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77795f8e-fb29-5607-8d52-acc08d939d2a with identifier: 7005177auction111084
2026-03-27 18:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77795f8e-fb29-5607-8d52-acc08d939d2a with scrape type 2
2026-03-27 18:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77795f8e-fb29-5607-8d52-acc08d939d2a with scrape type 2
2026-03-27 18:47:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 77795f8e-fb29-5607-8d52-acc08d939d2a, identifier: 7005177auction111084
2026-03-27 18:47:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 77795f8e-fb29-5607-8d52-acc08d939d2a with identifier: 7005177auction111084
2026-03-27 18:47:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 77795f8e-fb29-5607-8d52-acc08d939d2a with identifier: 7005177auction111084
2026-03-27 18:47:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 77795f8e-fb29-5607-8d52-acc08d939d2a with identifier: 7005177auction111084 to the API
2026-03-27 18:47:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:47:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:47:59 [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-27 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:59 [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-27 18:47:59 [ecarstrade.nl] INFO: Saving data for 7005177auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536994.795824, 'last_price_update_time': 1774637279.595414}
2026-03-27 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005177auction111084') HTTP/1.1" 204 0
2026-03-27 18:48:00 [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-27 18:48:00 [ecarstrade.nl] INFO: Extracting details for car 7005191auction111084
2026-03-27 18:48:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a1027c5-3c2b-548b-9c05-11ee19c30210 with identifier: 7005191auction111084
2026-03-27 18:48:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a1027c5-3c2b-548b-9c05-11ee19c30210 with scrape type 2
2026-03-27 18:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a1027c5-3c2b-548b-9c05-11ee19c30210 with scrape type 2
2026-03-27 18:48:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3a1027c5-3c2b-548b-9c05-11ee19c30210, identifier: 7005191auction111084
2026-03-27 18:48:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3a1027c5-3c2b-548b-9c05-11ee19c30210 with identifier: 7005191auction111084
2026-03-27 18:48:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3a1027c5-3c2b-548b-9c05-11ee19c30210 with identifier: 7005191auction111084
2026-03-27 18:48:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3a1027c5-3c2b-548b-9c05-11ee19c30210 with identifier: 7005191auction111084 to the API
2026-03-27 18:48:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:00 [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-27 18:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005191auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:48:00 [ecarstrade.nl] INFO: Saving data for 7005191auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536964.24491, 'last_price_update_time': 1774637280.535569}
2026-03-27 18:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005191auction111084') HTTP/1.1" 204 0
2026-03-27 18:48:00 [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-27 18:48:00 [ecarstrade.nl] INFO: Extracting details for car 7005161auction111084
2026-03-27 18:48:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10ccee8f-3a39-50fc-8057-4ca6e10780ac with identifier: 7005161auction111084
2026-03-27 18:48:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10ccee8f-3a39-50fc-8057-4ca6e10780ac with scrape type 2
2026-03-27 18:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10ccee8f-3a39-50fc-8057-4ca6e10780ac with scrape type 2
2026-03-27 18:48:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 10ccee8f-3a39-50fc-8057-4ca6e10780ac, identifier: 7005161auction111084
2026-03-27 18:48:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 10ccee8f-3a39-50fc-8057-4ca6e10780ac with identifier: 7005161auction111084
2026-03-27 18:48:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 10ccee8f-3a39-50fc-8057-4ca6e10780ac with identifier: 7005161auction111084
2026-03-27 18:48:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 10ccee8f-3a39-50fc-8057-4ca6e10780ac with identifier: 7005161auction111084 to the API
2026-03-27 18:48:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:01 [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-27 18:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005161auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:48:01 [ecarstrade.nl] INFO: Saving data for 7005161auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536936.626233, 'last_price_update_time': 1774637281.026691}
2026-03-27 18:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005161auction111084') HTTP/1.1" 204 0
2026-03-27 18:48: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-27 18:48:03 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7005173auction111084
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7005173auction111084: 2
2026-03-27 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7005200auction111084
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7005200auction111084: 2
2026-03-27 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7005150auction111084
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7005150auction111084: 2
2026-03-27 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7005197auction111084
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7005197auction111084: 2
2026-03-27 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7005195auction111084
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7005195auction111084: 2
2026-03-27 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7005172auction111084
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7005172auction111084: 2
2026-03-27 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7005198auction111084
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7005198auction111084: 2
2026-03-27 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7005171auction111084
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7005171auction111084: 2
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7004123auction111077
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7004123auction111077: 2
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7004138auction111077
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7004138auction111077: 2
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7004128auction111077
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7004128auction111077: 2
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7004124auction111077
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7004124auction111077: 2
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7004136auction111077
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7004136auction111077: 2
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7004147auction111077
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7004147auction111077: 2
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7004126auction111077
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7004126auction111077: 2
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7004255auction111077
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7004255auction111077: 2
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7004285auction111077
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7004285auction111077: 2
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7004283auction111077
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7004283auction111077: 2
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7004190auction111077
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7004190auction111077: 2
2026-03-27 18:48:03 [ecarstrade.nl] INFO: Found listing with ID: 7004289auction111077
2026-03-27 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:03 [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-27 18:48:03 [ecarstrade.nl] INFO: Scrape type for 7004289auction111077: 2
2026-03-27 18:48:06 [scrapy.extensions.logstats] INFO: Crawled 127 pages (at 47 pages/min), scraped 118 items (at 43 items/min)
2026-03-27 18:48:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 263MiB
2026-03-27 18:48:09 [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-27 18: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-27 18:48:09 [ecarstrade.nl] INFO: Extracting details for car 7005200auction111084
2026-03-27 18:48:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc4c0989-c246-5f01-8831-9898b60cf36b with identifier: 7005200auction111084
2026-03-27 18:48:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc4c0989-c246-5f01-8831-9898b60cf36b with scrape type 2
2026-03-27 18:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc4c0989-c246-5f01-8831-9898b60cf36b with scrape type 2
2026-03-27 18:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: bc4c0989-c246-5f01-8831-9898b60cf36b, identifier: 7005200auction111084
2026-03-27 18:48:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: bc4c0989-c246-5f01-8831-9898b60cf36b with identifier: 7005200auction111084
2026-03-27 18:48:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: bc4c0989-c246-5f01-8831-9898b60cf36b with identifier: 7005200auction111084
2026-03-27 18:48:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: bc4c0989-c246-5f01-8831-9898b60cf36b with identifier: 7005200auction111084 to the API
2026-03-27 18:48:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:09 [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-27 18:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005200auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:48:09 [ecarstrade.nl] INFO: Saving data for 7005200auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536965.613358, 'last_price_update_time': 1774637289.472264}
2026-03-27 18:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005200auction111084') HTTP/1.1" 204 0
2026-03-27 18:48:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005172> (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-27 18: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-27 18:48:09 [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-27 18: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-27 18:48:09 [ecarstrade.nl] INFO: Extracting details for car 7005172auction111084
2026-03-27 18:48:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 407787f8-ab2f-56ce-9004-2afd4fdc38d4 with identifier: 7005172auction111084
2026-03-27 18:48:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 407787f8-ab2f-56ce-9004-2afd4fdc38d4 with scrape type 2
2026-03-27 18:48:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 407787f8-ab2f-56ce-9004-2afd4fdc38d4 with scrape type 2
2026-03-27 18:48:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 407787f8-ab2f-56ce-9004-2afd4fdc38d4, identifier: 7005172auction111084
2026-03-27 18:48:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 407787f8-ab2f-56ce-9004-2afd4fdc38d4 with identifier: 7005172auction111084
2026-03-27 18:48:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 407787f8-ab2f-56ce-9004-2afd4fdc38d4 with identifier: 7005172auction111084
2026-03-27 18:48:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 407787f8-ab2f-56ce-9004-2afd4fdc38d4 with identifier: 7005172auction111084 to the API
2026-03-27 18:48:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005172>
{'auction_title': '',
'c_o_2_emission_value': 83,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T08:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '407787f8-ab2f-56ce-9004-2afd4fdc38d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005172',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Clio',
'odometer': 111513,
'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': 'RENAULT CLIO 1.6 ET H 140 Bns Zen',
'transmission': 'automatic',
'trim': 'RENAULT CLIO 1.6 ET H 140 Bns Zen',
'vin': None,
'year': 2021}
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005172auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Saving data for 7005172auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536975.513118, 'last_price_update_time': 1774637290.02588}
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005172auction111084') HTTP/1.1" 204 0
2026-03-27 18:48:10 [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-27 18: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-27 18:48:10 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004155auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004155auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004155auction111077: 2
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004260auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004260auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004260auction111077: 2
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004253auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004253auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004253auction111077: 2
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004135auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004135auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004135auction111077: 2
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Extracting details for car 7005195auction111084
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004139auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004139auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004139auction111077: 2
2026-03-27 18:48:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baf69779-334c-51f1-8e39-f41a7c9bcffc with identifier: 7005195auction111084
2026-03-27 18:48:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baf69779-334c-51f1-8e39-f41a7c9bcffc with scrape type 2
2026-03-27 18:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baf69779-334c-51f1-8e39-f41a7c9bcffc with scrape type 2
2026-03-27 18:48:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: baf69779-334c-51f1-8e39-f41a7c9bcffc, identifier: 7005195auction111084
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004133auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004133auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004133auction111077: 2
2026-03-27 18:48:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: baf69779-334c-51f1-8e39-f41a7c9bcffc with identifier: 7005195auction111084
2026-03-27 18:48:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: baf69779-334c-51f1-8e39-f41a7c9bcffc with identifier: 7005195auction111084
2026-03-27 18:48:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: baf69779-334c-51f1-8e39-f41a7c9bcffc with identifier: 7005195auction111084 to the API
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:10 [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-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005195auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Saving data for 7005195auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536965.047454, 'last_price_update_time': 1774637290.549033}
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005195auction111084') HTTP/1.1" 204 0
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004254auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004254auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004254auction111077: 2
2026-03-27 18:48:10 [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-27 18: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-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004279auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004279auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004279auction111077: 2
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004192auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004192auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004192auction111077: 2
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004193auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004193auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004193auction111077: 2
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004196auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004196auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004196auction111077: 2
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004278auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004278auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004278auction111077: 2
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004131auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004131auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004131auction111077: 2
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Extracting details for car 7005173auction111084
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004275auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004275auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004275auction111077: 2
2026-03-27 18:48:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70c8e7ab-4c80-5f52-bd81-51c48a5e857b with identifier: 7005173auction111084
2026-03-27 18:48:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70c8e7ab-4c80-5f52-bd81-51c48a5e857b with scrape type 2
2026-03-27 18:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70c8e7ab-4c80-5f52-bd81-51c48a5e857b with scrape type 2
2026-03-27 18:48:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 70c8e7ab-4c80-5f52-bd81-51c48a5e857b, identifier: 7005173auction111084
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Found listing with ID: 7004127auction111077
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004127auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:10 [ecarstrade.nl] INFO: Scrape type for 7004127auction111077: 2
2026-03-27 18:48:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 70c8e7ab-4c80-5f52-bd81-51c48a5e857b with identifier: 7005173auction111084
2026-03-27 18:48:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 70c8e7ab-4c80-5f52-bd81-51c48a5e857b with identifier: 7005173auction111084
2026-03-27 18:48:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 70c8e7ab-4c80-5f52-bd81-51c48a5e857b with identifier: 7005173auction111084 to the API
2026-03-27 18:48:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:11 [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-27 18:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:11 [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-27 18:48:11 [ecarstrade.nl] INFO: Saving data for 7005173auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536994.441271, 'last_price_update_time': 1774637291.084873}
2026-03-27 18:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005173auction111084') HTTP/1.1" 204 0
2026-03-27 18:48:11 [ecarstrade.nl] INFO: Found listing with ID: 7004290auction111077
2026-03-27 18:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:11 [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-27 18:48:11 [ecarstrade.nl] INFO: Scrape type for 7004290auction111077: 2
2026-03-27 18:48:11 [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-27 18:48:11 [ecarstrade.nl] INFO: Found listing with ID: 7004169auction111077
2026-03-27 18:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:11 [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-27 18:48:11 [ecarstrade.nl] INFO: Scrape type for 7004169auction111077: 2
2026-03-27 18:48:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:11 [ecarstrade.nl] INFO: Found listing with ID: 7004263auction111077
2026-03-27 18:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:11 [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-27 18:48:11 [ecarstrade.nl] INFO: Scrape type for 7004263auction111077: 2
2026-03-27 18:48:11 [ecarstrade.nl] INFO: Found listing with ID: 7004261auction111077
2026-03-27 18:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:11 [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-27 18:48:11 [ecarstrade.nl] INFO: Scrape type for 7004261auction111077: 2
2026-03-27 18:48:11 [ecarstrade.nl] INFO: Found listing with ID: 7004282auction111077
2026-03-27 18:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:11 [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-27 18:48:11 [ecarstrade.nl] INFO: Scrape type for 7004282auction111077: 2
2026-03-27 18:48:11 [ecarstrade.nl] INFO: Extracting details for car 7005197auction111084
2026-03-27 18:48:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9de09384-b204-59dd-9270-6aeb6c73b570 with identifier: 7005197auction111084
2026-03-27 18:48:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9de09384-b204-59dd-9270-6aeb6c73b570 with scrape type 2
2026-03-27 18:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9de09384-b204-59dd-9270-6aeb6c73b570 with scrape type 2
2026-03-27 18:48:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9de09384-b204-59dd-9270-6aeb6c73b570, identifier: 7005197auction111084
2026-03-27 18:48:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9de09384-b204-59dd-9270-6aeb6c73b570 with identifier: 7005197auction111084
2026-03-27 18:48:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9de09384-b204-59dd-9270-6aeb6c73b570 with identifier: 7005197auction111084
2026-03-27 18:48:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9de09384-b204-59dd-9270-6aeb6c73b570 with identifier: 7005197auction111084 to the API
2026-03-27 18:48:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:11 [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-27 18:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:11 [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-27 18:48:11 [ecarstrade.nl] INFO: Saving data for 7005197auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536993.394715, 'last_price_update_time': 1774637291.636034}
2026-03-27 18:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005197auction111084') HTTP/1.1" 204 0
2026-03-27 18:48:15 [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-27 18: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-27 18:48:15 [ecarstrade.nl] INFO: Extracting details for car 7005198auction111084
2026-03-27 18:48:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd with identifier: 7005198auction111084
2026-03-27 18:48:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd with scrape type 2
2026-03-27 18:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd with scrape type 2
2026-03-27 18:48:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd, identifier: 7005198auction111084
2026-03-27 18:48:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd with identifier: 7005198auction111084
2026-03-27 18:48:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd with identifier: 7005198auction111084
2026-03-27 18:48:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0c41ecfb-f914-5f15-b9cb-2ca4b3fa04cd with identifier: 7005198auction111084 to the API
2026-03-27 18:48:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:16 [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-27 18:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005198auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:48:16 [ecarstrade.nl] INFO: Saving data for 7005198auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774537035.926449, 'last_price_update_time': 1774637296.184814}
2026-03-27 18:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005198auction111084') HTTP/1.1" 204 0
2026-03-27 18:48:16 [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-27 18: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-27 18:48:16 [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-27 18: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-27 18:48:16 [ecarstrade.nl] INFO: Extracting details for car 7004138auction111077
2026-03-27 18:48:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff572c2-797c-5086-8adf-c4bd600804df with identifier: 7004138auction111077
2026-03-27 18:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff572c2-797c-5086-8adf-c4bd600804df with scrape type 2
2026-03-27 18:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ff572c2-797c-5086-8adf-c4bd600804df with scrape type 2
2026-03-27 18:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5ff572c2-797c-5086-8adf-c4bd600804df, identifier: 7004138auction111077
2026-03-27 18:48:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5ff572c2-797c-5086-8adf-c4bd600804df with identifier: 7004138auction111077
2026-03-27 18:48:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5ff572c2-797c-5086-8adf-c4bd600804df with identifier: 7004138auction111077
2026-03-27 18:48:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5ff572c2-797c-5086-8adf-c4bd600804df with identifier: 7004138auction111077 to the API
2026-03-27 18:48:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:16 [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-27 18:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004138auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:16 [ecarstrade.nl] INFO: Saving data for 7004138auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537009.441264, 'last_price_update_time': 1774637296.688199}
2026-03-27 18:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004138auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:16 [ecarstrade.nl] INFO: Extracting details for car 7005171auction111084
2026-03-27 18:48:16 [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-27 18: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-27 18:48:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0858645-cf53-523d-9cde-90fcf0534c51 with identifier: 7005171auction111084
2026-03-27 18:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0858645-cf53-523d-9cde-90fcf0534c51 with scrape type 2
2026-03-27 18:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0858645-cf53-523d-9cde-90fcf0534c51 with scrape type 2
2026-03-27 18:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e0858645-cf53-523d-9cde-90fcf0534c51, identifier: 7005171auction111084
2026-03-27 18:48:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e0858645-cf53-523d-9cde-90fcf0534c51 with identifier: 7005171auction111084
2026-03-27 18:48:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e0858645-cf53-523d-9cde-90fcf0534c51 with identifier: 7005171auction111084
2026-03-27 18:48:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e0858645-cf53-523d-9cde-90fcf0534c51 with identifier: 7005171auction111084 to the API
2026-03-27 18:48:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:17 [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-27 18:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005171auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:48:17 [ecarstrade.nl] INFO: Saving data for 7005171auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774537041.926015, 'last_price_update_time': 1774637297.124853}
2026-03-27 18:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005171auction111084') HTTP/1.1" 204 0
2026-03-27 18:48:17 [ecarstrade.nl] INFO: Extracting details for car 7004123auction111077
2026-03-27 18:48:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc1cdba2-8e20-5670-975d-da6e0077e99c with identifier: 7004123auction111077
2026-03-27 18:48:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc1cdba2-8e20-5670-975d-da6e0077e99c with scrape type 2
2026-03-27 18:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc1cdba2-8e20-5670-975d-da6e0077e99c with scrape type 2
2026-03-27 18:48:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cc1cdba2-8e20-5670-975d-da6e0077e99c, identifier: 7004123auction111077
2026-03-27 18:48:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cc1cdba2-8e20-5670-975d-da6e0077e99c with identifier: 7004123auction111077
2026-03-27 18:48:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:48:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cc1cdba2-8e20-5670-975d-da6e0077e99c with identifier: 7004123auction111077
2026-03-27 18:48:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cc1cdba2-8e20-5670-975d-da6e0077e99c with identifier: 7004123auction111077 to the API
2026-03-27 18:48:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:17 [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-27 18:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004123auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:17 [ecarstrade.nl] INFO: Saving data for 7004123auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537010.314739, 'last_price_update_time': 1774637297.484719}
2026-03-27 18:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004123auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:19 [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-27 18:48:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:19 [ecarstrade.nl] INFO: Extracting details for car 7004124auction111077
2026-03-27 18:48:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 014c5c3d-5ffa-5714-bee5-03ac66a1efc9 with identifier: 7004124auction111077
2026-03-27 18:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 014c5c3d-5ffa-5714-bee5-03ac66a1efc9 with scrape type 2
2026-03-27 18:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 014c5c3d-5ffa-5714-bee5-03ac66a1efc9 with scrape type 2
2026-03-27 18:48:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 014c5c3d-5ffa-5714-bee5-03ac66a1efc9, identifier: 7004124auction111077
2026-03-27 18:48:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 014c5c3d-5ffa-5714-bee5-03ac66a1efc9 with identifier: 7004124auction111077
2026-03-27 18:48:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 014c5c3d-5ffa-5714-bee5-03ac66a1efc9 with identifier: 7004124auction111077
2026-03-27 18:48:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 014c5c3d-5ffa-5714-bee5-03ac66a1efc9 with identifier: 7004124auction111077 to the API
2026-03-27 18:48:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:19 [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-27 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:19 [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-27 18:48:19 [ecarstrade.nl] INFO: Saving data for 7004124auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537006.591044, 'last_price_update_time': 1774637299.529462}
2026-03-27 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004124auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:23 [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-27 18: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-27 18:48:24 [ecarstrade.nl] INFO: Extracting details for car 7004147auction111077
2026-03-27 18:48:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd33154e-e41d-574f-b2b4-447f0a308df2 with identifier: 7004147auction111077
2026-03-27 18:48:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd33154e-e41d-574f-b2b4-447f0a308df2 with scrape type 2
2026-03-27 18:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd33154e-e41d-574f-b2b4-447f0a308df2 with scrape type 2
2026-03-27 18:48:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cd33154e-e41d-574f-b2b4-447f0a308df2, identifier: 7004147auction111077
2026-03-27 18:48:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cd33154e-e41d-574f-b2b4-447f0a308df2 with identifier: 7004147auction111077
2026-03-27 18:48:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cd33154e-e41d-574f-b2b4-447f0a308df2 with identifier: 7004147auction111077
2026-03-27 18:48:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cd33154e-e41d-574f-b2b4-447f0a308df2 with identifier: 7004147auction111077 to the API
2026-03-27 18:48:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:24 [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-27 18:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004147auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:24 [ecarstrade.nl] INFO: Saving data for 7004147auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537008.243014, 'last_price_update_time': 1774637304.382889}
2026-03-27 18:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004147auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:24 [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-27 18:48:24 [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-27 18:48:24 [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-27 18:48:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:24 [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-27 18:48:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:24 [ecarstrade.nl] INFO: Extracting details for car 7005179auction111084
2026-03-27 18:48:24 [ecarstrade.nl] INFO: Extracting details for car 7004289auction111077
2026-03-27 18:48:24 [ecarstrade.nl] INFO: Extracting details for car 7004136auction111077
2026-03-27 18:48:24 [ecarstrade.nl] INFO: Extracting details for car 7004190auction111077
2026-03-27 18:48:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a60a4eb1-7bad-5c44-9f08-74a4d70633cc with identifier: 7005179auction111084
2026-03-27 18:48:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a60a4eb1-7bad-5c44-9f08-74a4d70633cc with scrape type 2
2026-03-27 18:48:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a60a4eb1-7bad-5c44-9f08-74a4d70633cc with scrape type 2
2026-03-27 18:48:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a60a4eb1-7bad-5c44-9f08-74a4d70633cc, identifier: 7005179auction111084
2026-03-27 18:48:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a60a4eb1-7bad-5c44-9f08-74a4d70633cc with identifier: 7005179auction111084
2026-03-27 18:48:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a60a4eb1-7bad-5c44-9f08-74a4d70633cc with identifier: 7005179auction111084
2026-03-27 18:48:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a60a4eb1-7bad-5c44-9f08-74a4d70633cc with identifier: 7005179auction111084 to the API
2026-03-27 18:48:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:25 [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-27 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:25 [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-27 18:48:25 [ecarstrade.nl] INFO: Saving data for 7005179auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536940.078162, 'last_price_update_time': 1774637305.546328}
2026-03-27 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005179auction111084') HTTP/1.1" 204 0
2026-03-27 18:48:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6260d61-989d-55df-832d-2a4de9c72fd4 with identifier: 7004289auction111077
2026-03-27 18:48:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6260d61-989d-55df-832d-2a4de9c72fd4 with scrape type 2
2026-03-27 18:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6260d61-989d-55df-832d-2a4de9c72fd4 with scrape type 2
2026-03-27 18:48:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e6260d61-989d-55df-832d-2a4de9c72fd4, identifier: 7004289auction111077
2026-03-27 18:48:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 462b60c6-bb9d-5d74-8ee7-76fecff031c6 with identifier: 7004136auction111077
2026-03-27 18:48:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 462b60c6-bb9d-5d74-8ee7-76fecff031c6 with scrape type 2
2026-03-27 18:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 462b60c6-bb9d-5d74-8ee7-76fecff031c6 with scrape type 2
2026-03-27 18:48:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 462b60c6-bb9d-5d74-8ee7-76fecff031c6, identifier: 7004136auction111077
2026-03-27 18:48:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b26fea7-b9be-5e95-aa7b-82c1791ed37c with identifier: 7004190auction111077
2026-03-27 18:48:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b26fea7-b9be-5e95-aa7b-82c1791ed37c with scrape type 2
2026-03-27 18:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b26fea7-b9be-5e95-aa7b-82c1791ed37c with scrape type 2
2026-03-27 18:48:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8b26fea7-b9be-5e95-aa7b-82c1791ed37c, identifier: 7004190auction111077
2026-03-27 18:48:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e6260d61-989d-55df-832d-2a4de9c72fd4 with identifier: 7004289auction111077
2026-03-27 18:48:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e6260d61-989d-55df-832d-2a4de9c72fd4 with identifier: 7004289auction111077
2026-03-27 18:48:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e6260d61-989d-55df-832d-2a4de9c72fd4 with identifier: 7004289auction111077 to the API
2026-03-27 18:48:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:26 [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-27 18:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004289auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:26 [ecarstrade.nl] INFO: Saving data for 7004289auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537008.773031, 'last_price_update_time': 1774637306.545157}
2026-03-27 18:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004289auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 462b60c6-bb9d-5d74-8ee7-76fecff031c6 with identifier: 7004136auction111077
2026-03-27 18:48:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 462b60c6-bb9d-5d74-8ee7-76fecff031c6 with identifier: 7004136auction111077
2026-03-27 18:48: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-27 18:48:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:26 [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-27 18:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004136auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:26 [ecarstrade.nl] INFO: Saving data for 7004136auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537007.267006, 'last_price_update_time': 1774637306.882772}
2026-03-27 18:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004136auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8b26fea7-b9be-5e95-aa7b-82c1791ed37c with identifier: 7004190auction111077
2026-03-27 18:48:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8b26fea7-b9be-5e95-aa7b-82c1791ed37c with identifier: 7004190auction111077
2026-03-27 18:48:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8b26fea7-b9be-5e95-aa7b-82c1791ed37c with identifier: 7004190auction111077 to the API
2026-03-27 18:48:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:27 [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-27 18:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:27 [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-27 18:48:27 [ecarstrade.nl] INFO: Saving data for 7004190auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537009.858357, 'last_price_update_time': 1774637307.130066}
2026-03-27 18:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004190auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:27 [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-27 18: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-27 18:48:27 [ecarstrade.nl] INFO: Extracting details for car 7004128auction111077
2026-03-27 18:48:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4636158-7635-5d60-94ff-0882ab10c802 with identifier: 7004128auction111077
2026-03-27 18:48:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4636158-7635-5d60-94ff-0882ab10c802 with scrape type 2
2026-03-27 18:48:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4636158-7635-5d60-94ff-0882ab10c802 with scrape type 2
2026-03-27 18:48:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f4636158-7635-5d60-94ff-0882ab10c802, identifier: 7004128auction111077
2026-03-27 18:48:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f4636158-7635-5d60-94ff-0882ab10c802 with identifier: 7004128auction111077
2026-03-27 18:48:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f4636158-7635-5d60-94ff-0882ab10c802 with identifier: 7004128auction111077
2026-03-27 18:48:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f4636158-7635-5d60-94ff-0882ab10c802 with identifier: 7004128auction111077 to the API
2026-03-27 18:48:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:27 [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-27 18:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:27 [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-27 18:48:27 [ecarstrade.nl] INFO: Saving data for 7004128auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537005.623865, 'last_price_update_time': 1774637307.612245}
2026-03-27 18:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004128auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:28 [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-27 18: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-27 18:48:28 [ecarstrade.nl] INFO: Extracting details for car 7004283auction111077
2026-03-27 18:48:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f7e8981-b8df-550b-a292-b8588f180e48 with identifier: 7004283auction111077
2026-03-27 18:48:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f7e8981-b8df-550b-a292-b8588f180e48 with scrape type 2
2026-03-27 18:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f7e8981-b8df-550b-a292-b8588f180e48 with scrape type 2
2026-03-27 18:48:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3f7e8981-b8df-550b-a292-b8588f180e48, identifier: 7004283auction111077
2026-03-27 18:48:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3f7e8981-b8df-550b-a292-b8588f180e48 with identifier: 7004283auction111077
2026-03-27 18:48:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3f7e8981-b8df-550b-a292-b8588f180e48 with identifier: 7004283auction111077
2026-03-27 18:48:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3f7e8981-b8df-550b-a292-b8588f180e48 with identifier: 7004283auction111077 to the API
2026-03-27 18:48:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:29 [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-27 18:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004283auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:29 [ecarstrade.nl] INFO: Saving data for 7004283auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537037.245304, 'last_price_update_time': 1774637309.529903}
2026-03-27 18:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004283auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:31 [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-27 18:48:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:31 [ecarstrade.nl] INFO: Extracting details for car 7004285auction111077
2026-03-27 18:48:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b8e8150-a31d-52fe-af14-91834ac0f1b2 with identifier: 7004285auction111077
2026-03-27 18:48:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b8e8150-a31d-52fe-af14-91834ac0f1b2 with scrape type 2
2026-03-27 18:48:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b8e8150-a31d-52fe-af14-91834ac0f1b2 with scrape type 2
2026-03-27 18:48:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5b8e8150-a31d-52fe-af14-91834ac0f1b2, identifier: 7004285auction111077
2026-03-27 18:48:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5b8e8150-a31d-52fe-af14-91834ac0f1b2 with identifier: 7004285auction111077
2026-03-27 18:48:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5b8e8150-a31d-52fe-af14-91834ac0f1b2 with identifier: 7004285auction111077
2026-03-27 18:48:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5b8e8150-a31d-52fe-af14-91834ac0f1b2 with identifier: 7004285auction111077 to the API
2026-03-27 18:48:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:32 [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-27 18:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:32 [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-27 18:48:32 [ecarstrade.nl] INFO: Saving data for 7004285auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536973.577671, 'last_price_update_time': 1774637312.2624}
2026-03-27 18:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004285auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:33 [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-27 18:48:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:33 [ecarstrade.nl] INFO: Extracting details for car 7004133auction111077
2026-03-27 18:48:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e22f8a4f-74be-555f-9dac-71c110e0ac7b with identifier: 7004133auction111077
2026-03-27 18:48:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e22f8a4f-74be-555f-9dac-71c110e0ac7b with scrape type 2
2026-03-27 18:48:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e22f8a4f-74be-555f-9dac-71c110e0ac7b with scrape type 2
2026-03-27 18:48:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e22f8a4f-74be-555f-9dac-71c110e0ac7b, identifier: 7004133auction111077
2026-03-27 18:48:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e22f8a4f-74be-555f-9dac-71c110e0ac7b with identifier: 7004133auction111077
2026-03-27 18:48:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e22f8a4f-74be-555f-9dac-71c110e0ac7b with identifier: 7004133auction111077
2026-03-27 18:48:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e22f8a4f-74be-555f-9dac-71c110e0ac7b with identifier: 7004133auction111077 to the API
2026-03-27 18:48:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:35 [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-27 18:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:35 [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-27 18:48:35 [ecarstrade.nl] INFO: Saving data for 7004133auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536985.986116, 'last_price_update_time': 1774637315.09432}
2026-03-27 18:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004133auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:35 [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-27 18: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-27 18:48:35 [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-27 18: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-27 18:48:35 [ecarstrade.nl] INFO: Extracting details for car 7004290auction111077
2026-03-27 18:48:35 [ecarstrade.nl] INFO: Extracting details for car 7004282auction111077
2026-03-27 18:48:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebf54603-0853-58ca-98bc-fb3e15d742fe with identifier: 7004290auction111077
2026-03-27 18:48:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebf54603-0853-58ca-98bc-fb3e15d742fe with scrape type 2
2026-03-27 18:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebf54603-0853-58ca-98bc-fb3e15d742fe with scrape type 2
2026-03-27 18:48:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ebf54603-0853-58ca-98bc-fb3e15d742fe, identifier: 7004290auction111077
2026-03-27 18:48:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d3e650b-5783-5906-b84d-a3ddccaa0002 with identifier: 7004282auction111077
2026-03-27 18:48:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d3e650b-5783-5906-b84d-a3ddccaa0002 with scrape type 2
2026-03-27 18:48:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d3e650b-5783-5906-b84d-a3ddccaa0002 with scrape type 2
2026-03-27 18:48:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3d3e650b-5783-5906-b84d-a3ddccaa0002, identifier: 7004282auction111077
2026-03-27 18:48:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ebf54603-0853-58ca-98bc-fb3e15d742fe with identifier: 7004290auction111077
2026-03-27 18:48:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ebf54603-0853-58ca-98bc-fb3e15d742fe with identifier: 7004290auction111077
2026-03-27 18:48:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ebf54603-0853-58ca-98bc-fb3e15d742fe with identifier: 7004290auction111077 to the API
2026-03-27 18:48:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:35 [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-27 18:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:35 [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-27 18:48:35 [ecarstrade.nl] INFO: Saving data for 7004290auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536974.736448, 'last_price_update_time': 1774637315.631688}
2026-03-27 18:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004290auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3d3e650b-5783-5906-b84d-a3ddccaa0002 with identifier: 7004282auction111077
2026-03-27 18:48:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3d3e650b-5783-5906-b84d-a3ddccaa0002 with identifier: 7004282auction111077
2026-03-27 18:48:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3d3e650b-5783-5906-b84d-a3ddccaa0002 with identifier: 7004282auction111077 to the API
2026-03-27 18:48:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:35 [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-27 18:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:35 [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-27 18:48:35 [ecarstrade.nl] INFO: Saving data for 7004282auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537194.086428, 'last_price_update_time': 1774637315.894551}
2026-03-27 18:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004282auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004169> (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-27 18: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-27 18:48:36 [ecarstrade.nl] INFO: Extracting details for car 7004169auction111077
2026-03-27 18:48:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa1ee846-5910-59be-984e-992258cb90bb with identifier: 7004169auction111077
2026-03-27 18:48:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa1ee846-5910-59be-984e-992258cb90bb with scrape type 2
2026-03-27 18:48:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa1ee846-5910-59be-984e-992258cb90bb with scrape type 2
2026-03-27 18:48:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aa1ee846-5910-59be-984e-992258cb90bb, identifier: 7004169auction111077
2026-03-27 18:48:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aa1ee846-5910-59be-984e-992258cb90bb with identifier: 7004169auction111077
2026-03-27 18:48:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aa1ee846-5910-59be-984e-992258cb90bb with identifier: 7004169auction111077
2026-03-27 18:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aa1ee846-5910-59be-984e-992258cb90bb with identifier: 7004169auction111077 to the API
2026-03-27 18:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004169>
{'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': 'aa1ee846-5910-59be-984e-992258cb90bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004169',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Ford Mustang Mach-E',
'odometer': 113855,
'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': 'FORD Mustang Mach-E 75kWh AWD auto 5D 198kW Athlon Edition',
'transmission': 'automatic',
'trim': 'FORD Mustang Mach-E 75kWh AWD auto 5D 198kW Athlon Edition',
'vin': None,
'year': 2021}
2026-03-27 18:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004169auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:37 [ecarstrade.nl] INFO: Saving data for 7004169auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536976.346668, 'last_price_update_time': 1774637317.196012}
2026-03-27 18:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004169auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:37 [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-27 18:48:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:37 [ecarstrade.nl] INFO: Extracting details for car 7005150auction111084
2026-03-27 18:48:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ea40d5f-e8af-5f46-8fc2-072d951deb45 with identifier: 7005150auction111084
2026-03-27 18:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ea40d5f-e8af-5f46-8fc2-072d951deb45 with scrape type 2
2026-03-27 18:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ea40d5f-e8af-5f46-8fc2-072d951deb45 with scrape type 2
2026-03-27 18:48:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9ea40d5f-e8af-5f46-8fc2-072d951deb45, identifier: 7005150auction111084
2026-03-27 18:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9ea40d5f-e8af-5f46-8fc2-072d951deb45 with identifier: 7005150auction111084
2026-03-27 18:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9ea40d5f-e8af-5f46-8fc2-072d951deb45 with identifier: 7005150auction111084
2026-03-27 18:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9ea40d5f-e8af-5f46-8fc2-072d951deb45 with identifier: 7005150auction111084 to the API
2026-03-27 18:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:38 [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-27 18:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005150auction111084%27 HTTP/1.1" 200 None
2026-03-27 18:48:38 [ecarstrade.nl] INFO: Saving data for 7005150auction111084: {'auction_closing_time': 1774944600.0, 'created_time': 1774536968.786923, 'last_price_update_time': 1774637318.113254}
2026-03-27 18:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005150auction111084') HTTP/1.1" 204 0
2026-03-27 18:48:38 [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-27 18:48:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:38 [ecarstrade.nl] INFO: Extracting details for car 7004127auction111077
2026-03-27 18:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d685754a-3293-5e4b-9e10-a2eada3fb5d8 with identifier: 7004127auction111077
2026-03-27 18:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d685754a-3293-5e4b-9e10-a2eada3fb5d8 with scrape type 2
2026-03-27 18:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d685754a-3293-5e4b-9e10-a2eada3fb5d8 with scrape type 2
2026-03-27 18:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d685754a-3293-5e4b-9e10-a2eada3fb5d8, identifier: 7004127auction111077
2026-03-27 18:48:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d685754a-3293-5e4b-9e10-a2eada3fb5d8 with identifier: 7004127auction111077
2026-03-27 18:48:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d685754a-3293-5e4b-9e10-a2eada3fb5d8 with identifier: 7004127auction111077
2026-03-27 18:48:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d685754a-3293-5e4b-9e10-a2eada3fb5d8 with identifier: 7004127auction111077 to the API
2026-03-27 18:48:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:39 [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-27 18:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:39 [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-27 18:48:39 [ecarstrade.nl] INFO: Saving data for 7004127auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536974.371657, 'last_price_update_time': 1774637319.089164}
2026-03-27 18:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004127auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:41 [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-27 18:48:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:41 [ecarstrade.nl] INFO: Extracting details for car 7004261auction111077
2026-03-27 18:48:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d248173-fade-57c5-8f2f-cb4104449290 with identifier: 7004261auction111077
2026-03-27 18:48:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d248173-fade-57c5-8f2f-cb4104449290 with scrape type 2
2026-03-27 18:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d248173-fade-57c5-8f2f-cb4104449290 with scrape type 2
2026-03-27 18:48:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6d248173-fade-57c5-8f2f-cb4104449290, identifier: 7004261auction111077
2026-03-27 18:48:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6d248173-fade-57c5-8f2f-cb4104449290 with identifier: 7004261auction111077
2026-03-27 18:48:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6d248173-fade-57c5-8f2f-cb4104449290 with identifier: 7004261auction111077
2026-03-27 18:48:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6d248173-fade-57c5-8f2f-cb4104449290 with identifier: 7004261auction111077 to the API
2026-03-27 18:48:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:41 [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-27 18:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004261auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:41 [ecarstrade.nl] INFO: Saving data for 7004261auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537193.064617, 'last_price_update_time': 1774637321.888776}
2026-03-27 18:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004261auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004278> (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-27 18: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-27 18:48:42 [ecarstrade.nl] INFO: Extracting details for car 7004278auction111077
2026-03-27 18:48:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c87787ea-2e4c-5ad2-84fc-8deba51bfcb2 with identifier: 7004278auction111077
2026-03-27 18:48:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c87787ea-2e4c-5ad2-84fc-8deba51bfcb2 with scrape type 2
2026-03-27 18:48:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c87787ea-2e4c-5ad2-84fc-8deba51bfcb2 with scrape type 2
2026-03-27 18:48:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c87787ea-2e4c-5ad2-84fc-8deba51bfcb2, identifier: 7004278auction111077
2026-03-27 18:48:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c87787ea-2e4c-5ad2-84fc-8deba51bfcb2 with identifier: 7004278auction111077
2026-03-27 18:48:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c87787ea-2e4c-5ad2-84fc-8deba51bfcb2 with identifier: 7004278auction111077
2026-03-27 18:48:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c87787ea-2e4c-5ad2-84fc-8deba51bfcb2 with identifier: 7004278auction111077 to the API
2026-03-27 18:48:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004278>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c87787ea-2e4c-5ad2-84fc-8deba51bfcb2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004278',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 53345,
'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': 'TOYOTA Yaris Cross 1.5 Hybrid Executive Automaat 5D 85kW',
'transmission': 'automatic',
'trim': 'TOYOTA 1.5 Hybrid Executive Automaat 5D 85kW',
'vin': None,
'year': 2022}
2026-03-27 18:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004278auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:42 [ecarstrade.nl] INFO: Saving data for 7004278auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536990.532931, 'last_price_update_time': 1774637322.458777}
2026-03-27 18:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004278auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004196> (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-27 18: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-27 18:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004131> (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-27 18: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-27 18:48:43 [ecarstrade.nl] INFO: Extracting details for car 7004196auction111077
2026-03-27 18:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36237115-d3b3-5661-a739-05260d8ef8d4 with identifier: 7004196auction111077
2026-03-27 18:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36237115-d3b3-5661-a739-05260d8ef8d4 with scrape type 2
2026-03-27 18:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36237115-d3b3-5661-a739-05260d8ef8d4 with scrape type 2
2026-03-27 18:48:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 36237115-d3b3-5661-a739-05260d8ef8d4, identifier: 7004196auction111077
2026-03-27 18:48:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 36237115-d3b3-5661-a739-05260d8ef8d4 with identifier: 7004196auction111077
2026-03-27 18:48:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 36237115-d3b3-5661-a739-05260d8ef8d4 with identifier: 7004196auction111077
2026-03-27 18:48:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 36237115-d3b3-5661-a739-05260d8ef8d4 with identifier: 7004196auction111077 to the API
2026-03-27 18:48:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004196>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Grey',
'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': '36237115-d3b3-5661-a739-05260d8ef8d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004196',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A4',
'odometer': 182188,
'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': 'AUDI A4 Avant 40 TFSI S tronic S Edition Competition 5D 150kW',
'transmission': 'automatic',
'trim': 'AUDI Avant 40 TFSI S tronic S Edition Competition 5D 150kW',
'vin': None,
'year': 2022}
2026-03-27 18:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004196auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:43 [ecarstrade.nl] INFO: Saving data for 7004196auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536989.579603, 'last_price_update_time': 1774637323.843171}
2026-03-27 18:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004196auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:43 [ecarstrade.nl] INFO: Extracting details for car 7004131auction111077
2026-03-27 18:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b32f3de2-3bb8-507e-aa97-4dc36845fbdd with identifier: 7004131auction111077
2026-03-27 18:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b32f3de2-3bb8-507e-aa97-4dc36845fbdd with scrape type 2
2026-03-27 18:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b32f3de2-3bb8-507e-aa97-4dc36845fbdd with scrape type 2
2026-03-27 18:48:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b32f3de2-3bb8-507e-aa97-4dc36845fbdd, identifier: 7004131auction111077
2026-03-27 18:48:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b32f3de2-3bb8-507e-aa97-4dc36845fbdd with identifier: 7004131auction111077
2026-03-27 18:48:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b32f3de2-3bb8-507e-aa97-4dc36845fbdd with identifier: 7004131auction111077
2026-03-27 18:48:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b32f3de2-3bb8-507e-aa97-4dc36845fbdd with identifier: 7004131auction111077 to the API
2026-03-27 18:48:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004131>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'b32f3de2-3bb8-507e-aa97-4dc36845fbdd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004131',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 108899,
'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': '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-27 18:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004131auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:44 [ecarstrade.nl] INFO: Saving data for 7004131auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536990.053569, 'last_price_update_time': 1774637324.840546}
2026-03-27 18:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004131auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004193> (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-27 18:48:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:45 [ecarstrade.nl] INFO: Extracting details for car 7004193auction111077
2026-03-27 18:48:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e2f42f6-6873-5b27-84f9-0d4dd54d2fd8 with identifier: 7004193auction111077
2026-03-27 18:48:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e2f42f6-6873-5b27-84f9-0d4dd54d2fd8 with scrape type 2
2026-03-27 18:48:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e2f42f6-6873-5b27-84f9-0d4dd54d2fd8 with scrape type 2
2026-03-27 18:48:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1e2f42f6-6873-5b27-84f9-0d4dd54d2fd8, identifier: 7004193auction111077
2026-03-27 18:48:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1e2f42f6-6873-5b27-84f9-0d4dd54d2fd8 with identifier: 7004193auction111077
2026-03-27 18:48:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1e2f42f6-6873-5b27-84f9-0d4dd54d2fd8 with identifier: 7004193auction111077
2026-03-27 18:48:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1e2f42f6-6873-5b27-84f9-0d4dd54d2fd8 with identifier: 7004193auction111077 to the API
2026-03-27 18:48:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004193>
{'auction_title': '',
'c_o_2_emission_value': 150,
'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': '1e2f42f6-6873-5b27-84f9-0d4dd54d2fd8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004193',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'Q3',
'odometer': 132948,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-14',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 35 TFSI S tronic S edition 5D 110kW',
'transmission': 'automatic',
'trim': 'AUDI 35 TFSI S tronic S edition 5D 110kW',
'vin': None,
'year': 2021}
2026-03-27 18:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:45 [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-27 18:48:45 [ecarstrade.nl] INFO: Saving data for 7004193auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536988.900461, 'last_price_update_time': 1774637325.690603}
2026-03-27 18:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004193auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004192> (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-27 18: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-27 18:48:46 [ecarstrade.nl] INFO: Extracting details for car 7004192auction111077
2026-03-27 18:48:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0d7af59-ca65-50c3-b345-5c7e7a494b1b with identifier: 7004192auction111077
2026-03-27 18:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0d7af59-ca65-50c3-b345-5c7e7a494b1b with scrape type 2
2026-03-27 18:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0d7af59-ca65-50c3-b345-5c7e7a494b1b with scrape type 2
2026-03-27 18:48:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c0d7af59-ca65-50c3-b345-5c7e7a494b1b, identifier: 7004192auction111077
2026-03-27 18:48:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c0d7af59-ca65-50c3-b345-5c7e7a494b1b with identifier: 7004192auction111077
2026-03-27 18:48:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c0d7af59-ca65-50c3-b345-5c7e7a494b1b with identifier: 7004192auction111077
2026-03-27 18:48:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c0d7af59-ca65-50c3-b345-5c7e7a494b1b with identifier: 7004192auction111077 to the API
2026-03-27 18:48:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004192>
{'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': 'c0d7af59-ca65-50c3-b345-5c7e7a494b1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004192',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 62100,
'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': 'AUDI Q4 e-tron 40 e-tron Launch edition Advanced 5D 150kW',
'transmission': 'automatic',
'trim': 'AUDI 40 e-tron Launch edition Advanced 5D 150kW',
'vin': None,
'year': 2021}
2026-03-27 18:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004192auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:47 [ecarstrade.nl] INFO: Saving data for 7004192auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536985.570624, 'last_price_update_time': 1774637327.569852}
2026-03-27 18:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004192auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004254> (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-27 18:48:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:49 [ecarstrade.nl] INFO: Extracting details for car 7004254auction111077
2026-03-27 18:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebc72665-a399-5ece-b124-fd9ecb92686b with identifier: 7004254auction111077
2026-03-27 18:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebc72665-a399-5ece-b124-fd9ecb92686b with scrape type 2
2026-03-27 18:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebc72665-a399-5ece-b124-fd9ecb92686b with scrape type 2
2026-03-27 18:48:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ebc72665-a399-5ece-b124-fd9ecb92686b, identifier: 7004254auction111077
2026-03-27 18:48:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ebc72665-a399-5ece-b124-fd9ecb92686b with identifier: 7004254auction111077
2026-03-27 18:48:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ebc72665-a399-5ece-b124-fd9ecb92686b with identifier: 7004254auction111077
2026-03-27 18:48:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ebc72665-a399-5ece-b124-fd9ecb92686b with identifier: 7004254auction111077 to the API
2026-03-27 18:48:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004254>
{'auction_title': '',
'c_o_2_emission_value': 157,
'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': 'ebc72665-a399-5ece-b124-fd9ecb92686b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004254',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'V60',
'odometer': 67883,
'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': 'VOLVO V60 B3 Automaat Inscription 5D 120kW',
'transmission': 'automatic',
'trim': 'VOLVO B3 Automaat Inscription 5D 120kW',
'vin': None,
'year': 2021}
2026-03-27 18:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:49 [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-27 18:48:49 [ecarstrade.nl] INFO: Saving data for 7004254auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536986.538142, 'last_price_update_time': 1774637329.500553}
2026-03-27 18:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004254auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004279> (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-27 18:48:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:49 [ecarstrade.nl] INFO: Extracting details for car 7004279auction111077
2026-03-27 18:48:49 [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-27 18:48:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a063ca3e-de1b-57da-b857-636943f36ab2 with identifier: 7004279auction111077
2026-03-27 18:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a063ca3e-de1b-57da-b857-636943f36ab2 with scrape type 2
2026-03-27 18:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a063ca3e-de1b-57da-b857-636943f36ab2 with scrape type 2
2026-03-27 18:48:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a063ca3e-de1b-57da-b857-636943f36ab2, identifier: 7004279auction111077
2026-03-27 18:48:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a063ca3e-de1b-57da-b857-636943f36ab2 with identifier: 7004279auction111077
2026-03-27 18:48:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a063ca3e-de1b-57da-b857-636943f36ab2 with identifier: 7004279auction111077
2026-03-27 18:48:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a063ca3e-de1b-57da-b857-636943f36ab2 with identifier: 7004279auction111077 to the API
2026-03-27 18:48:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004279>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.8L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a063ca3e-de1b-57da-b857-636943f36ab2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004279',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 44679,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Hatchback 1.8 Hybrid Active 5D 103kW',
'transmission': 'automatic',
'trim': 'TOYOTA Hatchback 1.8 Hybrid Active 5D 103kW',
'vin': None,
'year': 2024}
2026-03-27 18:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:49 [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-27 18:48:49 [ecarstrade.nl] INFO: Saving data for 7004279auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536987.174909, 'last_price_update_time': 1774637329.948542}
2026-03-27 18:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004279auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:49 [ecarstrade.nl] INFO: Extracting details for car 7004263auction111077
2026-03-27 18:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83a71da8-adfb-52bc-8fd0-2fd761271d06 with identifier: 7004263auction111077
2026-03-27 18:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83a71da8-adfb-52bc-8fd0-2fd761271d06 with scrape type 2
2026-03-27 18:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83a71da8-adfb-52bc-8fd0-2fd761271d06 with scrape type 2
2026-03-27 18:48:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 83a71da8-adfb-52bc-8fd0-2fd761271d06, identifier: 7004263auction111077
2026-03-27 18:48:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 83a71da8-adfb-52bc-8fd0-2fd761271d06 with identifier: 7004263auction111077
2026-03-27 18:48:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 83a71da8-adfb-52bc-8fd0-2fd761271d06 with identifier: 7004263auction111077
2026-03-27 18:48:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 83a71da8-adfb-52bc-8fd0-2fd761271d06 with identifier: 7004263auction111077 to the API
2026-03-27 18:48:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:50 [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-27 18:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004263auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:50 [ecarstrade.nl] INFO: Saving data for 7004263auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537190.458689, 'last_price_update_time': 1774637330.30599}
2026-03-27 18:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004263auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:50 [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-27 18: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-27 18:48:50 [ecarstrade.nl] INFO: Extracting details for car 7004139auction111077
2026-03-27 18:48:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 558bf5dc-0b30-5f52-bb42-7240ea099fa5 with identifier: 7004139auction111077
2026-03-27 18:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 558bf5dc-0b30-5f52-bb42-7240ea099fa5 with scrape type 2
2026-03-27 18:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 558bf5dc-0b30-5f52-bb42-7240ea099fa5 with scrape type 2
2026-03-27 18:48:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 558bf5dc-0b30-5f52-bb42-7240ea099fa5, identifier: 7004139auction111077
2026-03-27 18:48:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 558bf5dc-0b30-5f52-bb42-7240ea099fa5 with identifier: 7004139auction111077
2026-03-27 18:48:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 558bf5dc-0b30-5f52-bb42-7240ea099fa5 with identifier: 7004139auction111077
2026-03-27 18:48:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 558bf5dc-0b30-5f52-bb42-7240ea099fa5 with identifier: 7004139auction111077 to the API
2026-03-27 18:48:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:50 [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-27 18:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004139auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:50 [ecarstrade.nl] INFO: Saving data for 7004139auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536987.95289, 'last_price_update_time': 1774637330.815708}
2026-03-27 18:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004139auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:50 [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-27 18:48:50 [ecarstrade.nl] INFO: Extracting details for car 7004135auction111077
2026-03-27 18:48:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 892a58f3-5563-51bb-8540-daf017249345 with identifier: 7004135auction111077
2026-03-27 18:48:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 892a58f3-5563-51bb-8540-daf017249345 with scrape type 2
2026-03-27 18:48:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 892a58f3-5563-51bb-8540-daf017249345 with scrape type 2
2026-03-27 18:48:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 892a58f3-5563-51bb-8540-daf017249345, identifier: 7004135auction111077
2026-03-27 18:48:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 892a58f3-5563-51bb-8540-daf017249345 with identifier: 7004135auction111077
2026-03-27 18:48:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 892a58f3-5563-51bb-8540-daf017249345 with identifier: 7004135auction111077
2026-03-27 18:48:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 892a58f3-5563-51bb-8540-daf017249345 with identifier: 7004135auction111077 to the API
2026-03-27 18:48:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:51 [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-27 18:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004135auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:51 [ecarstrade.nl] INFO: Saving data for 7004135auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536993.824014, 'last_price_update_time': 1774637331.285857}
2026-03-27 18:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004135auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:52 [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-27 18:48:52 [ecarstrade.nl] INFO: Extracting details for car 7004253auction111077
2026-03-27 18:48:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5bd1508-16f2-57aa-84fa-30e7f3a616b6 with identifier: 7004253auction111077
2026-03-27 18:48:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5bd1508-16f2-57aa-84fa-30e7f3a616b6 with scrape type 2
2026-03-27 18:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5bd1508-16f2-57aa-84fa-30e7f3a616b6 with scrape type 2
2026-03-27 18:48:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d5bd1508-16f2-57aa-84fa-30e7f3a616b6, identifier: 7004253auction111077
2026-03-27 18:48:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d5bd1508-16f2-57aa-84fa-30e7f3a616b6 with identifier: 7004253auction111077
2026-03-27 18:48:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d5bd1508-16f2-57aa-84fa-30e7f3a616b6 with identifier: 7004253auction111077
2026-03-27 18:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d5bd1508-16f2-57aa-84fa-30e7f3a616b6 with identifier: 7004253auction111077 to the API
2026-03-27 18:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:53 [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-27 18:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:53 [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-27 18:48:53 [ecarstrade.nl] INFO: Saving data for 7004253auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536991.96906, 'last_price_update_time': 1774637333.712695}
2026-03-27 18:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004253auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004275> (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-27 18:48:53 [ecarstrade.nl] INFO: Extracting details for car 7004275auction111077
2026-03-27 18:48:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a94b16f8-d27c-5efb-8bc3-2597ccf8a3ab with identifier: 7004275auction111077
2026-03-27 18:48:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a94b16f8-d27c-5efb-8bc3-2597ccf8a3ab with scrape type 2
2026-03-27 18:48:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a94b16f8-d27c-5efb-8bc3-2597ccf8a3ab with scrape type 2
2026-03-27 18:48:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a94b16f8-d27c-5efb-8bc3-2597ccf8a3ab, identifier: 7004275auction111077
2026-03-27 18:48:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a94b16f8-d27c-5efb-8bc3-2597ccf8a3ab with identifier: 7004275auction111077
2026-03-27 18:48:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a94b16f8-d27c-5efb-8bc3-2597ccf8a3ab with identifier: 7004275auction111077
2026-03-27 18:48:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a94b16f8-d27c-5efb-8bc3-2597ccf8a3ab with identifier: 7004275auction111077 to the API
2026-03-27 18:48:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004275>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a94b16f8-d27c-5efb-8bc3-2597ccf8a3ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004275',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 67163,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-25',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.4 eHybrid 180kW DSG GTE 5D',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN GOLF 1.4 eHybrid 180kW DSG GTE 5D',
'vin': None,
'year': 2021}
2026-03-27 18:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:54 [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-27 18:48:54 [ecarstrade.nl] INFO: Saving data for 7004275auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536975.853417, 'last_price_update_time': 1774637334.240833}
2026-03-27 18:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004275auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:54 [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-27 18:48:54 [ecarstrade.nl] INFO: Extracting details for car 7004260auction111077
2026-03-27 18:48:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cd3f885-7f54-5169-8823-e4209507e4b2 with identifier: 7004260auction111077
2026-03-27 18:48:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cd3f885-7f54-5169-8823-e4209507e4b2 with scrape type 2
2026-03-27 18:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cd3f885-7f54-5169-8823-e4209507e4b2 with scrape type 2
2026-03-27 18:48:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3cd3f885-7f54-5169-8823-e4209507e4b2, identifier: 7004260auction111077
2026-03-27 18:48:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3cd3f885-7f54-5169-8823-e4209507e4b2 with identifier: 7004260auction111077
2026-03-27 18:48:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3cd3f885-7f54-5169-8823-e4209507e4b2 with identifier: 7004260auction111077
2026-03-27 18:48:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3cd3f885-7f54-5169-8823-e4209507e4b2 with identifier: 7004260auction111077 to the API
2026-03-27 18:48:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:55 [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-27 18:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004260auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:55 [ecarstrade.nl] INFO: Saving data for 7004260auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536992.971572, 'last_price_update_time': 1774637335.064406}
2026-03-27 18:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004260auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:56 [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-27 18:48:56 [ecarstrade.nl] INFO: Extracting details for car 7004155auction111077
2026-03-27 18:48:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e941bbf9-0e36-54fe-b61f-11e86ff31922 with identifier: 7004155auction111077
2026-03-27 18:48:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e941bbf9-0e36-54fe-b61f-11e86ff31922 with scrape type 2
2026-03-27 18:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e941bbf9-0e36-54fe-b61f-11e86ff31922 with scrape type 2
2026-03-27 18:48:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e941bbf9-0e36-54fe-b61f-11e86ff31922, identifier: 7004155auction111077
2026-03-27 18:48:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e941bbf9-0e36-54fe-b61f-11e86ff31922 with identifier: 7004155auction111077
2026-03-27 18:48:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e941bbf9-0e36-54fe-b61f-11e86ff31922 with identifier: 7004155auction111077
2026-03-27 18:48:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e941bbf9-0e36-54fe-b61f-11e86ff31922 with identifier: 7004155auction111077 to the API
2026-03-27 18:48:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:48:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:48:57 [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-27 18:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004155auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:57 [ecarstrade.nl] INFO: Saving data for 7004155auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774536995.132801, 'last_price_update_time': 1774637337.724895}
2026-03-27 18:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004155auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:57 [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-27 18:48:57 [ecarstrade.nl] INFO: Extracting details for car 7004255auction111077
2026-03-27 18:48:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: beeabdaa-89ce-5f66-b999-4d61b54c124b with identifier: 7004255auction111077
2026-03-27 18:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item beeabdaa-89ce-5f66-b999-4d61b54c124b with scrape type 2
2026-03-27 18:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item beeabdaa-89ce-5f66-b999-4d61b54c124b with scrape type 2
2026-03-27 18:48:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: beeabdaa-89ce-5f66-b999-4d61b54c124b, identifier: 7004255auction111077
2026-03-27 18:48:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: beeabdaa-89ce-5f66-b999-4d61b54c124b with identifier: 7004255auction111077
2026-03-27 18:48:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: beeabdaa-89ce-5f66-b999-4d61b54c124b with identifier: 7004255auction111077
2026-03-27 18:48:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: beeabdaa-89ce-5f66-b999-4d61b54c124b with identifier: 7004255auction111077 to the API
2026-03-27 18:48:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:58 [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-27 18:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004255auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:58 [ecarstrade.nl] INFO: Saving data for 7004255auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537007.795795, 'last_price_update_time': 1774637338.209583}
2026-03-27 18:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004255auction111077') HTTP/1.1" 204 0
2026-03-27 18:48:58 [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-27 18:48:58 [ecarstrade.nl] INFO: Extracting details for car 7004126auction111077
2026-03-27 18:48:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9ec87bc-ce16-5d51-9d60-fdc3de1532c4 with identifier: 7004126auction111077
2026-03-27 18:48:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9ec87bc-ce16-5d51-9d60-fdc3de1532c4 with scrape type 2
2026-03-27 18:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9ec87bc-ce16-5d51-9d60-fdc3de1532c4 with scrape type 2
2026-03-27 18:48:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b9ec87bc-ce16-5d51-9d60-fdc3de1532c4, identifier: 7004126auction111077
2026-03-27 18:48:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b9ec87bc-ce16-5d51-9d60-fdc3de1532c4 with identifier: 7004126auction111077
2026-03-27 18:48:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b9ec87bc-ce16-5d51-9d60-fdc3de1532c4 with identifier: 7004126auction111077
2026-03-27 18:48:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b9ec87bc-ce16-5d51-9d60-fdc3de1532c4 with identifier: 7004126auction111077 to the API
2026-03-27 18:48:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:48:59 [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-27 18:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004126auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:48:59 [ecarstrade.nl] INFO: Saving data for 7004126auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537006.239761, 'last_price_update_time': 1774637339.094585}
2026-03-27 18:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004126auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:06 [scrapy.extensions.logstats] INFO: Crawled 169 pages (at 42 pages/min), scraped 159 items (at 41 items/min)
2026-03-27 18:49:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 271MiB
2026-03-27 18:49:27 [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-27 18:49:27 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004315auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004315auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004315auction111077: 2
2026-03-27 18: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-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004251auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004251auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004251auction111077: 2
2026-03-27 18: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-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004252auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004252auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004252auction111077: 2
2026-03-27 18: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-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004250auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004250auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004250auction111077: 2
2026-03-27 18: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-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004163auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004163auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004163auction111077: 2
2026-03-27 18: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-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004114auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004114auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004114auction111077: 2
2026-03-27 18: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-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004141auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004141auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004141auction111077: 2
2026-03-27 18: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-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004262auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004262auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004262auction111077: 2
2026-03-27 18: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-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004314auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004314auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004314auction111077: 2
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004265auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004265auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004265auction111077: 2
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004313auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004313auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004313auction111077: 2
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004117auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004117auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004117auction111077: 2
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004161auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004161auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004161auction111077: 2
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004154auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004154auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004154auction111077: 2
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004264auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004264auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004264auction111077: 2
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004177auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004177auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004177auction111077: 2
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004195auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004195auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004195auction111077: 2
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004266auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004266auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004266auction111077: 2
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004189auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004189auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004189auction111077: 2
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Found listing with ID: 7004130auction111077
2026-03-27 18:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004130auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:27 [ecarstrade.nl] INFO: Scrape type for 7004130auction111077: 2
2026-03-27 18:49:33 [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-27 18:49:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:49:33 [ecarstrade.nl] INFO: Extracting details for car 7004251auction111077
2026-03-27 18:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 478f3ec1-2d06-546d-a582-f0bf8dc3e4c4 with identifier: 7004251auction111077
2026-03-27 18:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 478f3ec1-2d06-546d-a582-f0bf8dc3e4c4 with scrape type 2
2026-03-27 18:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 478f3ec1-2d06-546d-a582-f0bf8dc3e4c4 with scrape type 2
2026-03-27 18:49:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 478f3ec1-2d06-546d-a582-f0bf8dc3e4c4, identifier: 7004251auction111077
2026-03-27 18:49:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 478f3ec1-2d06-546d-a582-f0bf8dc3e4c4 with identifier: 7004251auction111077
2026-03-27 18:49:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 478f3ec1-2d06-546d-a582-f0bf8dc3e4c4 with identifier: 7004251auction111077
2026-03-27 18:49:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 478f3ec1-2d06-546d-a582-f0bf8dc3e4c4 with identifier: 7004251auction111077 to the API
2026-03-27 18:49:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:34 [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-27 18:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004251auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:34 [ecarstrade.nl] INFO: Saving data for 7004251auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537189.818123, 'last_price_update_time': 1774637374.140315}
2026-03-27 18:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004251auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:34 [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-27 18: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-27 18:49:34 [ecarstrade.nl] INFO: Extracting details for car 7004250auction111077
2026-03-27 18:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea64344b-b561-5523-bf59-68af7367fdad with identifier: 7004250auction111077
2026-03-27 18:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea64344b-b561-5523-bf59-68af7367fdad with scrape type 2
2026-03-27 18:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea64344b-b561-5523-bf59-68af7367fdad with scrape type 2
2026-03-27 18:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ea64344b-b561-5523-bf59-68af7367fdad, identifier: 7004250auction111077
2026-03-27 18:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ea64344b-b561-5523-bf59-68af7367fdad with identifier: 7004250auction111077
2026-03-27 18:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ea64344b-b561-5523-bf59-68af7367fdad with identifier: 7004250auction111077
2026-03-27 18:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ea64344b-b561-5523-bf59-68af7367fdad with identifier: 7004250auction111077 to the API
2026-03-27 18:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:34 [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-27 18:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004250auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:34 [ecarstrade.nl] INFO: Saving data for 7004250auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537033.325661, 'last_price_update_time': 1774637374.671749}
2026-03-27 18:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004250auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:34 [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-27 18: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-27 18:49:34 [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-27 18:49:34 [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-27 18: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-27 18: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-27 18:49:34 [ecarstrade.nl] INFO: Extracting details for car 7004163auction111077
2026-03-27 18:49:34 [ecarstrade.nl] INFO: Extracting details for car 7004114auction111077
2026-03-27 18:49:34 [ecarstrade.nl] INFO: Extracting details for car 7004315auction111077
2026-03-27 18:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26685d4a-c2a9-5003-bc6e-c3a7089d5d40 with identifier: 7004163auction111077
2026-03-27 18:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26685d4a-c2a9-5003-bc6e-c3a7089d5d40 with scrape type 2
2026-03-27 18:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26685d4a-c2a9-5003-bc6e-c3a7089d5d40 with scrape type 2
2026-03-27 18:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 26685d4a-c2a9-5003-bc6e-c3a7089d5d40, identifier: 7004163auction111077
2026-03-27 18:49:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a766efa0-e9a7-5d71-a53a-86c7d617c03f with identifier: 7004114auction111077
2026-03-27 18:49:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a766efa0-e9a7-5d71-a53a-86c7d617c03f with scrape type 2
2026-03-27 18:49:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a766efa0-e9a7-5d71-a53a-86c7d617c03f with scrape type 2
2026-03-27 18:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a766efa0-e9a7-5d71-a53a-86c7d617c03f, identifier: 7004114auction111077
2026-03-27 18:49:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7dd0183-bedb-5c57-9e6d-d40fddea8fcb with identifier: 7004315auction111077
2026-03-27 18:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7dd0183-bedb-5c57-9e6d-d40fddea8fcb with scrape type 2
2026-03-27 18:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7dd0183-bedb-5c57-9e6d-d40fddea8fcb with scrape type 2
2026-03-27 18:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d7dd0183-bedb-5c57-9e6d-d40fddea8fcb, identifier: 7004315auction111077
2026-03-27 18:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 26685d4a-c2a9-5003-bc6e-c3a7089d5d40 with identifier: 7004163auction111077
2026-03-27 18:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 26685d4a-c2a9-5003-bc6e-c3a7089d5d40 with identifier: 7004163auction111077
2026-03-27 18:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 26685d4a-c2a9-5003-bc6e-c3a7089d5d40 with identifier: 7004163auction111077 to the API
2026-03-27 18:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:36 [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-27 18:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004163auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:36 [ecarstrade.nl] INFO: Saving data for 7004163auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537033.647158, 'last_price_update_time': 1774637376.18474}
2026-03-27 18:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004163auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a766efa0-e9a7-5d71-a53a-86c7d617c03f with identifier: 7004114auction111077
2026-03-27 18:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a766efa0-e9a7-5d71-a53a-86c7d617c03f with identifier: 7004114auction111077
2026-03-27 18:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a766efa0-e9a7-5d71-a53a-86c7d617c03f with identifier: 7004114auction111077 to the API
2026-03-27 18:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:36 [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-27 18:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004114auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:36 [ecarstrade.nl] INFO: Saving data for 7004114auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537023.965742, 'last_price_update_time': 1774637376.44473}
2026-03-27 18:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004114auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d7dd0183-bedb-5c57-9e6d-d40fddea8fcb with identifier: 7004315auction111077
2026-03-27 18:49:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d7dd0183-bedb-5c57-9e6d-d40fddea8fcb with identifier: 7004315auction111077
2026-03-27 18:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d7dd0183-bedb-5c57-9e6d-d40fddea8fcb with identifier: 7004315auction111077 to the API
2026-03-27 18:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:36 [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-27 18:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004315auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:36 [ecarstrade.nl] INFO: Saving data for 7004315auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537193.556661, 'last_price_update_time': 1774637376.716625}
2026-03-27 18:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004315auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:36 [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-27 18:49:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:49:36 [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-27 18:49:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:49:36 [ecarstrade.nl] INFO: Extracting details for car 7004141auction111077
2026-03-27 18:49:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c39cccc6-71e3-5cdd-bbff-89650bdadb2d with identifier: 7004141auction111077
2026-03-27 18:49:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c39cccc6-71e3-5cdd-bbff-89650bdadb2d with scrape type 2
2026-03-27 18:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c39cccc6-71e3-5cdd-bbff-89650bdadb2d with scrape type 2
2026-03-27 18:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c39cccc6-71e3-5cdd-bbff-89650bdadb2d, identifier: 7004141auction111077
2026-03-27 18:49:36 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c39cccc6-71e3-5cdd-bbff-89650bdadb2d with identifier: 7004141auction111077
2026-03-27 18:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c39cccc6-71e3-5cdd-bbff-89650bdadb2d with identifier: 7004141auction111077
2026-03-27 18:49:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c39cccc6-71e3-5cdd-bbff-89650bdadb2d with identifier: 7004141auction111077 to the API
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:49:37 [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-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Saving data for 7004141auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537030.426722, 'last_price_update_time': 1774637377.240122}
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004141auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004119auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004119auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004157auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004157auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004182auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004182auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004323auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004323auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004110auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004110auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004115auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004115auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004149auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004149auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004258auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004258auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004122auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004122auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004318auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004318auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004287auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004287auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004288auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004288auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004297auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004297auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004257auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004257auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004259auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004259auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004299auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004299auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004324auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004324auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004291auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004291auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004292auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004292auction111077: 2
2026-03-27 18:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7004116auction111077
2026-03-27 18:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:37 [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-27 18:49:37 [ecarstrade.nl] INFO: Scrape type for 7004116auction111077: 2
2026-03-27 18:49:40 [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-27 18: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-27 18:49:40 [ecarstrade.nl] INFO: Extracting details for car 7004314auction111077
2026-03-27 18:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 102804f7-eebe-5ec5-a3c1-e2fde7c27a19 with identifier: 7004314auction111077
2026-03-27 18:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 102804f7-eebe-5ec5-a3c1-e2fde7c27a19 with scrape type 2
2026-03-27 18:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 102804f7-eebe-5ec5-a3c1-e2fde7c27a19 with scrape type 2
2026-03-27 18:49:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 102804f7-eebe-5ec5-a3c1-e2fde7c27a19, identifier: 7004314auction111077
2026-03-27 18:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 102804f7-eebe-5ec5-a3c1-e2fde7c27a19 with identifier: 7004314auction111077
2026-03-27 18:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 102804f7-eebe-5ec5-a3c1-e2fde7c27a19 with identifier: 7004314auction111077
2026-03-27 18:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 102804f7-eebe-5ec5-a3c1-e2fde7c27a19 with identifier: 7004314auction111077 to the API
2026-03-27 18:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:40 [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-27 18:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004314auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:40 [ecarstrade.nl] INFO: Saving data for 7004314auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537029.575304, 'last_price_update_time': 1774637380.891719}
2026-03-27 18:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004314auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:40 [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-27 18: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-27 18:49:41 [ecarstrade.nl] INFO: Extracting details for car 7004262auction111077
2026-03-27 18:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bc20575-9c4b-550b-860a-031f57ed98df with identifier: 7004262auction111077
2026-03-27 18:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bc20575-9c4b-550b-860a-031f57ed98df with scrape type 2
2026-03-27 18:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bc20575-9c4b-550b-860a-031f57ed98df with scrape type 2
2026-03-27 18:49:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5bc20575-9c4b-550b-860a-031f57ed98df, identifier: 7004262auction111077
2026-03-27 18:49:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5bc20575-9c4b-550b-860a-031f57ed98df with identifier: 7004262auction111077
2026-03-27 18:49:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5bc20575-9c4b-550b-860a-031f57ed98df with identifier: 7004262auction111077
2026-03-27 18:49:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5bc20575-9c4b-550b-860a-031f57ed98df with identifier: 7004262auction111077 to the API
2026-03-27 18:49:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:41 [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-27 18:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004262auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:41 [ecarstrade.nl] INFO: Saving data for 7004262auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537032.685624, 'last_price_update_time': 1774637381.415676}
2026-03-27 18:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004262auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:43 [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-27 18: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-27 18:49:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004265> (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-27 18: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-27 18:49:43 [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-27 18: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-27 18:49:43 [ecarstrade.nl] INFO: Extracting details for car 7004313auction111077
2026-03-27 18:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b15ff5b-ab67-58f2-a774-4d4a306f329e with identifier: 7004313auction111077
2026-03-27 18:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b15ff5b-ab67-58f2-a774-4d4a306f329e with scrape type 2
2026-03-27 18:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b15ff5b-ab67-58f2-a774-4d4a306f329e with scrape type 2
2026-03-27 18:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2b15ff5b-ab67-58f2-a774-4d4a306f329e, identifier: 7004313auction111077
2026-03-27 18:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2b15ff5b-ab67-58f2-a774-4d4a306f329e with identifier: 7004313auction111077
2026-03-27 18:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2b15ff5b-ab67-58f2-a774-4d4a306f329e with identifier: 7004313auction111077
2026-03-27 18:49:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2b15ff5b-ab67-58f2-a774-4d4a306f329e with identifier: 7004313auction111077 to the API
2026-03-27 18:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:43 [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-27 18:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004313auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:43 [ecarstrade.nl] INFO: Saving data for 7004313auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537032.187496, 'last_price_update_time': 1774637383.773381}
2026-03-27 18:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004313auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:43 [ecarstrade.nl] INFO: Extracting details for car 7004265auction111077
2026-03-27 18:49:43 [ecarstrade.nl] INFO: Extracting details for car 7004161auction111077
2026-03-27 18:49:43 [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-27 18: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-27 18:49:43 [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-27 18: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-27 18:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7064aef4-cf56-5cae-ac95-99b48d2c1df9 with identifier: 7004265auction111077
2026-03-27 18:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7064aef4-cf56-5cae-ac95-99b48d2c1df9 with scrape type 2
2026-03-27 18:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7064aef4-cf56-5cae-ac95-99b48d2c1df9 with scrape type 2
2026-03-27 18:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7064aef4-cf56-5cae-ac95-99b48d2c1df9, identifier: 7004265auction111077
2026-03-27 18:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0321517a-68bd-526d-8154-61daa562d7bf with identifier: 7004161auction111077
2026-03-27 18:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0321517a-68bd-526d-8154-61daa562d7bf with scrape type 2
2026-03-27 18:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0321517a-68bd-526d-8154-61daa562d7bf with scrape type 2
2026-03-27 18:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0321517a-68bd-526d-8154-61daa562d7bf, identifier: 7004161auction111077
2026-03-27 18:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7064aef4-cf56-5cae-ac95-99b48d2c1df9 with identifier: 7004265auction111077
2026-03-27 18:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7064aef4-cf56-5cae-ac95-99b48d2c1df9 with identifier: 7004265auction111077
2026-03-27 18:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7064aef4-cf56-5cae-ac95-99b48d2c1df9 with identifier: 7004265auction111077 to the API
2026-03-27 18:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004265>
{'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': '7064aef4-cf56-5cae-ac95-99b48d2c1df9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004265',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 112719,
'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',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 77kWh 1ST Auto 5D 150kW',
'vin': None,
'year': 2020}
2026-03-27 18:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004265auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:44 [ecarstrade.nl] INFO: Saving data for 7004265auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537030.821348, 'last_price_update_time': 1774637384.217636}
2026-03-27 18:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004265auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0321517a-68bd-526d-8154-61daa562d7bf with identifier: 7004161auction111077
2026-03-27 18:49:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0321517a-68bd-526d-8154-61daa562d7bf with identifier: 7004161auction111077
2026-03-27 18:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0321517a-68bd-526d-8154-61daa562d7bf with identifier: 7004161auction111077 to the API
2026-03-27 18:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:44 [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-27 18:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004161auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:44 [ecarstrade.nl] INFO: Saving data for 7004161auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537035.072314, 'last_price_update_time': 1774637384.462789}
2026-03-27 18:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004161auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:44 [ecarstrade.nl] INFO: Extracting details for car 7004154auction111077
2026-03-27 18:49:44 [ecarstrade.nl] INFO: Extracting details for car 7004117auction111077
2026-03-27 18:49:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f10f803-ecce-524e-b350-897703c4e331 with identifier: 7004154auction111077
2026-03-27 18:49:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f10f803-ecce-524e-b350-897703c4e331 with scrape type 2
2026-03-27 18:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f10f803-ecce-524e-b350-897703c4e331 with scrape type 2
2026-03-27 18:49:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9f10f803-ecce-524e-b350-897703c4e331, identifier: 7004154auction111077
2026-03-27 18:49:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34fc4de5-d595-572f-a547-07536abf7bc4 with identifier: 7004117auction111077
2026-03-27 18:49:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34fc4de5-d595-572f-a547-07536abf7bc4 with scrape type 2
2026-03-27 18:49:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34fc4de5-d595-572f-a547-07536abf7bc4 with scrape type 2
2026-03-27 18:49:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 34fc4de5-d595-572f-a547-07536abf7bc4, identifier: 7004117auction111077
2026-03-27 18:49:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9f10f803-ecce-524e-b350-897703c4e331 with identifier: 7004154auction111077
2026-03-27 18:49:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9f10f803-ecce-524e-b350-897703c4e331 with identifier: 7004154auction111077
2026-03-27 18:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9f10f803-ecce-524e-b350-897703c4e331 with identifier: 7004154auction111077 to the API
2026-03-27 18:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:44 [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-27 18:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004154auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:44 [ecarstrade.nl] INFO: Saving data for 7004154auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537035.416426, 'last_price_update_time': 1774637384.932038}
2026-03-27 18:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004154auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 34fc4de5-d595-572f-a547-07536abf7bc4 with identifier: 7004117auction111077
2026-03-27 18:49:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 34fc4de5-d595-572f-a547-07536abf7bc4 with identifier: 7004117auction111077
2026-03-27 18:49:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 34fc4de5-d595-572f-a547-07536abf7bc4 with identifier: 7004117auction111077 to the API
2026-03-27 18:49:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:45 [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-27 18:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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-27 18:49:45 [ecarstrade.nl] INFO: Saving data for 7004117auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537031.345385, 'last_price_update_time': 1774637385.19553}
2026-03-27 18:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004117auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:48 [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-27 18: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-27 18:49:48 [ecarstrade.nl] INFO: Extracting details for car 7004130auction111077
2026-03-27 18:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae1bc603-cee7-5e94-95d6-405f0ef5e777 with identifier: 7004130auction111077
2026-03-27 18:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae1bc603-cee7-5e94-95d6-405f0ef5e777 with scrape type 2
2026-03-27 18:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae1bc603-cee7-5e94-95d6-405f0ef5e777 with scrape type 2
2026-03-27 18:49:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ae1bc603-cee7-5e94-95d6-405f0ef5e777, identifier: 7004130auction111077
2026-03-27 18:49:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ae1bc603-cee7-5e94-95d6-405f0ef5e777 with identifier: 7004130auction111077
2026-03-27 18:49:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ae1bc603-cee7-5e94-95d6-405f0ef5e777 with identifier: 7004130auction111077
2026-03-27 18:49:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ae1bc603-cee7-5e94-95d6-405f0ef5e777 with identifier: 7004130auction111077 to the API
2026-03-27 18:49:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:49 [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-27 18:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004130auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:49 [ecarstrade.nl] INFO: Saving data for 7004130auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537188.550269, 'last_price_update_time': 1774637389.208242}
2026-03-27 18:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004130auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:50 [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-27 18:49:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:49:50 [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-27 18:49:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:49:50 [ecarstrade.nl] INFO: Extracting details for car 7004195auction111077
2026-03-27 18:49:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0fbb101-ee20-526e-bb5b-287b9d1f71f4 with identifier: 7004195auction111077
2026-03-27 18:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0fbb101-ee20-526e-bb5b-287b9d1f71f4 with scrape type 2
2026-03-27 18:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0fbb101-ee20-526e-bb5b-287b9d1f71f4 with scrape type 2
2026-03-27 18:49:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e0fbb101-ee20-526e-bb5b-287b9d1f71f4, identifier: 7004195auction111077
2026-03-27 18:49:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e0fbb101-ee20-526e-bb5b-287b9d1f71f4 with identifier: 7004195auction111077
2026-03-27 18:49:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e0fbb101-ee20-526e-bb5b-287b9d1f71f4 with identifier: 7004195auction111077
2026-03-27 18:49:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e0fbb101-ee20-526e-bb5b-287b9d1f71f4 with identifier: 7004195auction111077 to the API
2026-03-27 18:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:49:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:49:50 [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-27 18:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004195auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:50 [ecarstrade.nl] INFO: Saving data for 7004195auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537036.672635, 'last_price_update_time': 1774637390.98801}
2026-03-27 18:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004195auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:51 [ecarstrade.nl] INFO: Extracting details for car 7004264auction111077
2026-03-27 18:49:51 [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-27 18: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-27 18:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 891d53f3-3b48-5ff9-bc73-cd5e02ac0eac with identifier: 7004264auction111077
2026-03-27 18:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 891d53f3-3b48-5ff9-bc73-cd5e02ac0eac with scrape type 2
2026-03-27 18:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 891d53f3-3b48-5ff9-bc73-cd5e02ac0eac with scrape type 2
2026-03-27 18:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 891d53f3-3b48-5ff9-bc73-cd5e02ac0eac, identifier: 7004264auction111077
2026-03-27 18:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 891d53f3-3b48-5ff9-bc73-cd5e02ac0eac with identifier: 7004264auction111077
2026-03-27 18:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 891d53f3-3b48-5ff9-bc73-cd5e02ac0eac with identifier: 7004264auction111077
2026-03-27 18:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 891d53f3-3b48-5ff9-bc73-cd5e02ac0eac with identifier: 7004264auction111077 to the API
2026-03-27 18:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:51 [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-27 18:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004264auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:51 [ecarstrade.nl] INFO: Saving data for 7004264auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537034.05812, 'last_price_update_time': 1774637391.334415}
2026-03-27 18:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004264auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:51 [ecarstrade.nl] INFO: Extracting details for car 7004177auction111077
2026-03-27 18:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 313df434-48c4-5e07-9b28-e835df42980a with identifier: 7004177auction111077
2026-03-27 18:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 313df434-48c4-5e07-9b28-e835df42980a with scrape type 2
2026-03-27 18:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 313df434-48c4-5e07-9b28-e835df42980a with scrape type 2
2026-03-27 18:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 313df434-48c4-5e07-9b28-e835df42980a, identifier: 7004177auction111077
2026-03-27 18:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 313df434-48c4-5e07-9b28-e835df42980a with identifier: 7004177auction111077
2026-03-27 18:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 313df434-48c4-5e07-9b28-e835df42980a with identifier: 7004177auction111077
2026-03-27 18:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 313df434-48c4-5e07-9b28-e835df42980a with identifier: 7004177auction111077 to the API
2026-03-27 18:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:51 [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-27 18:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004177auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:51 [ecarstrade.nl] INFO: Saving data for 7004177auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537036.245323, 'last_price_update_time': 1774637391.693412}
2026-03-27 18:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004177auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:51 [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-27 18: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-27 18:49:52 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004142auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004142auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004142auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004179auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004179auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004179auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004317auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004317auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004317auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004118auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004118auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004118auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004168auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004168auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004168auction111077: 2
2026-03-27 18:49:52 [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-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004143auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004143auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004143auction111077: 2
2026-03-27 18:49:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004284auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004284auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004284auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004113auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004113auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004113auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004121auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004121auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004121auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004271auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004271auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004271auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004109auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004109auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004109auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Extracting details for car 7004266auction111077
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004188auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004188auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004188auction111077: 2
2026-03-27 18:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44c406ed-de47-51e6-99b8-58d7eed60068 with identifier: 7004266auction111077
2026-03-27 18:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44c406ed-de47-51e6-99b8-58d7eed60068 with scrape type 2
2026-03-27 18:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44c406ed-de47-51e6-99b8-58d7eed60068 with scrape type 2
2026-03-27 18:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 44c406ed-de47-51e6-99b8-58d7eed60068, identifier: 7004266auction111077
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004293auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004293auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004293auction111077: 2
2026-03-27 18:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 44c406ed-de47-51e6-99b8-58d7eed60068 with identifier: 7004266auction111077
2026-03-27 18:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 44c406ed-de47-51e6-99b8-58d7eed60068 with identifier: 7004266auction111077
2026-03-27 18:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 44c406ed-de47-51e6-99b8-58d7eed60068 with identifier: 7004266auction111077 to the API
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:49:52 [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-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004266auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Saving data for 7004266auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537187.418864, 'last_price_update_time': 1774637392.729634}
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004266auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004120auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004120auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004120auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004274auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004274auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004274auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004309auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004309auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004309auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004272auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004272auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004272auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004320auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004320auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004320auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004148auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004148auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004148auction111077: 2
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Found listing with ID: 7004268auction111077
2026-03-27 18:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004268auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:52 [ecarstrade.nl] INFO: Scrape type for 7004268auction111077: 2
2026-03-27 18:49:55 [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-27 18: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-27 18:49:55 [ecarstrade.nl] INFO: Extracting details for car 7004119auction111077
2026-03-27 18:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f with identifier: 7004119auction111077
2026-03-27 18:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f with scrape type 2
2026-03-27 18:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f with scrape type 2
2026-03-27 18:49:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f, identifier: 7004119auction111077
2026-03-27 18:49:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f with identifier: 7004119auction111077
2026-03-27 18:49:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f with identifier: 7004119auction111077
2026-03-27 18:49:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: facfbd9c-7a09-5b0b-b708-2ab0ecce6e0f with identifier: 7004119auction111077 to the API
2026-03-27 18:49:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:49:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:49:55 [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-27 18:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004119auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:55 [ecarstrade.nl] INFO: Saving data for 7004119auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537186.731067, 'last_price_update_time': 1774637395.744744}
2026-03-27 18:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004119auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:57 [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-27 18:49:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:49:57 [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-27 18:49:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:49:57 [ecarstrade.nl] INFO: Extracting details for car 7004116auction111077
2026-03-27 18:49:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83101990-c92a-5947-8b67-2330408130ea with identifier: 7004116auction111077
2026-03-27 18:49:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83101990-c92a-5947-8b67-2330408130ea with scrape type 2
2026-03-27 18:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83101990-c92a-5947-8b67-2330408130ea with scrape type 2
2026-03-27 18:49:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 83101990-c92a-5947-8b67-2330408130ea, identifier: 7004116auction111077
2026-03-27 18:49:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 83101990-c92a-5947-8b67-2330408130ea with identifier: 7004116auction111077
2026-03-27 18:49:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 83101990-c92a-5947-8b67-2330408130ea with identifier: 7004116auction111077
2026-03-27 18:49:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 83101990-c92a-5947-8b67-2330408130ea with identifier: 7004116auction111077 to the API
2026-03-27 18:49:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:49:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:49:57 [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-27 18:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:57 [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-27 18:49:57 [ecarstrade.nl] INFO: Saving data for 7004116auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537163.34424, 'last_price_update_time': 1774637397.825946}
2026-03-27 18:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004116auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:57 [ecarstrade.nl] INFO: Extracting details for car 7004292auction111077
2026-03-27 18:49:57 [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-27 18:49:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:49:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7b4001a-11b3-5c92-970a-91166b85266e with identifier: 7004292auction111077
2026-03-27 18:49:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7b4001a-11b3-5c92-970a-91166b85266e with scrape type 2
2026-03-27 18:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7b4001a-11b3-5c92-970a-91166b85266e with scrape type 2
2026-03-27 18:49:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f7b4001a-11b3-5c92-970a-91166b85266e, identifier: 7004292auction111077
2026-03-27 18:49:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f7b4001a-11b3-5c92-970a-91166b85266e with identifier: 7004292auction111077
2026-03-27 18:49:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f7b4001a-11b3-5c92-970a-91166b85266e with identifier: 7004292auction111077
2026-03-27 18:49:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f7b4001a-11b3-5c92-970a-91166b85266e with identifier: 7004292auction111077 to the API
2026-03-27 18:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:49:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:49:58 [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-27 18:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:58 [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-27 18:49:58 [ecarstrade.nl] INFO: Saving data for 7004292auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537192.168596, 'last_price_update_time': 1774637398.260054}
2026-03-27 18:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004292auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:58 [ecarstrade.nl] INFO: Extracting details for car 7004291auction111077
2026-03-27 18:49:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf75c8ee-658f-545b-ae74-8e748de0cb13 with identifier: 7004291auction111077
2026-03-27 18:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf75c8ee-658f-545b-ae74-8e748de0cb13 with scrape type 2
2026-03-27 18:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf75c8ee-658f-545b-ae74-8e748de0cb13 with scrape type 2
2026-03-27 18:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cf75c8ee-658f-545b-ae74-8e748de0cb13, identifier: 7004291auction111077
2026-03-27 18:49:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cf75c8ee-658f-545b-ae74-8e748de0cb13 with identifier: 7004291auction111077
2026-03-27 18:49:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cf75c8ee-658f-545b-ae74-8e748de0cb13 with identifier: 7004291auction111077
2026-03-27 18:49:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cf75c8ee-658f-545b-ae74-8e748de0cb13 with identifier: 7004291auction111077 to the API
2026-03-27 18:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:49:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:49:58 [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-27 18:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:58 [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-27 18:49:58 [ecarstrade.nl] INFO: Saving data for 7004291auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537062.392649, 'last_price_update_time': 1774637398.626344}
2026-03-27 18:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004291auction111077') HTTP/1.1" 204 0
2026-03-27 18:49:58 [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-27 18: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-27 18:49:58 [ecarstrade.nl] INFO: Extracting details for car 7004324auction111077
2026-03-27 18:49:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36b52ad1-60b0-5fba-b611-8078d066be8a with identifier: 7004324auction111077
2026-03-27 18:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36b52ad1-60b0-5fba-b611-8078d066be8a with scrape type 2
2026-03-27 18:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36b52ad1-60b0-5fba-b611-8078d066be8a with scrape type 2
2026-03-27 18:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 36b52ad1-60b0-5fba-b611-8078d066be8a, identifier: 7004324auction111077
2026-03-27 18:49:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 36b52ad1-60b0-5fba-b611-8078d066be8a with identifier: 7004324auction111077
2026-03-27 18:49:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 36b52ad1-60b0-5fba-b611-8078d066be8a with identifier: 7004324auction111077
2026-03-27 18:49:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 36b52ad1-60b0-5fba-b611-8078d066be8a with identifier: 7004324auction111077 to the API
2026-03-27 18:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:49:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:49:59 [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-27 18:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004324auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:49:59 [ecarstrade.nl] INFO: Saving data for 7004324auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537215.253891, 'last_price_update_time': 1774637399.088005}
2026-03-27 18:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004324auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:00 [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-27 18: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-27 18:50:00 [ecarstrade.nl] INFO: Extracting details for car 7004299auction111077
2026-03-27 18:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfc00dbe-44e3-586b-864c-173881084392 with identifier: 7004299auction111077
2026-03-27 18:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfc00dbe-44e3-586b-864c-173881084392 with scrape type 2
2026-03-27 18:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfc00dbe-44e3-586b-864c-173881084392 with scrape type 2
2026-03-27 18:50:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: bfc00dbe-44e3-586b-864c-173881084392, identifier: 7004299auction111077
2026-03-27 18:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: bfc00dbe-44e3-586b-864c-173881084392 with identifier: 7004299auction111077
2026-03-27 18:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: bfc00dbe-44e3-586b-864c-173881084392 with identifier: 7004299auction111077
2026-03-27 18:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: bfc00dbe-44e3-586b-864c-173881084392 with identifier: 7004299auction111077 to the API
2026-03-27 18:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:00 [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-27 18:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004299auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:01 [ecarstrade.nl] INFO: Saving data for 7004299auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537095.768047, 'last_price_update_time': 1774637401.023304}
2026-03-27 18:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004299auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:02 [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-27 18:50:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:02 [ecarstrade.nl] INFO: Extracting details for car 7004259auction111077
2026-03-27 18:50:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42716653-c8cd-500e-9c45-8ec64815730f with identifier: 7004259auction111077
2026-03-27 18:50:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42716653-c8cd-500e-9c45-8ec64815730f with scrape type 2
2026-03-27 18:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42716653-c8cd-500e-9c45-8ec64815730f with scrape type 2
2026-03-27 18:50:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 42716653-c8cd-500e-9c45-8ec64815730f, identifier: 7004259auction111077
2026-03-27 18:50:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 42716653-c8cd-500e-9c45-8ec64815730f with identifier: 7004259auction111077
2026-03-27 18:50:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 42716653-c8cd-500e-9c45-8ec64815730f with identifier: 7004259auction111077
2026-03-27 18:50:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 42716653-c8cd-500e-9c45-8ec64815730f with identifier: 7004259auction111077 to the API
2026-03-27 18:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:02 [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-27 18:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:02 [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-27 18:50:02 [ecarstrade.nl] INFO: Saving data for 7004259auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537208.534351, 'last_price_update_time': 1774637402.645662}
2026-03-27 18:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004259auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004257> (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-27 18:50:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:03 [ecarstrade.nl] INFO: Extracting details for car 7004257auction111077
2026-03-27 18:50:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b5be31c-354e-55ba-b65f-f130907c334f with identifier: 7004257auction111077
2026-03-27 18:50:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b5be31c-354e-55ba-b65f-f130907c334f with scrape type 2
2026-03-27 18:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b5be31c-354e-55ba-b65f-f130907c334f with scrape type 2
2026-03-27 18:50:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5b5be31c-354e-55ba-b65f-f130907c334f, identifier: 7004257auction111077
2026-03-27 18:50:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5b5be31c-354e-55ba-b65f-f130907c334f with identifier: 7004257auction111077
2026-03-27 18:50:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5b5be31c-354e-55ba-b65f-f130907c334f with identifier: 7004257auction111077
2026-03-27 18:50:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5b5be31c-354e-55ba-b65f-f130907c334f with identifier: 7004257auction111077 to the API
2026-03-27 18:50:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004257>
{'auction_title': '',
'c_o_2_emission_value': 212,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': '5b5be31c-354e-55ba-b65f-f130907c334f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004257',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 186836,
'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': None,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter GB 2.0TDI 110kW 4Motion L2H1 4D',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter GB 2.0TDI 110kW 4Motion L2H1 4D',
'vin': None,
'year': 2021}
2026-03-27 18:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004257auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:04 [ecarstrade.nl] INFO: Saving data for 7004257auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537058.741154, 'last_price_update_time': 1774637404.264828}
2026-03-27 18:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004257auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:04 [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-27 18: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-27 18:50:04 [ecarstrade.nl] INFO: Extracting details for car 7004252auction111077
2026-03-27 18:50:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c2787d0-81d3-58fa-a10e-07fbc0ef6f26 with identifier: 7004252auction111077
2026-03-27 18:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c2787d0-81d3-58fa-a10e-07fbc0ef6f26 with scrape type 2
2026-03-27 18:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c2787d0-81d3-58fa-a10e-07fbc0ef6f26 with scrape type 2
2026-03-27 18:50:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8c2787d0-81d3-58fa-a10e-07fbc0ef6f26, identifier: 7004252auction111077
2026-03-27 18:50:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8c2787d0-81d3-58fa-a10e-07fbc0ef6f26 with identifier: 7004252auction111077
2026-03-27 18:50:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8c2787d0-81d3-58fa-a10e-07fbc0ef6f26 with identifier: 7004252auction111077
2026-03-27 18:50:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8c2787d0-81d3-58fa-a10e-07fbc0ef6f26 with identifier: 7004252auction111077 to the API
2026-03-27 18:50:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:04 [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-27 18:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004252auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:04 [ecarstrade.nl] INFO: Saving data for 7004252auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537034.497476, 'last_price_update_time': 1774637404.730854}
2026-03-27 18:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004252auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004297> (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-27 18: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-27 18:50:04 [ecarstrade.nl] INFO: Extracting details for car 7004297auction111077
2026-03-27 18:50:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d13e17d-47b8-5c04-b7e0-c1cf0f50b721 with identifier: 7004297auction111077
2026-03-27 18:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d13e17d-47b8-5c04-b7e0-c1cf0f50b721 with scrape type 2
2026-03-27 18:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d13e17d-47b8-5c04-b7e0-c1cf0f50b721 with scrape type 2
2026-03-27 18:50:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4d13e17d-47b8-5c04-b7e0-c1cf0f50b721, identifier: 7004297auction111077
2026-03-27 18:50:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4d13e17d-47b8-5c04-b7e0-c1cf0f50b721 with identifier: 7004297auction111077
2026-03-27 18:50:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4d13e17d-47b8-5c04-b7e0-c1cf0f50b721 with identifier: 7004297auction111077
2026-03-27 18:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4d13e17d-47b8-5c04-b7e0-c1cf0f50b721 with identifier: 7004297auction111077 to the API
2026-03-27 18:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004297>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': '4d13e17d-47b8-5c04-b7e0-c1cf0f50b721',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004297',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Trafic',
'odometer': 56768,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-31',
'seats_number': None,
'seller_name': None,
'title': 'RENAULT Trafic GB L1H1 T29 ENERGY 2.0 dCi 145 EDC Comfort 4D 107kW',
'transmission': 'automatic',
'trim': 'RENAULT GB L1H1 T29 ENERGY 2.0 dCi 145 EDC Comfort 4D 107kW',
'vin': None,
'year': 2020}
2026-03-27 18:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:05 [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-27 18:50:05 [ecarstrade.nl] INFO: Saving data for 7004297auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537204.389058, 'last_price_update_time': 1774637405.178452}
2026-03-27 18:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004297auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004287> (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-27 18: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-27 18:50:05 [ecarstrade.nl] INFO: Extracting details for car 7004287auction111077
2026-03-27 18:50:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb0afaa4-674e-54e5-b78e-44b9de1a980d with identifier: 7004287auction111077
2026-03-27 18:50:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb0afaa4-674e-54e5-b78e-44b9de1a980d with scrape type 2
2026-03-27 18:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb0afaa4-674e-54e5-b78e-44b9de1a980d with scrape type 2
2026-03-27 18:50:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fb0afaa4-674e-54e5-b78e-44b9de1a980d, identifier: 7004287auction111077
2026-03-27 18:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fb0afaa4-674e-54e5-b78e-44b9de1a980d with identifier: 7004287auction111077
2026-03-27 18:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fb0afaa4-674e-54e5-b78e-44b9de1a980d with identifier: 7004287auction111077
2026-03-27 18:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fb0afaa4-674e-54e5-b78e-44b9de1a980d with identifier: 7004287auction111077 to the API
2026-03-27 18:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004287>
{'auction_title': '',
'c_o_2_emission_value': 166,
'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': 'Petrol',
'id': 'fb0afaa4-674e-54e5-b78e-44b9de1a980d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004287',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 199396,
'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': 'SKODA Kodiaq 1.5 TSI ACT 110kW DSG Sportline Business 5D',
'transmission': 'automatic',
'trim': 'SKODA 1.5 TSI ACT 110kW DSG Sportline Business 5D',
'vin': None,
'year': 2021}
2026-03-27 18:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:05 [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-27 18:50:05 [ecarstrade.nl] INFO: Saving data for 7004287auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537205.249925, 'last_price_update_time': 1774637405.625603}
2026-03-27 18:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004287auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:06 [scrapy.extensions.logstats] INFO: Crawled 201 pages (at 32 pages/min), scraped 188 items (at 29 items/min)
2026-03-27 18:50:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 287MiB
2026-03-27 18:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004318> (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-27 18:50:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:08 [ecarstrade.nl] INFO: Extracting details for car 7004318auction111077
2026-03-27 18:50:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffac9d20-1719-5377-a6b7-e5d6584c9d69 with identifier: 7004318auction111077
2026-03-27 18:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffac9d20-1719-5377-a6b7-e5d6584c9d69 with scrape type 2
2026-03-27 18:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffac9d20-1719-5377-a6b7-e5d6584c9d69 with scrape type 2
2026-03-27 18:50:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ffac9d20-1719-5377-a6b7-e5d6584c9d69, identifier: 7004318auction111077
2026-03-27 18:50:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ffac9d20-1719-5377-a6b7-e5d6584c9d69 with identifier: 7004318auction111077
2026-03-27 18:50:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ffac9d20-1719-5377-a6b7-e5d6584c9d69 with identifier: 7004318auction111077
2026-03-27 18:50:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ffac9d20-1719-5377-a6b7-e5d6584c9d69 with identifier: 7004318auction111077 to the API
2026-03-27 18:50:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004318>
{'auction_title': '',
'c_o_2_emission_value': 149,
'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': 'ffac9d20-1719-5377-a6b7-e5d6584c9d69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004318',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '5008',
'odometer': 120625,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-28',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 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-27 18:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:09 [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-27 18:50:09 [ecarstrade.nl] INFO: Saving data for 7004318auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537216.556224, 'last_price_update_time': 1774637409.156417}
2026-03-27 18:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004318auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004122> (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-27 18:50:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:09 [ecarstrade.nl] INFO: Extracting details for car 7004122auction111077
2026-03-27 18:50:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c192324-ebdb-5793-b9ef-5ac413a599b1 with identifier: 7004122auction111077
2026-03-27 18:50:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c192324-ebdb-5793-b9ef-5ac413a599b1 with scrape type 2
2026-03-27 18:50:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c192324-ebdb-5793-b9ef-5ac413a599b1 with scrape type 2
2026-03-27 18:50:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0c192324-ebdb-5793-b9ef-5ac413a599b1, identifier: 7004122auction111077
2026-03-27 18:50:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0c192324-ebdb-5793-b9ef-5ac413a599b1 with identifier: 7004122auction111077
2026-03-27 18:50:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0c192324-ebdb-5793-b9ef-5ac413a599b1 with identifier: 7004122auction111077
2026-03-27 18:50:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0c192324-ebdb-5793-b9ef-5ac413a599b1 with identifier: 7004122auction111077 to the API
2026-03-27 18:50:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004122>
{'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': '0c192324-ebdb-5793-b9ef-5ac413a599b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004122',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 85642,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-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-27 18:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:10 [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-27 18:50:10 [ecarstrade.nl] INFO: Saving data for 7004122auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537212.64738, 'last_price_update_time': 1774637410.008076}
2026-03-27 18:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004122auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:11 [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-27 18:50:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:11 [ecarstrade.nl] INFO: Extracting details for car 7004148auction111077
2026-03-27 18:50:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa2c8db8-2951-5bb8-8b4f-abdd11dba884 with identifier: 7004148auction111077
2026-03-27 18:50:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa2c8db8-2951-5bb8-8b4f-abdd11dba884 with scrape type 2
2026-03-27 18:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa2c8db8-2951-5bb8-8b4f-abdd11dba884 with scrape type 2
2026-03-27 18:50:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aa2c8db8-2951-5bb8-8b4f-abdd11dba884, identifier: 7004148auction111077
2026-03-27 18:50:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aa2c8db8-2951-5bb8-8b4f-abdd11dba884 with identifier: 7004148auction111077
2026-03-27 18:50:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aa2c8db8-2951-5bb8-8b4f-abdd11dba884 with identifier: 7004148auction111077
2026-03-27 18:50:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aa2c8db8-2951-5bb8-8b4f-abdd11dba884 with identifier: 7004148auction111077 to the API
2026-03-27 18:50:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:12 [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-27 18:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004148auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:12 [ecarstrade.nl] INFO: Saving data for 7004148auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537076.292489, 'last_price_update_time': 1774637412.083675}
2026-03-27 18:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004148auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004288> (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-27 18: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-27 18:50:12 [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-27 18: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-27 18:50:12 [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-27 18: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-27 18:50:12 [ecarstrade.nl] INFO: Extracting details for car 7004288auction111077
2026-03-27 18:50:12 [ecarstrade.nl] INFO: Extracting details for car 7004320auction111077
2026-03-27 18:50:12 [ecarstrade.nl] INFO: Extracting details for car 7004168auction111077
2026-03-27 18:50:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d93aca2-018f-52cb-b7f7-24a663326709 with identifier: 7004288auction111077
2026-03-27 18:50:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d93aca2-018f-52cb-b7f7-24a663326709 with scrape type 2
2026-03-27 18:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d93aca2-018f-52cb-b7f7-24a663326709 with scrape type 2
2026-03-27 18:50:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6d93aca2-018f-52cb-b7f7-24a663326709, identifier: 7004288auction111077
2026-03-27 18:50:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6d93aca2-018f-52cb-b7f7-24a663326709 with identifier: 7004288auction111077
2026-03-27 18:50:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6d93aca2-018f-52cb-b7f7-24a663326709 with identifier: 7004288auction111077
2026-03-27 18:50:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6d93aca2-018f-52cb-b7f7-24a663326709 with identifier: 7004288auction111077 to the API
2026-03-27 18:50:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004288>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '6d93aca2-018f-52cb-b7f7-24a663326709',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004288',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 162471,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Kodiaq 1.5 TSI ACT 110kW Business Edition 5D',
'transmission': 'manual',
'trim': 'SKODA 1.5 TSI ACT 110kW Business Edition 5D',
'vin': None,
'year': 2020}
2026-03-27 18:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004288auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:12 [ecarstrade.nl] INFO: Saving data for 7004288auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537209.480399, 'last_price_update_time': 1774637412.586436}
2026-03-27 18:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004288auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:12 [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-27 18:50:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9416457d-e415-55c1-bc88-0a3bd1205fe6 with identifier: 7004320auction111077
2026-03-27 18:50:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9416457d-e415-55c1-bc88-0a3bd1205fe6 with scrape type 2
2026-03-27 18:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9416457d-e415-55c1-bc88-0a3bd1205fe6 with scrape type 2
2026-03-27 18:50:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9416457d-e415-55c1-bc88-0a3bd1205fe6, identifier: 7004320auction111077
2026-03-27 18:50:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76 with identifier: 7004168auction111077
2026-03-27 18:50:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76 with scrape type 2
2026-03-27 18:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76 with scrape type 2
2026-03-27 18:50:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76, identifier: 7004168auction111077
2026-03-27 18: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-27 18:50:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9416457d-e415-55c1-bc88-0a3bd1205fe6 with identifier: 7004320auction111077
2026-03-27 18:50:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9416457d-e415-55c1-bc88-0a3bd1205fe6 with identifier: 7004320auction111077
2026-03-27 18:50:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9416457d-e415-55c1-bc88-0a3bd1205fe6 with identifier: 7004320auction111077 to the API
2026-03-27 18:50:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:13 [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-27 18:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004320auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:13 [ecarstrade.nl] INFO: Saving data for 7004320auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537077.854593, 'last_price_update_time': 1774637413.031083}
2026-03-27 18:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004320auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76 with identifier: 7004168auction111077
2026-03-27 18:50:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76 with identifier: 7004168auction111077
2026-03-27 18:50:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ab9b8f45-fa7d-53af-9dd4-2c7ba6f87d76 with identifier: 7004168auction111077 to the API
2026-03-27 18:50:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:13 [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-27 18:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004168auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:13 [ecarstrade.nl] INFO: Saving data for 7004168auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537105.452552, 'last_price_update_time': 1774637413.283685}
2026-03-27 18:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004168auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:13 [ecarstrade.nl] INFO: Extracting details for car 7004268auction111077
2026-03-27 18:50:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc9725ff-1166-57f3-9142-acc3bb476b88 with identifier: 7004268auction111077
2026-03-27 18:50:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc9725ff-1166-57f3-9142-acc3bb476b88 with scrape type 2
2026-03-27 18:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc9725ff-1166-57f3-9142-acc3bb476b88 with scrape type 2
2026-03-27 18:50:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cc9725ff-1166-57f3-9142-acc3bb476b88, identifier: 7004268auction111077
2026-03-27 18:50:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cc9725ff-1166-57f3-9142-acc3bb476b88 with identifier: 7004268auction111077
2026-03-27 18:50:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cc9725ff-1166-57f3-9142-acc3bb476b88 with identifier: 7004268auction111077
2026-03-27 18:50:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cc9725ff-1166-57f3-9142-acc3bb476b88 with identifier: 7004268auction111077 to the API
2026-03-27 18:50:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:13 [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-27 18:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004268auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:13 [ecarstrade.nl] INFO: Saving data for 7004268auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537078.331206, 'last_price_update_time': 1774637413.616441}
2026-03-27 18:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004268auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:15 [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-27 18:50:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:15 [ecarstrade.nl] INFO: Extracting details for car 7004272auction111077
2026-03-27 18:50:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6abc383-f0b5-5d41-9b4d-adddb496b8fb with identifier: 7004272auction111077
2026-03-27 18:50:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6abc383-f0b5-5d41-9b4d-adddb496b8fb with scrape type 2
2026-03-27 18:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6abc383-f0b5-5d41-9b4d-adddb496b8fb with scrape type 2
2026-03-27 18:50:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a6abc383-f0b5-5d41-9b4d-adddb496b8fb, identifier: 7004272auction111077
2026-03-27 18:50:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a6abc383-f0b5-5d41-9b4d-adddb496b8fb with identifier: 7004272auction111077
2026-03-27 18:50:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a6abc383-f0b5-5d41-9b4d-adddb496b8fb with identifier: 7004272auction111077
2026-03-27 18:50:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a6abc383-f0b5-5d41-9b4d-adddb496b8fb with identifier: 7004272auction111077 to the API
2026-03-27 18:50:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:16 [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-27 18:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:16 [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-27 18:50:16 [ecarstrade.nl] INFO: Saving data for 7004272auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537104.657409, 'last_price_update_time': 1774637416.100791}
2026-03-27 18:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004272auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:16 [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-27 18:50:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:16 [ecarstrade.nl] INFO: Extracting details for car 7004309auction111077
2026-03-27 18:50:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0d8c38e-44b4-5582-b409-14203d5f8f85 with identifier: 7004309auction111077
2026-03-27 18:50:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0d8c38e-44b4-5582-b409-14203d5f8f85 with scrape type 2
2026-03-27 18:50:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0d8c38e-44b4-5582-b409-14203d5f8f85 with scrape type 2
2026-03-27 18:50:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f0d8c38e-44b4-5582-b409-14203d5f8f85, identifier: 7004309auction111077
2026-03-27 18:50:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f0d8c38e-44b4-5582-b409-14203d5f8f85 with identifier: 7004309auction111077
2026-03-27 18:50:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f0d8c38e-44b4-5582-b409-14203d5f8f85 with identifier: 7004309auction111077
2026-03-27 18:50:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f0d8c38e-44b4-5582-b409-14203d5f8f85 with identifier: 7004309auction111077 to the API
2026-03-27 18:50:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:16 [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-27 18:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:16 [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-27 18:50:16 [ecarstrade.nl] INFO: Saving data for 7004309auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537211.792911, 'last_price_update_time': 1774637416.597227}
2026-03-27 18:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004309auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:20 [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-27 18:50:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:20 [ecarstrade.nl] INFO: Extracting details for car 7004293auction111077
2026-03-27 18:50:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5258c49b-9275-5f06-8193-8089e60cf03b with identifier: 7004293auction111077
2026-03-27 18:50:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5258c49b-9275-5f06-8193-8089e60cf03b with scrape type 2
2026-03-27 18:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5258c49b-9275-5f06-8193-8089e60cf03b with scrape type 2
2026-03-27 18:50:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5258c49b-9275-5f06-8193-8089e60cf03b, identifier: 7004293auction111077
2026-03-27 18:50:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5258c49b-9275-5f06-8193-8089e60cf03b with identifier: 7004293auction111077
2026-03-27 18:50:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5258c49b-9275-5f06-8193-8089e60cf03b with identifier: 7004293auction111077
2026-03-27 18:50:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5258c49b-9275-5f06-8193-8089e60cf03b with identifier: 7004293auction111077 to the API
2026-03-27 18:50:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:20 [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-27 18:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004293auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:20 [ecarstrade.nl] INFO: Saving data for 7004293auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537175.578907, 'last_price_update_time': 1774637420.937931}
2026-03-27 18:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004293auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:20 [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-27 18:50:20 [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-27 18:50:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:21 [ecarstrade.nl] INFO: Extracting details for car 7004189auction111077
2026-03-27 18:50:21 [ecarstrade.nl] INFO: Extracting details for car 7004120auction111077
2026-03-27 18:50:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87f1610d-a21a-5e23-bda2-46f7f5b435de with identifier: 7004189auction111077
2026-03-27 18:50:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87f1610d-a21a-5e23-bda2-46f7f5b435de with scrape type 2
2026-03-27 18:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87f1610d-a21a-5e23-bda2-46f7f5b435de with scrape type 2
2026-03-27 18:50:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 87f1610d-a21a-5e23-bda2-46f7f5b435de, identifier: 7004189auction111077
2026-03-27 18:50:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 738655eb-bbaa-50d7-b4c1-1ef280334a4a with identifier: 7004120auction111077
2026-03-27 18:50:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 738655eb-bbaa-50d7-b4c1-1ef280334a4a with scrape type 2
2026-03-27 18:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 738655eb-bbaa-50d7-b4c1-1ef280334a4a with scrape type 2
2026-03-27 18:50:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 738655eb-bbaa-50d7-b4c1-1ef280334a4a, identifier: 7004120auction111077
2026-03-27 18:50:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 87f1610d-a21a-5e23-bda2-46f7f5b435de with identifier: 7004189auction111077
2026-03-27 18:50:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 87f1610d-a21a-5e23-bda2-46f7f5b435de with identifier: 7004189auction111077
2026-03-27 18:50:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 87f1610d-a21a-5e23-bda2-46f7f5b435de with identifier: 7004189auction111077 to the API
2026-03-27 18:50:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:21 [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-27 18:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:21 [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-27 18:50:21 [ecarstrade.nl] INFO: Saving data for 7004189auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537188.099367, 'last_price_update_time': 1774637421.514322}
2026-03-27 18:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004189auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 738655eb-bbaa-50d7-b4c1-1ef280334a4a with identifier: 7004120auction111077
2026-03-27 18:50:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 738655eb-bbaa-50d7-b4c1-1ef280334a4a with identifier: 7004120auction111077
2026-03-27 18:50:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 738655eb-bbaa-50d7-b4c1-1ef280334a4a with identifier: 7004120auction111077 to the API
2026-03-27 18:50:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:21 [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-27 18:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:21 [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-27 18:50:21 [ecarstrade.nl] INFO: Saving data for 7004120auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537177.554271, 'last_price_update_time': 1774637421.754902}
2026-03-27 18:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004120auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:21 [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-27 18:50:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:21 [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-27 18:50:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:21 [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-27 18:50:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:21 [ecarstrade.nl] INFO: Extracting details for car 7004274auction111077
2026-03-27 18:50:21 [ecarstrade.nl] INFO: Extracting details for car 7004188auction111077
2026-03-27 18:50:21 [ecarstrade.nl] INFO: Extracting details for car 7004109auction111077
2026-03-27 18:50:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 119f29f9-5255-5139-bef9-86a682935a3e with identifier: 7004274auction111077
2026-03-27 18:50:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 119f29f9-5255-5139-bef9-86a682935a3e with scrape type 2
2026-03-27 18:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 119f29f9-5255-5139-bef9-86a682935a3e with scrape type 2
2026-03-27 18:50:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 119f29f9-5255-5139-bef9-86a682935a3e, identifier: 7004274auction111077
2026-03-27 18:50:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 119f29f9-5255-5139-bef9-86a682935a3e with identifier: 7004274auction111077
2026-03-27 18:50:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 119f29f9-5255-5139-bef9-86a682935a3e with identifier: 7004274auction111077
2026-03-27 18:50:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 119f29f9-5255-5139-bef9-86a682935a3e with identifier: 7004274auction111077 to the API
2026-03-27 18:50:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:22 [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-27 18:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004274auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:22 [ecarstrade.nl] INFO: Saving data for 7004274auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537176.688248, 'last_price_update_time': 1774637422.240478}
2026-03-27 18:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004274auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66c1dd09-1756-50eb-9882-f2fb0b4609aa with identifier: 7004188auction111077
2026-03-27 18:50:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66c1dd09-1756-50eb-9882-f2fb0b4609aa with scrape type 2
2026-03-27 18:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66c1dd09-1756-50eb-9882-f2fb0b4609aa with scrape type 2
2026-03-27 18:50:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 66c1dd09-1756-50eb-9882-f2fb0b4609aa, identifier: 7004188auction111077
2026-03-27 18:50:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9ce935f-71a2-5302-bf18-09c07f2b478e with identifier: 7004109auction111077
2026-03-27 18:50:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9ce935f-71a2-5302-bf18-09c07f2b478e with scrape type 2
2026-03-27 18:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9ce935f-71a2-5302-bf18-09c07f2b478e with scrape type 2
2026-03-27 18:50:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a9ce935f-71a2-5302-bf18-09c07f2b478e, identifier: 7004109auction111077
2026-03-27 18:50:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 66c1dd09-1756-50eb-9882-f2fb0b4609aa with identifier: 7004188auction111077
2026-03-27 18:50:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 66c1dd09-1756-50eb-9882-f2fb0b4609aa with identifier: 7004188auction111077
2026-03-27 18:50:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 66c1dd09-1756-50eb-9882-f2fb0b4609aa with identifier: 7004188auction111077 to the API
2026-03-27 18:50:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:22 [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-27 18:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004188auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:22 [ecarstrade.nl] INFO: Saving data for 7004188auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537176.086562, 'last_price_update_time': 1774637422.670748}
2026-03-27 18:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004188auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a9ce935f-71a2-5302-bf18-09c07f2b478e with identifier: 7004109auction111077
2026-03-27 18:50:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a9ce935f-71a2-5302-bf18-09c07f2b478e with identifier: 7004109auction111077
2026-03-27 18:50:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a9ce935f-71a2-5302-bf18-09c07f2b478e with identifier: 7004109auction111077 to the API
2026-03-27 18:50:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:22 [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-27 18:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004109auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:22 [ecarstrade.nl] INFO: Saving data for 7004109auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537177.140698, 'last_price_update_time': 1774637422.945222}
2026-03-27 18:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004109auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:22 [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-27 18:50:22 [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-27 18: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-27 18: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-27 18:50:23 [ecarstrade.nl] INFO: Extracting details for car 7004271auction111077
2026-03-27 18:50:23 [ecarstrade.nl] INFO: Extracting details for car 7004121auction111077
2026-03-27 18:50:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e266a121-07a6-5a1c-83d5-0a4a677576e5 with identifier: 7004271auction111077
2026-03-27 18:50:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e266a121-07a6-5a1c-83d5-0a4a677576e5 with scrape type 2
2026-03-27 18:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e266a121-07a6-5a1c-83d5-0a4a677576e5 with scrape type 2
2026-03-27 18:50:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e266a121-07a6-5a1c-83d5-0a4a677576e5, identifier: 7004271auction111077
2026-03-27 18:50:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd23a64e-107b-53fb-bad8-4fa66ea3fe53 with identifier: 7004121auction111077
2026-03-27 18:50:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd23a64e-107b-53fb-bad8-4fa66ea3fe53 with scrape type 2
2026-03-27 18:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd23a64e-107b-53fb-bad8-4fa66ea3fe53 with scrape type 2
2026-03-27 18:50:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cd23a64e-107b-53fb-bad8-4fa66ea3fe53, identifier: 7004121auction111077
2026-03-27 18:50:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e266a121-07a6-5a1c-83d5-0a4a677576e5 with identifier: 7004271auction111077
2026-03-27 18:50:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e266a121-07a6-5a1c-83d5-0a4a677576e5 with identifier: 7004271auction111077
2026-03-27 18:50:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e266a121-07a6-5a1c-83d5-0a4a677576e5 with identifier: 7004271auction111077 to the API
2026-03-27 18:50:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:23 [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-27 18:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004271auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:23 [ecarstrade.nl] INFO: Saving data for 7004271auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537185.464995, 'last_price_update_time': 1774637423.504804}
2026-03-27 18:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004271auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cd23a64e-107b-53fb-bad8-4fa66ea3fe53 with identifier: 7004121auction111077
2026-03-27 18:50:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cd23a64e-107b-53fb-bad8-4fa66ea3fe53 with identifier: 7004121auction111077
2026-03-27 18:50:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cd23a64e-107b-53fb-bad8-4fa66ea3fe53 with identifier: 7004121auction111077 to the API
2026-03-27 18:50:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:23 [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-27 18:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004121auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:23 [ecarstrade.nl] INFO: Saving data for 7004121auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537186.209072, 'last_price_update_time': 1774637423.758561}
2026-03-27 18:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004121auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:27 [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-27 18:50:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:27 [ecarstrade.nl] INFO: Extracting details for car 7004113auction111077
2026-03-27 18:50:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f95402d1-2349-52de-8133-49db3a88c476 with identifier: 7004113auction111077
2026-03-27 18:50:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f95402d1-2349-52de-8133-49db3a88c476 with scrape type 2
2026-03-27 18:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f95402d1-2349-52de-8133-49db3a88c476 with scrape type 2
2026-03-27 18:50:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f95402d1-2349-52de-8133-49db3a88c476, identifier: 7004113auction111077
2026-03-27 18:50:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f95402d1-2349-52de-8133-49db3a88c476 with identifier: 7004113auction111077
2026-03-27 18:50:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f95402d1-2349-52de-8133-49db3a88c476 with identifier: 7004113auction111077
2026-03-27 18:50:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f95402d1-2349-52de-8133-49db3a88c476 with identifier: 7004113auction111077 to the API
2026-03-27 18:50:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:27 [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-27 18:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004113auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:27 [ecarstrade.nl] INFO: Saving data for 7004113auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537189.485381, 'last_price_update_time': 1774637427.945186}
2026-03-27 18:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004113auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:28 [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-27 18:50:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:28 [ecarstrade.nl] INFO: Extracting details for car 7004143auction111077
2026-03-27 18:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 899f33a4-1ab0-5f1f-a831-676301bf8ea1 with identifier: 7004143auction111077
2026-03-27 18:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 899f33a4-1ab0-5f1f-a831-676301bf8ea1 with scrape type 2
2026-03-27 18:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 899f33a4-1ab0-5f1f-a831-676301bf8ea1 with scrape type 2
2026-03-27 18:50:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 899f33a4-1ab0-5f1f-a831-676301bf8ea1, identifier: 7004143auction111077
2026-03-27 18:50:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 899f33a4-1ab0-5f1f-a831-676301bf8ea1 with identifier: 7004143auction111077
2026-03-27 18:50:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 899f33a4-1ab0-5f1f-a831-676301bf8ea1 with identifier: 7004143auction111077
2026-03-27 18:50:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 899f33a4-1ab0-5f1f-a831-676301bf8ea1 with identifier: 7004143auction111077 to the API
2026-03-27 18:50:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:28 [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-27 18:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004143auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:28 [ecarstrade.nl] INFO: Saving data for 7004143auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537191.533879, 'last_price_update_time': 1774637428.462547}
2026-03-27 18:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004143auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:28 [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-27 18:50:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:28 [ecarstrade.nl] INFO: Extracting details for car 7004284auction111077
2026-03-27 18:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cd141f1-9a92-5d3e-a759-e2fb578cf723 with identifier: 7004284auction111077
2026-03-27 18:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cd141f1-9a92-5d3e-a759-e2fb578cf723 with scrape type 2
2026-03-27 18:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cd141f1-9a92-5d3e-a759-e2fb578cf723 with scrape type 2
2026-03-27 18:50:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9cd141f1-9a92-5d3e-a759-e2fb578cf723, identifier: 7004284auction111077
2026-03-27 18:50:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9cd141f1-9a92-5d3e-a759-e2fb578cf723 with identifier: 7004284auction111077
2026-03-27 18:50:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9cd141f1-9a92-5d3e-a759-e2fb578cf723 with identifier: 7004284auction111077
2026-03-27 18:50:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9cd141f1-9a92-5d3e-a759-e2fb578cf723 with identifier: 7004284auction111077 to the API
2026-03-27 18:50:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:29 [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-27 18:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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-27 18:50:29 [ecarstrade.nl] INFO: Saving data for 7004284auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537201.125424, 'last_price_update_time': 1774637429.260805}
2026-03-27 18:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004284auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:29 [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-27 18: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-27 18:50:29 [ecarstrade.nl] INFO: Extracting details for car 7004179auction111077
2026-03-27 18:50:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f300188-42db-5178-9c6e-f8caa5ce11b8 with identifier: 7004179auction111077
2026-03-27 18:50:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f300188-42db-5178-9c6e-f8caa5ce11b8 with scrape type 2
2026-03-27 18:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f300188-42db-5178-9c6e-f8caa5ce11b8 with scrape type 2
2026-03-27 18:50:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5f300188-42db-5178-9c6e-f8caa5ce11b8, identifier: 7004179auction111077
2026-03-27 18:50:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5f300188-42db-5178-9c6e-f8caa5ce11b8 with identifier: 7004179auction111077
2026-03-27 18:50:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5f300188-42db-5178-9c6e-f8caa5ce11b8 with identifier: 7004179auction111077
2026-03-27 18:50:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5f300188-42db-5178-9c6e-f8caa5ce11b8 with identifier: 7004179auction111077 to the API
2026-03-27 18:50:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:29 [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-27 18:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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-27 18:50:29 [ecarstrade.nl] INFO: Saving data for 7004179auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537106.979456, 'last_price_update_time': 1774637429.882803}
2026-03-27 18:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004179auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:29 [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-27 18: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-27 18:50:29 [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-27 18: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-27 18:50:30 [ecarstrade.nl] INFO: Extracting details for car 7004317auction111077
2026-03-27 18:50:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 281fa9e2-5194-5a52-8eca-1dbd6e585960 with identifier: 7004317auction111077
2026-03-27 18:50:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 281fa9e2-5194-5a52-8eca-1dbd6e585960 with scrape type 2
2026-03-27 18:50:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 281fa9e2-5194-5a52-8eca-1dbd6e585960 with scrape type 2
2026-03-27 18:50:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 281fa9e2-5194-5a52-8eca-1dbd6e585960, identifier: 7004317auction111077
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:50:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 281fa9e2-5194-5a52-8eca-1dbd6e585960 with identifier: 7004317auction111077
2026-03-27 18:50:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 281fa9e2-5194-5a52-8eca-1dbd6e585960 with identifier: 7004317auction111077
2026-03-27 18:50:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 281fa9e2-5194-5a52-8eca-1dbd6e585960 with identifier: 7004317auction111077 to the API
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:30 [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-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Saving data for 7004317auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537192.524198, 'last_price_update_time': 1774637430.448177}
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004317auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004294auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004294auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004277auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004277auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004107auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004107auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004159auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004159auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004172auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004172auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004269auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004269auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004296auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004296auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004160auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004160auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004273auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004273auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004280auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004280auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004298auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004298auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004267auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004267auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004286auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004286auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004295auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004295auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004322auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004322auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004164auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004164auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004145auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004145auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004316auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004316auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004321auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004321auction111077: 2
2026-03-27 18:50:30 [ecarstrade.nl] INFO: Found listing with ID: 7004108auction111077
2026-03-27 18:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:30 [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-27 18:50:30 [ecarstrade.nl] INFO: Scrape type for 7004108auction111077: 2
2026-03-27 18:50:30 [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-27 18:50:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:31 [ecarstrade.nl] INFO: Extracting details for car 7004142auction111077
2026-03-27 18:50:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 415ec1c7-2c80-5b2d-b07d-18bf18b0d613 with identifier: 7004142auction111077
2026-03-27 18:50:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 415ec1c7-2c80-5b2d-b07d-18bf18b0d613 with scrape type 2
2026-03-27 18:50:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 415ec1c7-2c80-5b2d-b07d-18bf18b0d613 with scrape type 2
2026-03-27 18:50:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 415ec1c7-2c80-5b2d-b07d-18bf18b0d613, identifier: 7004142auction111077
2026-03-27 18:50:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 415ec1c7-2c80-5b2d-b07d-18bf18b0d613 with identifier: 7004142auction111077
2026-03-27 18:50:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 415ec1c7-2c80-5b2d-b07d-18bf18b0d613 with identifier: 7004142auction111077
2026-03-27 18:50:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 415ec1c7-2c80-5b2d-b07d-18bf18b0d613 with identifier: 7004142auction111077 to the API
2026-03-27 18:50:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:32 [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-27 18:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:32 [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-27 18:50:32 [ecarstrade.nl] INFO: Saving data for 7004142auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537162.892044, 'last_price_update_time': 1774637432.069436}
2026-03-27 18:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004142auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:32 [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-27 18:50:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:32 [ecarstrade.nl] INFO: Extracting details for car 7004118auction111077
2026-03-27 18:50:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a98300f2-ee39-50df-b6f6-85ffcbb066e1 with identifier: 7004118auction111077
2026-03-27 18:50:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a98300f2-ee39-50df-b6f6-85ffcbb066e1 with scrape type 2
2026-03-27 18:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a98300f2-ee39-50df-b6f6-85ffcbb066e1 with scrape type 2
2026-03-27 18:50:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a98300f2-ee39-50df-b6f6-85ffcbb066e1, identifier: 7004118auction111077
2026-03-27 18:50:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a98300f2-ee39-50df-b6f6-85ffcbb066e1 with identifier: 7004118auction111077
2026-03-27 18:50:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a98300f2-ee39-50df-b6f6-85ffcbb066e1 with identifier: 7004118auction111077
2026-03-27 18:50:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a98300f2-ee39-50df-b6f6-85ffcbb066e1 with identifier: 7004118auction111077 to the API
2026-03-27 18:50:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:32 [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-27 18:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:32 [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-27 18:50:32 [ecarstrade.nl] INFO: Saving data for 7004118auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537191.095898, 'last_price_update_time': 1774637432.694086}
2026-03-27 18:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004118auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004258> (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-27 18:50:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:34 [ecarstrade.nl] INFO: Extracting details for car 7004258auction111077
2026-03-27 18:50:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81fe1207-f7a6-5cd9-be11-cc5c7566a602 with identifier: 7004258auction111077
2026-03-27 18:50:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81fe1207-f7a6-5cd9-be11-cc5c7566a602 with scrape type 2
2026-03-27 18:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81fe1207-f7a6-5cd9-be11-cc5c7566a602 with scrape type 2
2026-03-27 18:50:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 81fe1207-f7a6-5cd9-be11-cc5c7566a602, identifier: 7004258auction111077
2026-03-27 18:50:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 81fe1207-f7a6-5cd9-be11-cc5c7566a602 with identifier: 7004258auction111077
2026-03-27 18:50:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 81fe1207-f7a6-5cd9-be11-cc5c7566a602 with identifier: 7004258auction111077
2026-03-27 18:50:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 81fe1207-f7a6-5cd9-be11-cc5c7566a602 with identifier: 7004258auction111077 to the API
2026-03-27 18:50:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004258>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '81fe1207-f7a6-5cd9-be11-cc5c7566a602',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004258',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 12174,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI 70kW Life 5D Athlon Edition',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO 1.0 TSI 70kW Life 5D Athlon Edition',
'vin': None,
'year': 2022}
2026-03-27 18:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:34 [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-27 18:50:34 [ecarstrade.nl] INFO: Saving data for 7004258auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537220.197329, 'last_price_update_time': 1774637434.34877}
2026-03-27 18:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004258auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004115> (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-27 18: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-27 18:50:35 [ecarstrade.nl] INFO: Extracting details for car 7004115auction111077
2026-03-27 18:50:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ed1752f-b94f-5e79-a286-9a46627ba55f with identifier: 7004115auction111077
2026-03-27 18:50:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ed1752f-b94f-5e79-a286-9a46627ba55f with scrape type 2
2026-03-27 18:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ed1752f-b94f-5e79-a286-9a46627ba55f with scrape type 2
2026-03-27 18:50:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3ed1752f-b94f-5e79-a286-9a46627ba55f, identifier: 7004115auction111077
2026-03-27 18:50:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3ed1752f-b94f-5e79-a286-9a46627ba55f with identifier: 7004115auction111077
2026-03-27 18:50:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3ed1752f-b94f-5e79-a286-9a46627ba55f with identifier: 7004115auction111077
2026-03-27 18:50:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3ed1752f-b94f-5e79-a286-9a46627ba55f with identifier: 7004115auction111077 to the API
2026-03-27 18:50:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004115>
{'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': '3ed1752f-b94f-5e79-a286-9a46627ba55f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004115',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mini',
'model': 'Cooper',
'odometer': 73687,
'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-27 18:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004115auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:35 [ecarstrade.nl] INFO: Saving data for 7004115auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537163.792683, 'last_price_update_time': 1774637435.749556}
2026-03-27 18:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004115auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004110> (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-27 18: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-27 18:50:36 [ecarstrade.nl] INFO: Extracting details for car 7004110auction111077
2026-03-27 18:50:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91ae88cc-c314-59ce-bce8-d83289de2886 with identifier: 7004110auction111077
2026-03-27 18:50:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91ae88cc-c314-59ce-bce8-d83289de2886 with scrape type 2
2026-03-27 18:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91ae88cc-c314-59ce-bce8-d83289de2886 with scrape type 2
2026-03-27 18:50:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 91ae88cc-c314-59ce-bce8-d83289de2886, identifier: 7004110auction111077
2026-03-27 18:50:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 91ae88cc-c314-59ce-bce8-d83289de2886 with identifier: 7004110auction111077
2026-03-27 18:50:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 91ae88cc-c314-59ce-bce8-d83289de2886 with identifier: 7004110auction111077
2026-03-27 18:50:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 91ae88cc-c314-59ce-bce8-d83289de2886 with identifier: 7004110auction111077 to the API
2026-03-27 18:50:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004110>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'White',
'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': '91ae88cc-c314-59ce-bce8-d83289de2886',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004110',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 74609,
'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': 'NISSAN Qashqai 1.3 Mild-Hybrid 140 ACENTA MT Athlon Edition',
'transmission': 'manual',
'trim': 'NISSAN 1.3 Mild-Hybrid 140 ACENTA MT Athlon Edition',
'vin': None,
'year': 2022}
2026-03-27 18:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004110auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:36 [ecarstrade.nl] INFO: Saving data for 7004110auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537166.531883, 'last_price_update_time': 1774637436.386021}
2026-03-27 18:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004110auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:36 [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-27 18: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-27 18:50:36 [ecarstrade.nl] INFO: Extracting details for car 7004182auction111077
2026-03-27 18:50:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d732d29-2c3e-558c-b1c8-d6e39ad7458a with identifier: 7004182auction111077
2026-03-27 18:50:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d732d29-2c3e-558c-b1c8-d6e39ad7458a with scrape type 2
2026-03-27 18:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d732d29-2c3e-558c-b1c8-d6e39ad7458a with scrape type 2
2026-03-27 18:50:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4d732d29-2c3e-558c-b1c8-d6e39ad7458a, identifier: 7004182auction111077
2026-03-27 18:50:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4d732d29-2c3e-558c-b1c8-d6e39ad7458a with identifier: 7004182auction111077
2026-03-27 18:50:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4d732d29-2c3e-558c-b1c8-d6e39ad7458a with identifier: 7004182auction111077
2026-03-27 18:50:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4d732d29-2c3e-558c-b1c8-d6e39ad7458a with identifier: 7004182auction111077 to the API
2026-03-27 18:50:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:37 [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-27 18:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004182auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:37 [ecarstrade.nl] INFO: Saving data for 7004182auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537180.569752, 'last_price_update_time': 1774637437.258411}
2026-03-27 18:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004182auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004149> (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-27 18:50:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:37 [ecarstrade.nl] INFO: Extracting details for car 7004149auction111077
2026-03-27 18:50:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 892b7c3f-6c45-5a6e-af74-cd4b4b0e0636 with identifier: 7004149auction111077
2026-03-27 18:50:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 892b7c3f-6c45-5a6e-af74-cd4b4b0e0636 with scrape type 2
2026-03-27 18:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 892b7c3f-6c45-5a6e-af74-cd4b4b0e0636 with scrape type 2
2026-03-27 18:50:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 892b7c3f-6c45-5a6e-af74-cd4b4b0e0636, identifier: 7004149auction111077
2026-03-27 18:50:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 892b7c3f-6c45-5a6e-af74-cd4b4b0e0636 with identifier: 7004149auction111077
2026-03-27 18:50:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 892b7c3f-6c45-5a6e-af74-cd4b4b0e0636 with identifier: 7004149auction111077
2026-03-27 18:50:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 892b7c3f-6c45-5a6e-af74-cd4b4b0e0636 with identifier: 7004149auction111077 to the API
2026-03-27 18:50:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004149>
{'auction_title': '',
'c_o_2_emission_value': 131,
'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': 'Petrol',
'id': '892b7c3f-6c45-5a6e-af74-cd4b4b0e0636',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004149',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Sportage',
'odometer': 194968,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-27',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE 1.6 T-GDi Hyb.Dyn.Pl.L.AT6 169kW Athlon Edition',
'transmission': 'automatic',
'trim': 'KIA SPORTAGE 1.6 T-GDi Hyb.Dyn.Pl.L.AT6 169kW Athlon Edition',
'vin': None,
'year': 2022}
2026-03-27 18:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004149auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:37 [ecarstrade.nl] INFO: Saving data for 7004149auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537218.16515, 'last_price_update_time': 1774637437.765471}
2026-03-27 18:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004149auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:37 [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-27 18:50:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:37 [ecarstrade.nl] INFO: Extracting details for car 7004323auction111077
2026-03-27 18:50:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c510917-b7e6-5248-8db1-a3c1198b6ad1 with identifier: 7004323auction111077
2026-03-27 18:50:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c510917-b7e6-5248-8db1-a3c1198b6ad1 with scrape type 2
2026-03-27 18:50:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c510917-b7e6-5248-8db1-a3c1198b6ad1 with scrape type 2
2026-03-27 18:50:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2c510917-b7e6-5248-8db1-a3c1198b6ad1, identifier: 7004323auction111077
2026-03-27 18:50:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2c510917-b7e6-5248-8db1-a3c1198b6ad1 with identifier: 7004323auction111077
2026-03-27 18:50:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2c510917-b7e6-5248-8db1-a3c1198b6ad1 with identifier: 7004323auction111077
2026-03-27 18:50:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2c510917-b7e6-5248-8db1-a3c1198b6ad1 with identifier: 7004323auction111077 to the API
2026-03-27 18:50:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:38 [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-27 18:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004323auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:38 [ecarstrade.nl] INFO: Saving data for 7004323auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537181.981385, 'last_price_update_time': 1774637438.223048}
2026-03-27 18:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004323auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:39 [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-27 18:50:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:39 [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-27 18:50:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:39 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:50:39 [ecarstrade.nl] INFO: Extracting details for car 7004157auction111077
2026-03-27 18:50:39 [ecarstrade.nl] INFO: Found listing with ID: 7004270auction111077
2026-03-27 18:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004270auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:39 [ecarstrade.nl] INFO: Scrape type for 7004270auction111077: 2
2026-03-27 18:50:39 [ecarstrade.nl] INFO: Found listing with ID: 7004101auction111077
2026-03-27 18:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004101auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:39 [ecarstrade.nl] INFO: Scrape type for 7004101auction111077: 2
2026-03-27 18:50:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72feb969-eb6a-52dc-869b-5fd28a40a418 with identifier: 7004157auction111077
2026-03-27 18:50:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72feb969-eb6a-52dc-869b-5fd28a40a418 with scrape type 2
2026-03-27 18:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72feb969-eb6a-52dc-869b-5fd28a40a418 with scrape type 2
2026-03-27 18:50:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 72feb969-eb6a-52dc-869b-5fd28a40a418, identifier: 7004157auction111077
2026-03-27 18:50:39 [ecarstrade.nl] INFO: Found listing with ID: 7004102auction111077
2026-03-27 18:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004102auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:39 [ecarstrade.nl] INFO: Scrape type for 7004102auction111077: 2
2026-03-27 18:50:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 72feb969-eb6a-52dc-869b-5fd28a40a418 with identifier: 7004157auction111077
2026-03-27 18:50:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 72feb969-eb6a-52dc-869b-5fd28a40a418 with identifier: 7004157auction111077
2026-03-27 18:50:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 72feb969-eb6a-52dc-869b-5fd28a40a418 with identifier: 7004157auction111077 to the API
2026-03-27 18:50:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:40 [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-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Saving data for 7004157auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537180.153534, 'last_price_update_time': 1774637440.042201}
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004157auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004104auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004104auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004106auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004106auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004103auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004103auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004105auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004105auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7005063auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7005063auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004176auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004176auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004276auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004276auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004312auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004312auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004311auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004311auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004152auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004152auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004325auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004325auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004170auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004170auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004174auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004174auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004301auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004301auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004167auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004167auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004175auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004175auction111077: 2
2026-03-27 18:50:40 [ecarstrade.nl] INFO: Found listing with ID: 7004151auction111077
2026-03-27 18:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:40 [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-27 18:50:40 [ecarstrade.nl] INFO: Scrape type for 7004151auction111077: 2
2026-03-27 18:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004294> (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-27 18:50:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:42 [ecarstrade.nl] INFO: Extracting details for car 7004294auction111077
2026-03-27 18:50:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7108ae50-0cbd-5b3c-a323-ac82c58b3630 with identifier: 7004294auction111077
2026-03-27 18:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7108ae50-0cbd-5b3c-a323-ac82c58b3630 with scrape type 2
2026-03-27 18:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7108ae50-0cbd-5b3c-a323-ac82c58b3630 with scrape type 2
2026-03-27 18:50:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7108ae50-0cbd-5b3c-a323-ac82c58b3630, identifier: 7004294auction111077
2026-03-27 18:50:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7108ae50-0cbd-5b3c-a323-ac82c58b3630 with identifier: 7004294auction111077
2026-03-27 18:50:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7108ae50-0cbd-5b3c-a323-ac82c58b3630 with identifier: 7004294auction111077
2026-03-27 18:50:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7108ae50-0cbd-5b3c-a323-ac82c58b3630 with identifier: 7004294auction111077 to the API
2026-03-27 18:50:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004294>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Red',
'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': '7108ae50-0cbd-5b3c-a323-ac82c58b3630',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004294',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Ateca',
'odometer': 207471,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-12',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Ateca 1.5 TSI FR Business Intense 5D 110kW',
'transmission': 'manual',
'trim': 'SEAT 1.5 TSI FR Business Intense 5D 110kW',
'vin': None,
'year': 2020}
2026-03-27 18:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:42 [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-27 18:50:42 [ecarstrade.nl] INFO: Saving data for 7004294auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537178.06602, 'last_price_update_time': 1774637442.900817}
2026-03-27 18:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004294auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004277> (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-27 18: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-27 18:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004107> (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-27 18: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-27 18:50:43 [ecarstrade.nl] INFO: Extracting details for car 7004277auction111077
2026-03-27 18:50:43 [ecarstrade.nl] INFO: Extracting details for car 7004107auction111077
2026-03-27 18:50:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1375108d-6965-5a0a-b3fd-7029611ceaef with identifier: 7004277auction111077
2026-03-27 18:50:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1375108d-6965-5a0a-b3fd-7029611ceaef with scrape type 2
2026-03-27 18:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1375108d-6965-5a0a-b3fd-7029611ceaef with scrape type 2
2026-03-27 18:50:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1375108d-6965-5a0a-b3fd-7029611ceaef, identifier: 7004277auction111077
2026-03-27 18:50:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40fba812-47dd-5ccb-8cbb-aeadae237e53 with identifier: 7004107auction111077
2026-03-27 18:50:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40fba812-47dd-5ccb-8cbb-aeadae237e53 with scrape type 2
2026-03-27 18:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40fba812-47dd-5ccb-8cbb-aeadae237e53 with scrape type 2
2026-03-27 18:50:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 40fba812-47dd-5ccb-8cbb-aeadae237e53, identifier: 7004107auction111077
2026-03-27 18:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1375108d-6965-5a0a-b3fd-7029611ceaef with identifier: 7004277auction111077
2026-03-27 18:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1375108d-6965-5a0a-b3fd-7029611ceaef with identifier: 7004277auction111077
2026-03-27 18:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1375108d-6965-5a0a-b3fd-7029611ceaef with identifier: 7004277auction111077 to the API
2026-03-27 18:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004277>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': '1375108d-6965-5a0a-b3fd-7029611ceaef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004277',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 151238,
'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': None,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy 2.0 TDI 90 kW 4MOTION Maxi 4D',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 2.0 TDI 90 kW 4MOTION Maxi 4D',
'vin': None,
'year': 2019}
2026-03-27 18:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004277auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:43 [ecarstrade.nl] INFO: Saving data for 7004277auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537178.486647, 'last_price_update_time': 1774637443.519462}
2026-03-27 18:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004277auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 40fba812-47dd-5ccb-8cbb-aeadae237e53 with identifier: 7004107auction111077
2026-03-27 18:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 40fba812-47dd-5ccb-8cbb-aeadae237e53 with identifier: 7004107auction111077
2026-03-27 18:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 40fba812-47dd-5ccb-8cbb-aeadae237e53 with identifier: 7004107auction111077 to the API
2026-03-27 18:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004107>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': '40fba812-47dd-5ccb-8cbb-aeadae237e53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004107',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 49859,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-31',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Vivaro GB L1H1 1.6CDTI BT S/S 92kW 2.9T Edition 4D',
'transmission': 'manual',
'trim': 'OPEL GB L1H1 1.6CDTI BT S/S 92kW 2.9T Edition 4D',
'vin': None,
'year': 2020}
2026-03-27 18:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004107auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:43 [ecarstrade.nl] INFO: Saving data for 7004107auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537075.356429, 'last_price_update_time': 1774637443.776247}
2026-03-27 18:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004107auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004159> (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-27 18: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-27 18:50:44 [ecarstrade.nl] INFO: Extracting details for car 7004159auction111077
2026-03-27 18:50:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e64d113-325a-575b-b18c-747faf6ac720 with identifier: 7004159auction111077
2026-03-27 18:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e64d113-325a-575b-b18c-747faf6ac720 with scrape type 2
2026-03-27 18:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e64d113-325a-575b-b18c-747faf6ac720 with scrape type 2
2026-03-27 18:50:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4e64d113-325a-575b-b18c-747faf6ac720, identifier: 7004159auction111077
2026-03-27 18:50:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4e64d113-325a-575b-b18c-747faf6ac720 with identifier: 7004159auction111077
2026-03-27 18:50:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4e64d113-325a-575b-b18c-747faf6ac720 with identifier: 7004159auction111077
2026-03-27 18:50:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4e64d113-325a-575b-b18c-747faf6ac720 with identifier: 7004159auction111077 to the API
2026-03-27 18:50:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004159>
{'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': '4e64d113-325a-575b-b18c-747faf6ac720',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004159',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 123312,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Kona Comfort Smart Electric 64 kWh 5D',
'transmission': 'automatic',
'trim': 'HYUNDAI Comfort Smart Electric 64 kWh 5D',
'vin': None,
'year': 2020}
2026-03-27 18:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004159auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:44 [ecarstrade.nl] INFO: Saving data for 7004159auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537073.698403, 'last_price_update_time': 1774637444.407134}
2026-03-27 18:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004159auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004172> (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-27 18: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-27 18:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004269> (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-27 18: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-27 18:50:44 [ecarstrade.nl] INFO: Extracting details for car 7004172auction111077
2026-03-27 18:50:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d84eebeb-9ec2-56a3-83f1-ad32f5519085 with identifier: 7004172auction111077
2026-03-27 18:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d84eebeb-9ec2-56a3-83f1-ad32f5519085 with scrape type 2
2026-03-27 18:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d84eebeb-9ec2-56a3-83f1-ad32f5519085 with scrape type 2
2026-03-27 18:50:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d84eebeb-9ec2-56a3-83f1-ad32f5519085, identifier: 7004172auction111077
2026-03-27 18:50:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d84eebeb-9ec2-56a3-83f1-ad32f5519085 with identifier: 7004172auction111077
2026-03-27 18:50:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d84eebeb-9ec2-56a3-83f1-ad32f5519085 with identifier: 7004172auction111077
2026-03-27 18:50:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d84eebeb-9ec2-56a3-83f1-ad32f5519085 with identifier: 7004172auction111077 to the API
2026-03-27 18:50:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004172>
{'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.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'd84eebeb-9ec2-56a3-83f1-ad32f5519085',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004172',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 123976,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-19',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EcoBo 125pk Titanium X Bus AT Wagon 5D',
'transmission': 'automatic',
'trim': 'FORD Wagon 1.0 EcoBo 125pk Titanium X Bus AT Wagon 5D',
'vin': None,
'year': 2022}
2026-03-27 18:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004172auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:44 [ecarstrade.nl] INFO: Saving data for 7004172auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537074.49937, 'last_price_update_time': 1774637444.954041}
2026-03-27 18:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004172auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:44 [ecarstrade.nl] INFO: Extracting details for car 7004269auction111077
2026-03-27 18:50:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5939275-9445-5342-9efe-df56dfab627d with identifier: 7004269auction111077
2026-03-27 18:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5939275-9445-5342-9efe-df56dfab627d with scrape type 2
2026-03-27 18:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5939275-9445-5342-9efe-df56dfab627d with scrape type 2
2026-03-27 18:50:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c5939275-9445-5342-9efe-df56dfab627d, identifier: 7004269auction111077
2026-03-27 18:50:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c5939275-9445-5342-9efe-df56dfab627d with identifier: 7004269auction111077
2026-03-27 18:50:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c5939275-9445-5342-9efe-df56dfab627d with identifier: 7004269auction111077
2026-03-27 18:50:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c5939275-9445-5342-9efe-df56dfab627d with identifier: 7004269auction111077 to the API
2026-03-27 18:50:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004269>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': 'c5939275-9445-5342-9efe-df56dfab627d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004269',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 120182,
'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 Business auto 5D 150kW Athlon Edition',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 58kWh Business auto 5D 150kW Athlon Edition',
'vin': None,
'year': 2020}
2026-03-27 18:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004269auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:45 [ecarstrade.nl] INFO: Saving data for 7004269auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537075.771726, 'last_price_update_time': 1774637445.324654}
2026-03-27 18:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004269auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004321> (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-27 18: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-27 18:50:46 [ecarstrade.nl] INFO: Extracting details for car 7004321auction111077
2026-03-27 18:50:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2762882e-fc60-5775-865e-36684cf83365 with identifier: 7004321auction111077
2026-03-27 18:50:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2762882e-fc60-5775-865e-36684cf83365 with scrape type 2
2026-03-27 18:50:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2762882e-fc60-5775-865e-36684cf83365 with scrape type 2
2026-03-27 18:50:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2762882e-fc60-5775-865e-36684cf83365, identifier: 7004321auction111077
2026-03-27 18:50:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2762882e-fc60-5775-865e-36684cf83365 with identifier: 7004321auction111077
2026-03-27 18:50:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2762882e-fc60-5775-865e-36684cf83365 with identifier: 7004321auction111077
2026-03-27 18:50:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2762882e-fc60-5775-865e-36684cf83365 with identifier: 7004321auction111077 to the API
2026-03-27 18:50:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004321>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '2762882e-fc60-5775-865e-36684cf83365',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004321',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '308',
'odometer': 107410,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 Active Pack Business 1.2 Puretech 110 5D 81kW',
'transmission': 'manual',
'trim': 'PEUGEOT Active Pack Business 1.2 Puretech 110 5D 81kW',
'vin': None,
'year': 2022}
2026-03-27 18:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004321auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:47 [ecarstrade.nl] INFO: Saving data for 7004321auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537156.561375, 'last_price_update_time': 1774637447.472729}
2026-03-27 18:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004321auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004108> (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-27 18:50:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:47 [ecarstrade.nl] INFO: Extracting details for car 7004108auction111077
2026-03-27 18:50:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4252e4d8-ad3b-5a99-ae20-794e977729c3 with identifier: 7004108auction111077
2026-03-27 18:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4252e4d8-ad3b-5a99-ae20-794e977729c3 with scrape type 2
2026-03-27 18:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4252e4d8-ad3b-5a99-ae20-794e977729c3 with scrape type 2
2026-03-27 18:50:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4252e4d8-ad3b-5a99-ae20-794e977729c3, identifier: 7004108auction111077
2026-03-27 18:50:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4252e4d8-ad3b-5a99-ae20-794e977729c3 with identifier: 7004108auction111077
2026-03-27 18:50:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4252e4d8-ad3b-5a99-ae20-794e977729c3 with identifier: 7004108auction111077
2026-03-27 18:50:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4252e4d8-ad3b-5a99-ae20-794e977729c3 with identifier: 7004108auction111077 to the API
2026-03-27 18:50:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004108>
{'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-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '4252e4d8-ad3b-5a99-ae20-794e977729c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004108',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 43219,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-31',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA-E 50kWh Busin.Edit.11kW 3 fase 5D Athlon Edition',
'transmission': 'automatic',
'trim': 'OPEL CORSA-E 50kWh Busin.Edit.11kW 3 fase 5D Athlon Edition',
'vin': None,
'year': 2021}
2026-03-27 18:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:48 [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-27 18:50:48 [ecarstrade.nl] INFO: Saving data for 7004108auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537158.876012, 'last_price_update_time': 1774637448.029607}
2026-03-27 18:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004108auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004316> (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-27 18: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-27 18:50:49 [ecarstrade.nl] INFO: Extracting details for car 7004316auction111077
2026-03-27 18:50:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58bfcfcf-0464-5031-8dee-2af6d9b715e4 with identifier: 7004316auction111077
2026-03-27 18:50:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58bfcfcf-0464-5031-8dee-2af6d9b715e4 with scrape type 2
2026-03-27 18:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58bfcfcf-0464-5031-8dee-2af6d9b715e4 with scrape type 2
2026-03-27 18:50:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 58bfcfcf-0464-5031-8dee-2af6d9b715e4, identifier: 7004316auction111077
2026-03-27 18:50:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 58bfcfcf-0464-5031-8dee-2af6d9b715e4 with identifier: 7004316auction111077
2026-03-27 18:50:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 58bfcfcf-0464-5031-8dee-2af6d9b715e4 with identifier: 7004316auction111077
2026-03-27 18:50:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 58bfcfcf-0464-5031-8dee-2af6d9b715e4 with identifier: 7004316auction111077 to the API
2026-03-27 18:50:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004316>
{'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': '58bfcfcf-0464-5031-8dee-2af6d9b715e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004316',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 72295,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-208 Active 50kWh 136 5D',
'transmission': 'automatic',
'trim': 'PEUGEOT Active 50kWh 136 5D',
'vin': None,
'year': 2021}
2026-03-27 18:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:49 [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-27 18:50:49 [ecarstrade.nl] INFO: Saving data for 7004316auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537155.815653, 'last_price_update_time': 1774637449.820692}
2026-03-27 18:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004316auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004164> (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-27 18: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-27 18:50:51 [ecarstrade.nl] INFO: Extracting details for car 7004164auction111077
2026-03-27 18:50:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51592187-a083-56e0-b637-142580d68fed with identifier: 7004164auction111077
2026-03-27 18:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51592187-a083-56e0-b637-142580d68fed with scrape type 2
2026-03-27 18:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51592187-a083-56e0-b637-142580d68fed with scrape type 2
2026-03-27 18:50:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 51592187-a083-56e0-b637-142580d68fed, identifier: 7004164auction111077
2026-03-27 18:50:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 51592187-a083-56e0-b637-142580d68fed with identifier: 7004164auction111077
2026-03-27 18:50:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 51592187-a083-56e0-b637-142580d68fed with identifier: 7004164auction111077
2026-03-27 18:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 51592187-a083-56e0-b637-142580d68fed with identifier: 7004164auction111077 to the API
2026-03-27 18:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004164>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Grey',
'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': '51592187-a083-56e0-b637-142580d68fed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004164',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'i10',
'odometer': 24608,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-25',
'seats_number': 4,
'seller_name': None,
'title': 'HYUNDAI i10 1.0 MPI Comfort Smart 5D 49kW',
'transmission': 'manual',
'trim': 'HYUNDAI 1.0 MPI Comfort Smart 5D 49kW',
'vin': None,
'year': 2023}
2026-03-27 18:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004164auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:51 [ecarstrade.nl] INFO: Saving data for 7004164auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537099.551041, 'last_price_update_time': 1774637451.396805}
2026-03-27 18:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004164auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004322> (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-27 18:50:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:51 [ecarstrade.nl] INFO: Extracting details for car 7004322auction111077
2026-03-27 18:50:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f525927a-afde-5d7f-81e3-faaac4f7ca22 with identifier: 7004322auction111077
2026-03-27 18:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f525927a-afde-5d7f-81e3-faaac4f7ca22 with scrape type 2
2026-03-27 18:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f525927a-afde-5d7f-81e3-faaac4f7ca22 with scrape type 2
2026-03-27 18:50:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f525927a-afde-5d7f-81e3-faaac4f7ca22, identifier: 7004322auction111077
2026-03-27 18:50:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f525927a-afde-5d7f-81e3-faaac4f7ca22 with identifier: 7004322auction111077
2026-03-27 18:50:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f525927a-afde-5d7f-81e3-faaac4f7ca22 with identifier: 7004322auction111077
2026-03-27 18:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f525927a-afde-5d7f-81e3-faaac4f7ca22 with identifier: 7004322auction111077 to the API
2026-03-27 18:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004322>
{'auction_title': '',
'c_o_2_emission_value': 152,
'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': 'f525927a-afde-5d7f-81e3-faaac4f7ca22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004322',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '3008',
'odometer': 170488,
'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': 'PEUGEOT 3008 Blue Lease Premium PureTech 130 EAT8 5D 96kW',
'transmission': 'automatic',
'trim': 'PEUGEOT Blue Lease Premium PureTech 130 EAT8 5D 96kW',
'vin': None,
'year': 2020}
2026-03-27 18:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004322auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:51 [ecarstrade.nl] INFO: Saving data for 7004322auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537141.491118, 'last_price_update_time': 1774637451.940962}
2026-03-27 18:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004322auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004295> (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-27 18: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-27 18:50:52 [ecarstrade.nl] INFO: Extracting details for car 7004295auction111077
2026-03-27 18:50:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e16d67bb-7090-59cf-970a-6823d7e04a27 with identifier: 7004295auction111077
2026-03-27 18:50:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e16d67bb-7090-59cf-970a-6823d7e04a27 with scrape type 2
2026-03-27 18:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e16d67bb-7090-59cf-970a-6823d7e04a27 with scrape type 2
2026-03-27 18:50:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e16d67bb-7090-59cf-970a-6823d7e04a27, identifier: 7004295auction111077
2026-03-27 18:50:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e16d67bb-7090-59cf-970a-6823d7e04a27 with identifier: 7004295auction111077
2026-03-27 18:50:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e16d67bb-7090-59cf-970a-6823d7e04a27 with identifier: 7004295auction111077
2026-03-27 18:50:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e16d67bb-7090-59cf-970a-6823d7e04a27 with identifier: 7004295auction111077 to the API
2026-03-27 18:50:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004295>
{'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': 'e16d67bb-7090-59cf-970a-6823d7e04a27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004295',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'ZOE',
'odometer': 93220,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Zoe R110 Life (batterijkoop) 5D 79kW',
'transmission': 'automatic',
'trim': 'RENAULT Zoe R110 Life (batterijkoop) 5D 79kW',
'vin': None,
'year': 2021}
2026-03-27 18:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004295auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:52 [ecarstrade.nl] INFO: Saving data for 7004295auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537138.771466, 'last_price_update_time': 1774637452.951113}
2026-03-27 18:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004295auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004298> (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-27 18:50:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:54 [ecarstrade.nl] INFO: Extracting details for car 7004298auction111077
2026-03-27 18:50:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d836756-081e-56cf-b8cf-d40d26753ddf with identifier: 7004298auction111077
2026-03-27 18:50:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d836756-081e-56cf-b8cf-d40d26753ddf with scrape type 2
2026-03-27 18:50:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d836756-081e-56cf-b8cf-d40d26753ddf with scrape type 2
2026-03-27 18:50:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1d836756-081e-56cf-b8cf-d40d26753ddf, identifier: 7004298auction111077
2026-03-27 18:50:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1d836756-081e-56cf-b8cf-d40d26753ddf with identifier: 7004298auction111077
2026-03-27 18:50:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1d836756-081e-56cf-b8cf-d40d26753ddf with identifier: 7004298auction111077
2026-03-27 18:50:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1d836756-081e-56cf-b8cf-d40d26753ddf with identifier: 7004298auction111077 to the API
2026-03-27 18:50:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004298>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': '1d836756-081e-56cf-b8cf-d40d26753ddf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004298',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Trafic',
'odometer': 72583,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-22',
'seats_number': None,
'seller_name': None,
'title': 'RENAULT Trafic GB L1H1 T29 ENERGY 1.6 dCi 125 TT Comf 4D 92kW',
'transmission': 'manual',
'trim': 'RENAULT GB L1H1 T29 ENERGY 1.6 dCi 125 TT Comf 4D 92kW',
'vin': None,
'year': 2019}
2026-03-27 18:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004298auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:54 [ecarstrade.nl] INFO: Saving data for 7004298auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537106.293807, 'last_price_update_time': 1774637454.885685}
2026-03-27 18:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004298auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004267> (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-27 18:50:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:55 [ecarstrade.nl] INFO: Extracting details for car 7004267auction111077
2026-03-27 18:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cacf2219-06aa-584b-bccc-e54d0b314be8 with identifier: 7004267auction111077
2026-03-27 18:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cacf2219-06aa-584b-bccc-e54d0b314be8 with scrape type 2
2026-03-27 18:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cacf2219-06aa-584b-bccc-e54d0b314be8 with scrape type 2
2026-03-27 18:50:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cacf2219-06aa-584b-bccc-e54d0b314be8, identifier: 7004267auction111077
2026-03-27 18:50:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cacf2219-06aa-584b-bccc-e54d0b314be8 with identifier: 7004267auction111077
2026-03-27 18:50:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cacf2219-06aa-584b-bccc-e54d0b314be8 with identifier: 7004267auction111077
2026-03-27 18:50:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cacf2219-06aa-584b-bccc-e54d0b314be8 with identifier: 7004267auction111077 to the API
2026-03-27 18:50:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004267>
{'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': 'cacf2219-06aa-584b-bccc-e54d0b314be8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004267',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 121787,
'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 Life auto 5D 150kW',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 58kWh Life auto 5D 150kW',
'vin': None,
'year': 2020}
2026-03-27 18:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:56 [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-27 18:50:56 [ecarstrade.nl] INFO: Saving data for 7004267auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537076.927503, 'last_price_update_time': 1774637456.135539}
2026-03-27 18:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004267auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004151> (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-27 18:50:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:56 [ecarstrade.nl] INFO: Extracting details for car 7004151auction111077
2026-03-27 18:50:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8b24f45-c0e6-5cb6-9ecb-c4cd0b37553e with identifier: 7004151auction111077
2026-03-27 18:50:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8b24f45-c0e6-5cb6-9ecb-c4cd0b37553e with scrape type 2
2026-03-27 18:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8b24f45-c0e6-5cb6-9ecb-c4cd0b37553e with scrape type 2
2026-03-27 18:50:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c8b24f45-c0e6-5cb6-9ecb-c4cd0b37553e, identifier: 7004151auction111077
2026-03-27 18:50:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c8b24f45-c0e6-5cb6-9ecb-c4cd0b37553e with identifier: 7004151auction111077
2026-03-27 18:50:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c8b24f45-c0e6-5cb6-9ecb-c4cd0b37553e with identifier: 7004151auction111077
2026-03-27 18:50:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c8b24f45-c0e6-5cb6-9ecb-c4cd0b37553e with identifier: 7004151auction111077 to the API
2026-03-27 18:50:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:50:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:50:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004151>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Grey',
'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': 'c8b24f45-c0e6-5cb6-9ecb-c4cd0b37553e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004151',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 93844,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-14',
'seats_number': 4,
'seller_name': None,
'title': 'KIA Picanto 1.0 DPi DynamicLine 4-zits 5D 49kW',
'transmission': 'manual',
'trim': 'KIA 1.0 DPi DynamicLine 4-zits 5D 49kW',
'vin': None,
'year': 2023}
2026-03-27 18:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:56 [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-27 18:50:56 [ecarstrade.nl] INFO: Saving data for 7004151auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537127.483158, 'last_price_update_time': 1774637456.605233}
2026-03-27 18:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004151auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004167> (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-27 18:50:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:57 [ecarstrade.nl] INFO: Extracting details for car 7004167auction111077
2026-03-27 18:50:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b9b78cb-f7cb-5a00-b9e8-164e00b4c0f7 with identifier: 7004167auction111077
2026-03-27 18:50:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b9b78cb-f7cb-5a00-b9e8-164e00b4c0f7 with scrape type 2
2026-03-27 18:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b9b78cb-f7cb-5a00-b9e8-164e00b4c0f7 with scrape type 2
2026-03-27 18:50:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0b9b78cb-f7cb-5a00-b9e8-164e00b4c0f7, identifier: 7004167auction111077
2026-03-27 18:50:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0b9b78cb-f7cb-5a00-b9e8-164e00b4c0f7 with identifier: 7004167auction111077
2026-03-27 18:50:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0b9b78cb-f7cb-5a00-b9e8-164e00b4c0f7 with identifier: 7004167auction111077
2026-03-27 18:50:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0b9b78cb-f7cb-5a00-b9e8-164e00b4c0f7 with identifier: 7004167auction111077 to the API
2026-03-27 18:50:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004167>
{'auction_title': '',
'c_o_2_emission_value': 137,
'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': 'Diesel',
'id': '0b9b78cb-f7cb-5a00-b9e8-164e00b4c0f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004167',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Courier',
'odometer': 54356,
'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': None,
'seller_name': None,
'title': 'FORD TRANSIT COURIER Trend 1.5 TDCi 75 pk 4D',
'transmission': 'manual',
'trim': 'FORD TRANSIT COURIER Trend 1.5 TDCi 75 pk 4D',
'vin': None,
'year': 2020}
2026-03-27 18:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004167auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:58 [ecarstrade.nl] INFO: Saving data for 7004167auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537127.048669, 'last_price_update_time': 1774637458.188632}
2026-03-27 18:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004167auction111077') HTTP/1.1" 204 0
2026-03-27 18:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004175> (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-27 18:50:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:50:58 [ecarstrade.nl] INFO: Extracting details for car 7004175auction111077
2026-03-27 18:50:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddd7d6ab-d002-5238-bf71-334db517e6cb with identifier: 7004175auction111077
2026-03-27 18:50:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddd7d6ab-d002-5238-bf71-334db517e6cb with scrape type 2
2026-03-27 18:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddd7d6ab-d002-5238-bf71-334db517e6cb with scrape type 2
2026-03-27 18:50:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ddd7d6ab-d002-5238-bf71-334db517e6cb, identifier: 7004175auction111077
2026-03-27 18:50:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ddd7d6ab-d002-5238-bf71-334db517e6cb with identifier: 7004175auction111077
2026-03-27 18:50:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ddd7d6ab-d002-5238-bf71-334db517e6cb with identifier: 7004175auction111077
2026-03-27 18:50:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ddd7d6ab-d002-5238-bf71-334db517e6cb with identifier: 7004175auction111077 to the API
2026-03-27 18:50:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:50:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004175>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'ddd7d6ab-d002-5238-bf71-334db517e6cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004175',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 166524,
'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': 5,
'seller_name': None,
'title': 'FORD Focus hatchback 1.0 EcoBoost 100pk Trend Edition Bus 5d 5D',
'transmission': 'manual',
'trim': 'FORD hatchback 1.0 EcoBoost 100pk Trend Edition Bus 5d 5D',
'vin': None,
'year': 2021}
2026-03-27 18:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004175auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:50:58 [ecarstrade.nl] INFO: Saving data for 7004175auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537125.735196, 'last_price_update_time': 1774637458.641422}
2026-03-27 18:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004175auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004301> (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-27 18:51:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:00 [ecarstrade.nl] INFO: Extracting details for car 7004301auction111077
2026-03-27 18:51:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea0b4a3e-c4c8-5967-a34c-29f9da2c2002 with identifier: 7004301auction111077
2026-03-27 18:51:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea0b4a3e-c4c8-5967-a34c-29f9da2c2002 with scrape type 2
2026-03-27 18:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea0b4a3e-c4c8-5967-a34c-29f9da2c2002 with scrape type 2
2026-03-27 18:51:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ea0b4a3e-c4c8-5967-a34c-29f9da2c2002, identifier: 7004301auction111077
2026-03-27 18:51:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ea0b4a3e-c4c8-5967-a34c-29f9da2c2002 with identifier: 7004301auction111077
2026-03-27 18:51:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ea0b4a3e-c4c8-5967-a34c-29f9da2c2002 with identifier: 7004301auction111077
2026-03-27 18:51:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ea0b4a3e-c4c8-5967-a34c-29f9da2c2002 with identifier: 7004301auction111077 to the API
2026-03-27 18:51:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004301>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': 'ea0b4a3e-c4c8-5967-a34c-29f9da2c2002',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004301',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Megane',
'odometer': 155332,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-23',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Mégane Estate Blue dCi 115 Zen 5D 85kW',
'transmission': 'manual',
'trim': 'RENAULT Mégane Estate Blue dCi 115 Zen 5D 85kW',
'vin': None,
'year': 2020}
2026-03-27 18:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:00 [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-27 18:51:00 [ecarstrade.nl] INFO: Saving data for 7004301auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537099.21962, 'last_price_update_time': 1774637460.74445}
2026-03-27 18:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004301auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004174> (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-27 18:51:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:01 [ecarstrade.nl] INFO: Extracting details for car 7004174auction111077
2026-03-27 18:51:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d55d3380-5397-554d-96ad-242acd6b6f79 with identifier: 7004174auction111077
2026-03-27 18:51:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d55d3380-5397-554d-96ad-242acd6b6f79 with scrape type 2
2026-03-27 18:51:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d55d3380-5397-554d-96ad-242acd6b6f79 with scrape type 2
2026-03-27 18:51:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d55d3380-5397-554d-96ad-242acd6b6f79, identifier: 7004174auction111077
2026-03-27 18:51:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d55d3380-5397-554d-96ad-242acd6b6f79 with identifier: 7004174auction111077
2026-03-27 18:51:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d55d3380-5397-554d-96ad-242acd6b6f79 with identifier: 7004174auction111077
2026-03-27 18:51:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d55d3380-5397-554d-96ad-242acd6b6f79 with identifier: 7004174auction111077 to the API
2026-03-27 18:51:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004174>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Blue',
'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': 'd55d3380-5397-554d-96ad-242acd6b6f79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004174',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 145942,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-12',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus hatchback 1.0 EcoBoost 125pk ST-Line Bus. 5D',
'transmission': 'manual',
'trim': 'FORD hatchback 1.0 EcoBoost 125pk ST-Line Bus. 5D',
'vin': None,
'year': 2020}
2026-03-27 18:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:01 [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-27 18:51:01 [ecarstrade.nl] INFO: Saving data for 7004174auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537098.729695, 'last_price_update_time': 1774637461.468918}
2026-03-27 18:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004174auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004325> (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-27 18:51:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:03 [ecarstrade.nl] INFO: Extracting details for car 7004325auction111077
2026-03-27 18:51:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2a84f61-7bc2-5ad4-ba32-54381d699f8f with identifier: 7004325auction111077
2026-03-27 18:51:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2a84f61-7bc2-5ad4-ba32-54381d699f8f with scrape type 2
2026-03-27 18:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2a84f61-7bc2-5ad4-ba32-54381d699f8f with scrape type 2
2026-03-27 18:51:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c2a84f61-7bc2-5ad4-ba32-54381d699f8f, identifier: 7004325auction111077
2026-03-27 18:51:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c2a84f61-7bc2-5ad4-ba32-54381d699f8f with identifier: 7004325auction111077
2026-03-27 18:51:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 18:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 18:51:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c2a84f61-7bc2-5ad4-ba32-54381d699f8f with identifier: 7004325auction111077
2026-03-27 18:51:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c2a84f61-7bc2-5ad4-ba32-54381d699f8f with identifier: 7004325auction111077 to the API
2026-03-27 18:51:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004325>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': 'c2a84f61-7bc2-5ad4-ba32-54381d699f8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004325',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 167990,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 Blue Lease Allure 1.5 BlueHDi 100 5D 75kW',
'transmission': 'manual',
'trim': 'PEUGEOT Blue Lease Allure 1.5 BlueHDi 100 5D 75kW',
'vin': None,
'year': 2020}
2026-03-27 18:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:03 [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-27 18:51:03 [ecarstrade.nl] INFO: Saving data for 7004325auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537097.29371, 'last_price_update_time': 1774637463.62643}
2026-03-27 18:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004325auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004170> (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-27 18:51:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:03 [ecarstrade.nl] INFO: Extracting details for car 7004170auction111077
2026-03-27 18:51:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d8b9f40-f586-5b55-8639-11b6f7996740 with identifier: 7004170auction111077
2026-03-27 18:51:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d8b9f40-f586-5b55-8639-11b6f7996740 with scrape type 2
2026-03-27 18:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d8b9f40-f586-5b55-8639-11b6f7996740 with scrape type 2
2026-03-27 18:51:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4d8b9f40-f586-5b55-8639-11b6f7996740, identifier: 7004170auction111077
2026-03-27 18:51:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4d8b9f40-f586-5b55-8639-11b6f7996740 with identifier: 7004170auction111077
2026-03-27 18:51:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4d8b9f40-f586-5b55-8639-11b6f7996740 with identifier: 7004170auction111077
2026-03-27 18:51:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4d8b9f40-f586-5b55-8639-11b6f7996740 with identifier: 7004170auction111077 to the API
2026-03-27 18:51:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004170>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '4d8b9f40-f586-5b55-8639-11b6f7996740',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004170',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 156031,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EcoBoost 125pk ST-Line Bus. Wagon 5D',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EcoBoost 125pk ST-Line Bus. Wagon 5D',
'vin': None,
'year': 2020}
2026-03-27 18:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:04 [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-27 18:51:04 [ecarstrade.nl] INFO: Saving data for 7004170auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537092.490517, 'last_price_update_time': 1774637464.630272}
2026-03-27 18:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004170auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004152> (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-27 18:51:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:04 [ecarstrade.nl] INFO: Extracting details for car 7004152auction111077
2026-03-27 18:51:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38769214-e621-5fe2-b5fa-a74fcc6ac691 with identifier: 7004152auction111077
2026-03-27 18:51:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38769214-e621-5fe2-b5fa-a74fcc6ac691 with scrape type 2
2026-03-27 18:51:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38769214-e621-5fe2-b5fa-a74fcc6ac691 with scrape type 2
2026-03-27 18:51:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 38769214-e621-5fe2-b5fa-a74fcc6ac691, identifier: 7004152auction111077
2026-03-27 18:51:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 38769214-e621-5fe2-b5fa-a74fcc6ac691 with identifier: 7004152auction111077
2026-03-27 18:51:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 38769214-e621-5fe2-b5fa-a74fcc6ac691 with identifier: 7004152auction111077
2026-03-27 18:51:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 38769214-e621-5fe2-b5fa-a74fcc6ac691 with identifier: 7004152auction111077 to the API
2026-03-27 18:51:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004152>
{'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.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '38769214-e621-5fe2-b5fa-a74fcc6ac691',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004152',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 29926,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-19',
'seats_number': 4,
'seller_name': None,
'title': 'KIA Picanto 1.0 DPi ComfortLine 4-zits 49kW Athlon Edition',
'transmission': 'manual',
'trim': 'KIA 1.0 DPi ComfortLine 4-zits 49kW Athlon Edition',
'vin': None,
'year': 2023}
2026-03-27 18:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:05 [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-27 18:51:05 [ecarstrade.nl] INFO: Saving data for 7004152auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537094.152567, 'last_price_update_time': 1774637465.107423}
2026-03-27 18:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004152auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004311> (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-27 18:51:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:05 [ecarstrade.nl] INFO: Extracting details for car 7004311auction111077
2026-03-27 18:51:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78abaafa-d4bc-54a0-bbcc-74966956eeac with identifier: 7004311auction111077
2026-03-27 18:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78abaafa-d4bc-54a0-bbcc-74966956eeac with scrape type 2
2026-03-27 18:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78abaafa-d4bc-54a0-bbcc-74966956eeac with scrape type 2
2026-03-27 18:51:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 78abaafa-d4bc-54a0-bbcc-74966956eeac, identifier: 7004311auction111077
2026-03-27 18:51:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 78abaafa-d4bc-54a0-bbcc-74966956eeac with identifier: 7004311auction111077
2026-03-27 18:51:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 78abaafa-d4bc-54a0-bbcc-74966956eeac with identifier: 7004311auction111077
2026-03-27 18:51:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 78abaafa-d4bc-54a0-bbcc-74966956eeac with identifier: 7004311auction111077 to the API
2026-03-27 18:51:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004311>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Blue',
'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': '78abaafa-d4bc-54a0-bbcc-74966956eeac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004311',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Clio',
'odometer': 120601,
'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': 'RENAULT CLIO 1.0 TCe 90 GPF Intens 5D 67kW',
'transmission': 'manual',
'trim': 'RENAULT CLIO 1.0 TCe 90 GPF Intens 5D 67kW',
'vin': None,
'year': 2022}
2026-03-27 18:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:05 [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-27 18:51:05 [ecarstrade.nl] INFO: Saving data for 7004311auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537096.817566, 'last_price_update_time': 1774637465.672092}
2026-03-27 18:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004311auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:06 [scrapy.extensions.logstats] INFO: Crawled 257 pages (at 56 pages/min), scraped 242 items (at 54 items/min)
2026-03-27 18:51:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 287MiB
2026-03-27 18:51:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004312> (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-27 18: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-27 18:51:07 [ecarstrade.nl] INFO: Extracting details for car 7004312auction111077
2026-03-27 18:51:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15f1a047-45d6-5006-b5e8-d073b31327db with identifier: 7004312auction111077
2026-03-27 18:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15f1a047-45d6-5006-b5e8-d073b31327db with scrape type 2
2026-03-27 18:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15f1a047-45d6-5006-b5e8-d073b31327db with scrape type 2
2026-03-27 18:51:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 15f1a047-45d6-5006-b5e8-d073b31327db, identifier: 7004312auction111077
2026-03-27 18:51:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 15f1a047-45d6-5006-b5e8-d073b31327db with identifier: 7004312auction111077
2026-03-27 18:51:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 15f1a047-45d6-5006-b5e8-d073b31327db with identifier: 7004312auction111077
2026-03-27 18:51:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 15f1a047-45d6-5006-b5e8-d073b31327db with identifier: 7004312auction111077 to the API
2026-03-27 18:51:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:51:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004312>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '15f1a047-45d6-5006-b5e8-d073b31327db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004312',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Clio',
'odometer': 112159,
'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': 'RENAULT CLIO 1.0 TCe 90 GPF Intens 5D 67kW',
'transmission': 'manual',
'trim': 'RENAULT CLIO 1.0 TCe 90 GPF Intens 5D 67kW',
'vin': None,
'year': 2022}
2026-03-27 18:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004312auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:07 [ecarstrade.nl] INFO: Saving data for 7004312auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537096.240452, 'last_price_update_time': 1774637467.986449}
2026-03-27 18:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004312auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004276> (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-27 18:51:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:09 [ecarstrade.nl] INFO: Extracting details for car 7004276auction111077
2026-03-27 18:51:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2881af5c-16bf-5add-95c3-b2c6b6f1b1eb with identifier: 7004276auction111077
2026-03-27 18:51:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2881af5c-16bf-5add-95c3-b2c6b6f1b1eb with scrape type 2
2026-03-27 18:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2881af5c-16bf-5add-95c3-b2c6b6f1b1eb with scrape type 2
2026-03-27 18:51:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2881af5c-16bf-5add-95c3-b2c6b6f1b1eb, identifier: 7004276auction111077
2026-03-27 18:51:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2881af5c-16bf-5add-95c3-b2c6b6f1b1eb with identifier: 7004276auction111077
2026-03-27 18:51:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2881af5c-16bf-5add-95c3-b2c6b6f1b1eb with identifier: 7004276auction111077
2026-03-27 18:51:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2881af5c-16bf-5add-95c3-b2c6b6f1b1eb with identifier: 7004276auction111077 to the API
2026-03-27 18:51:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004276>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': '2881af5c-16bf-5add-95c3-b2c6b6f1b1eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004276',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 205301,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-14',
'seats_number': None,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy 2.0 TDI 90kW 7-DSG 4D',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 2.0 TDI 90kW 7-DSG 4D',
'vin': None,
'year': 2021}
2026-03-27 18:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:09 [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-27 18:51:09 [ecarstrade.nl] INFO: Saving data for 7004276auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537094.797326, 'last_price_update_time': 1774637469.755021}
2026-03-27 18:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004276auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004176> (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-27 18:51:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:11 [ecarstrade.nl] INFO: Extracting details for car 7004176auction111077
2026-03-27 18:51:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c660c823-00dd-5e3c-ab23-fd58a28c013e with identifier: 7004176auction111077
2026-03-27 18:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c660c823-00dd-5e3c-ab23-fd58a28c013e with scrape type 2
2026-03-27 18:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c660c823-00dd-5e3c-ab23-fd58a28c013e with scrape type 2
2026-03-27 18:51:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c660c823-00dd-5e3c-ab23-fd58a28c013e, identifier: 7004176auction111077
2026-03-27 18:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c660c823-00dd-5e3c-ab23-fd58a28c013e with identifier: 7004176auction111077
2026-03-27 18:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c660c823-00dd-5e3c-ab23-fd58a28c013e with identifier: 7004176auction111077
2026-03-27 18:51:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c660c823-00dd-5e3c-ab23-fd58a28c013e with identifier: 7004176auction111077 to the API
2026-03-27 18:51:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004176>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO E6 D Temp',
'engine': '1.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c660c823-00dd-5e3c-ab23-fd58a28c013e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004176',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 81209,
'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': 4,
'seller_name': None,
'title': 'FIAT 500 1.0 70 Sport Hybrid 3D 51kW',
'transmission': 'manual',
'trim': 'FIAT 1.0 70 Sport Hybrid 3D 51kW',
'vin': None,
'year': 2022}
2026-03-27 18:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004176auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:11 [ecarstrade.nl] INFO: Saving data for 7004176auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537093.262814, 'last_price_update_time': 1774637471.458161}
2026-03-27 18:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004176auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004105> (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-27 18:51:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:11 [ecarstrade.nl] INFO: Extracting details for car 7004105auction111077
2026-03-27 18:51:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c421feb-480e-5552-8ac3-06b72090e440 with identifier: 7004105auction111077
2026-03-27 18:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c421feb-480e-5552-8ac3-06b72090e440 with scrape type 2
2026-03-27 18:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c421feb-480e-5552-8ac3-06b72090e440 with scrape type 2
2026-03-27 18:51:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3c421feb-480e-5552-8ac3-06b72090e440, identifier: 7004105auction111077
2026-03-27 18:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3c421feb-480e-5552-8ac3-06b72090e440 with identifier: 7004105auction111077
2026-03-27 18:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3c421feb-480e-5552-8ac3-06b72090e440 with identifier: 7004105auction111077
2026-03-27 18:51:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3c421feb-480e-5552-8ac3-06b72090e440 with identifier: 7004105auction111077 to the API
2026-03-27 18:51:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004105>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'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': '3c421feb-480e-5552-8ac3-06b72090e440',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004105',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 58546,
'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': 'PEUGEOT 208 Active 1.2 PureTech 75 5D 55kW',
'transmission': 'manual',
'trim': 'PEUGEOT Active 1.2 PureTech 75 5D 55kW',
'vin': None,
'year': 2022}
2026-03-27 18:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004105auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:11 [ecarstrade.nl] INFO: Saving data for 7004105auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537095.448559, 'last_price_update_time': 1774637471.911371}
2026-03-27 18:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004105auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004103> (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-27 18:51:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:12 [ecarstrade.nl] INFO: Extracting details for car 7004103auction111077
2026-03-27 18:51:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f27f2d8-25a7-591e-8304-6119a1032616 with identifier: 7004103auction111077
2026-03-27 18:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f27f2d8-25a7-591e-8304-6119a1032616 with scrape type 2
2026-03-27 18:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f27f2d8-25a7-591e-8304-6119a1032616 with scrape type 2
2026-03-27 18:51:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0f27f2d8-25a7-591e-8304-6119a1032616, identifier: 7004103auction111077
2026-03-27 18:51:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0f27f2d8-25a7-591e-8304-6119a1032616 with identifier: 7004103auction111077
2026-03-27 18:51:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0f27f2d8-25a7-591e-8304-6119a1032616 with identifier: 7004103auction111077
2026-03-27 18:51:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0f27f2d8-25a7-591e-8304-6119a1032616 with identifier: 7004103auction111077 to the API
2026-03-27 18:51:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004103>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Yellow',
'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': '0f27f2d8-25a7-591e-8304-6119a1032616',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004103',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 58173,
'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': 'PEUGEOT 208 Active Pack 1.2 PureTech 75pk 5D Athlon Edition',
'transmission': 'manual',
'trim': 'PEUGEOT Active Pack 1.2 PureTech 75pk 5D Athlon Edition',
'vin': None,
'year': 2022}
2026-03-27 18:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:12 [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-27 18:51:12 [ecarstrade.nl] INFO: Saving data for 7004103auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537093.711089, 'last_price_update_time': 1774637472.959052}
2026-03-27 18:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004103auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004106> (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-27 18:51:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:15 [ecarstrade.nl] INFO: Extracting details for car 7004106auction111077
2026-03-27 18:51:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b940eab-55c3-59ba-8dca-490d2dd574e0 with identifier: 7004106auction111077
2026-03-27 18:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b940eab-55c3-59ba-8dca-490d2dd574e0 with scrape type 2
2026-03-27 18:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b940eab-55c3-59ba-8dca-490d2dd574e0 with scrape type 2
2026-03-27 18:51:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0b940eab-55c3-59ba-8dca-490d2dd574e0, identifier: 7004106auction111077
2026-03-27 18:51:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0b940eab-55c3-59ba-8dca-490d2dd574e0 with identifier: 7004106auction111077
2026-03-27 18:51:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0b940eab-55c3-59ba-8dca-490d2dd574e0 with identifier: 7004106auction111077
2026-03-27 18:51:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0b940eab-55c3-59ba-8dca-490d2dd574e0 with identifier: 7004106auction111077 to the API
2026-03-27 18:51:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004106>
{'auction_title': '',
'c_o_2_emission_value': 119,
'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': '0b940eab-55c3-59ba-8dca-490d2dd574e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004106',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 48251,
'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': 'PEUGEOT 208 Active 1.2 PureTech 75 5D 55kW',
'transmission': 'manual',
'trim': 'PEUGEOT Active 1.2 PureTech 75 5D 55kW',
'vin': None,
'year': 2022}
2026-03-27 18:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004106auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:15 [ecarstrade.nl] INFO: Saving data for 7004106auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537097.80908, 'last_price_update_time': 1774637475.724732}
2026-03-27 18:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004106auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004104> (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-27 18:51:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:17 [ecarstrade.nl] INFO: Extracting details for car 7004104auction111077
2026-03-27 18:51:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83653901-1b7d-5e91-b0fb-ea6b190f9ee0 with identifier: 7004104auction111077
2026-03-27 18:51:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83653901-1b7d-5e91-b0fb-ea6b190f9ee0 with scrape type 2
2026-03-27 18:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83653901-1b7d-5e91-b0fb-ea6b190f9ee0 with scrape type 2
2026-03-27 18:51:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 83653901-1b7d-5e91-b0fb-ea6b190f9ee0, identifier: 7004104auction111077
2026-03-27 18:51:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 83653901-1b7d-5e91-b0fb-ea6b190f9ee0 with identifier: 7004104auction111077
2026-03-27 18:51:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 83653901-1b7d-5e91-b0fb-ea6b190f9ee0 with identifier: 7004104auction111077
2026-03-27 18:51:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 83653901-1b7d-5e91-b0fb-ea6b190f9ee0 with identifier: 7004104auction111077 to the API
2026-03-27 18:51:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:51:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004104>
{'auction_title': '',
'c_o_2_emission_value': 119,
'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': '83653901-1b7d-5e91-b0fb-ea6b190f9ee0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004104',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 54968,
'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': 'PEUGEOT 208 Active Pack 1.2 PureTech 75pk 5D Athlon Edition',
'transmission': 'manual',
'trim': 'PEUGEOT Active Pack 1.2 PureTech 75pk 5D Athlon Edition',
'vin': None,
'year': 2022}
2026-03-27 18:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004104auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:17 [ecarstrade.nl] INFO: Saving data for 7004104auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537098.31922, 'last_price_update_time': 1774637477.356982}
2026-03-27 18:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004104auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004102> (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-27 18:51:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:18 [ecarstrade.nl] INFO: Extracting details for car 7004102auction111077
2026-03-27 18:51:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce21c5da-0ea5-5102-bd85-2cf0a39cb68d with identifier: 7004102auction111077
2026-03-27 18:51:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce21c5da-0ea5-5102-bd85-2cf0a39cb68d with scrape type 2
2026-03-27 18:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce21c5da-0ea5-5102-bd85-2cf0a39cb68d with scrape type 2
2026-03-27 18:51:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ce21c5da-0ea5-5102-bd85-2cf0a39cb68d, identifier: 7004102auction111077
2026-03-27 18:51:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ce21c5da-0ea5-5102-bd85-2cf0a39cb68d with identifier: 7004102auction111077
2026-03-27 18:51:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ce21c5da-0ea5-5102-bd85-2cf0a39cb68d with identifier: 7004102auction111077
2026-03-27 18:51:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ce21c5da-0ea5-5102-bd85-2cf0a39cb68d with identifier: 7004102auction111077 to the API
2026-03-27 18:51:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004102>
{'auction_title': '',
'c_o_2_emission_value': 119,
'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': 'ce21c5da-0ea5-5102-bd85-2cf0a39cb68d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004102',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 52917,
'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': 'PEUGEOT 208 Active Pack 1.2 PureTech 75pk 5D Athlon Edition',
'transmission': 'manual',
'trim': 'PEUGEOT Active Pack 1.2 PureTech 75pk 5D Athlon Edition',
'vin': None,
'year': 2022}
2026-03-27 18:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:19 [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-27 18:51:19 [ecarstrade.nl] INFO: Saving data for 7004102auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537139.430243, 'last_price_update_time': 1774637479.328843}
2026-03-27 18:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004102auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004101> (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-27 18:51:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:19 [ecarstrade.nl] INFO: Extracting details for car 7004101auction111077
2026-03-27 18:51:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca54ebfd-d52f-595b-9de6-3172b2bd5b06 with identifier: 7004101auction111077
2026-03-27 18:51:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca54ebfd-d52f-595b-9de6-3172b2bd5b06 with scrape type 2
2026-03-27 18:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca54ebfd-d52f-595b-9de6-3172b2bd5b06 with scrape type 2
2026-03-27 18:51:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ca54ebfd-d52f-595b-9de6-3172b2bd5b06, identifier: 7004101auction111077
2026-03-27 18:51:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ca54ebfd-d52f-595b-9de6-3172b2bd5b06 with identifier: 7004101auction111077
2026-03-27 18:51:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ca54ebfd-d52f-595b-9de6-3172b2bd5b06 with identifier: 7004101auction111077
2026-03-27 18:51:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ca54ebfd-d52f-595b-9de6-3172b2bd5b06 with identifier: 7004101auction111077 to the API
2026-03-27 18:51:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004101>
{'auction_title': '',
'c_o_2_emission_value': 119,
'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': 'ca54ebfd-d52f-595b-9de6-3172b2bd5b06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004101',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 53007,
'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': 'PEUGEOT 208 Active Pack 1.2 PureTech 75pk 5D Athlon Edition',
'transmission': 'manual',
'trim': 'PEUGEOT Active Pack 1.2 PureTech 75pk 5D Athlon Edition',
'vin': None,
'year': 2022}
2026-03-27 18:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:19 [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-27 18:51:19 [ecarstrade.nl] INFO: Saving data for 7004101auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537108.022317, 'last_price_update_time': 1774637479.778177}
2026-03-27 18:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004101auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004270> (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-27 18:51:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:19 [ecarstrade.nl] INFO: Extracting details for car 7004270auction111077
2026-03-27 18:51:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dda16875-e976-5511-8a23-cf303f6230a9 with identifier: 7004270auction111077
2026-03-27 18:51:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dda16875-e976-5511-8a23-cf303f6230a9 with scrape type 2
2026-03-27 18:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dda16875-e976-5511-8a23-cf303f6230a9 with scrape type 2
2026-03-27 18:51:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dda16875-e976-5511-8a23-cf303f6230a9, identifier: 7004270auction111077
2026-03-27 18:51:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dda16875-e976-5511-8a23-cf303f6230a9 with identifier: 7004270auction111077
2026-03-27 18:51:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dda16875-e976-5511-8a23-cf303f6230a9 with identifier: 7004270auction111077
2026-03-27 18:51:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dda16875-e976-5511-8a23-cf303f6230a9 with identifier: 7004270auction111077 to the API
2026-03-27 18:51:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004270>
{'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': 'dda16875-e976-5511-8a23-cf303f6230a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004270',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 152368,
'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 Business auto 5D 150kW',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 58kWh Business auto 5D 150kW',
'vin': None,
'year': 2020}
2026-03-27 18:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:20 [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-27 18:51:20 [ecarstrade.nl] INFO: Saving data for 7004270auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537155.358687, 'last_price_update_time': 1774637480.231867}
2026-03-27 18:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004270auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004145> (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-27 18:51:21 [ecarstrade.nl] INFO: Extracting details for car 7004145auction111077
2026-03-27 18:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004286> (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-27 18:51:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecbe1882-986b-54f7-b650-34a3efedba25 with identifier: 7004145auction111077
2026-03-27 18:51:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecbe1882-986b-54f7-b650-34a3efedba25 with scrape type 2
2026-03-27 18:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecbe1882-986b-54f7-b650-34a3efedba25 with scrape type 2
2026-03-27 18:51:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ecbe1882-986b-54f7-b650-34a3efedba25, identifier: 7004145auction111077
2026-03-27 18:51:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ecbe1882-986b-54f7-b650-34a3efedba25 with identifier: 7004145auction111077
2026-03-27 18:51:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ecbe1882-986b-54f7-b650-34a3efedba25 with identifier: 7004145auction111077
2026-03-27 18:51:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ecbe1882-986b-54f7-b650-34a3efedba25 with identifier: 7004145auction111077 to the API
2026-03-27 18:51:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:51:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004145>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'ecbe1882-986b-54f7-b650-34a3efedba25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004145',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mazda',
'model': 'CX-3',
'odometer': 138130,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-23',
'seats_number': 5,
'seller_name': None,
'title': 'Mazda CX-3 2.0 SKYACTIV-G 121 Sport Selected 2WD 5D 89k Uitl.',
'transmission': 'manual',
'trim': '2.0 SKYACTIV-G 121 Sport Selected 2WD 5D 89k Uitl.',
'vin': None,
'year': 2021}
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004145auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Saving data for 7004145auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537077.430172, 'last_price_update_time': 1774637482.117758}
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004145auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Extracting details for car 7004286auction111077
2026-03-27 18:51:22 [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-27 18:51:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6757307-60c5-5cb2-a87a-a8894b59e380 with identifier: 7004286auction111077
2026-03-27 18:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6757307-60c5-5cb2-a87a-a8894b59e380 with scrape type 2
2026-03-27 18:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6757307-60c5-5cb2-a87a-a8894b59e380 with scrape type 2
2026-03-27 18:51:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e6757307-60c5-5cb2-a87a-a8894b59e380, identifier: 7004286auction111077
2026-03-27 18:51:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e6757307-60c5-5cb2-a87a-a8894b59e380 with identifier: 7004286auction111077
2026-03-27 18:51:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e6757307-60c5-5cb2-a87a-a8894b59e380 with identifier: 7004286auction111077
2026-03-27 18:51:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e6757307-60c5-5cb2-a87a-a8894b59e380 with identifier: 7004286auction111077 to the API
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:51:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004286>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '1.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'e6757307-60c5-5cb2-a87a-a8894b59e380',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004286',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 202734,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-27',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia Combi 1.0 TSI e-TEC MHEV DSG Bus.Ed.Pl Athlon Edition',
'transmission': 'automatic',
'trim': 'SKODA Combi 1.0 TSI e-TEC MHEV DSG Bus.Ed.Pl Athlon Edition',
'vin': None,
'year': 2021}
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004286auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Saving data for 7004286auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537140.260124, 'last_price_update_time': 1774637482.552515}
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004286auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004165auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004165auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004165auction111077: 2
2026-03-27 18: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-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004183auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004183auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004183auction111077: 2
2026-03-27 18: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-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004319auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004319auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004319auction111077: 2
2026-03-27 18: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-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004306auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004306auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004306auction111077: 2
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004184auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004184auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004184auction111077: 2
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004281auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004281auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004281auction111077: 2
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004310auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004310auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004310auction111077: 2
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004308auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004308auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004308auction111077: 2
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004186auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004186auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004186auction111077: 2
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004300auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004300auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004300auction111077: 2
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004256auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004256auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004256auction111077: 2
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004112auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004112auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004112auction111077: 2
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004111auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004111auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004111auction111077: 2
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004100auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004100auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004100auction111077: 2
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004180auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004180auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004180auction111077: 2
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7004307auction111077
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004307auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7004307auction111077: 2
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7007123auction111108
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277007123auction111108%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7007123auction111108: 0
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7007129auction111108
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277007129auction111108%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7007129auction111108: 0
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7007157auction111108
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277007157auction111108%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7007157auction111108: 0
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Found listing with ID: 7007121auction111108
2026-03-27 18:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277007121auction111108%27 HTTP/1.1" 200 None
2026-03-27 18:51:22 [ecarstrade.nl] INFO: Scrape type for 7007121auction111108: 0
2026-03-27 18:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004280> (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-27 18:51:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:24 [ecarstrade.nl] INFO: Extracting details for car 7004280auction111077
2026-03-27 18:51:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a024aae-01c2-544b-b603-be4d401bc2ac with identifier: 7004280auction111077
2026-03-27 18:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a024aae-01c2-544b-b603-be4d401bc2ac with scrape type 2
2026-03-27 18:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a024aae-01c2-544b-b603-be4d401bc2ac with scrape type 2
2026-03-27 18:51:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9a024aae-01c2-544b-b603-be4d401bc2ac, identifier: 7004280auction111077
2026-03-27 18:51:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9a024aae-01c2-544b-b603-be4d401bc2ac with identifier: 7004280auction111077
2026-03-27 18:51:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9a024aae-01c2-544b-b603-be4d401bc2ac with identifier: 7004280auction111077
2026-03-27 18:51:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9a024aae-01c2-544b-b603-be4d401bc2ac with identifier: 7004280auction111077 to the API
2026-03-27 18:51:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:51:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004280>
{'auction_title': '',
'c_o_2_emission_value': 108,
'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': '9a024aae-01c2-544b-b603-be4d401bc2ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004280',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 44617,
'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': 4,
'seller_name': None,
'title': 'TOYOTA Aygo X 1.0 VVT-I MT play 5D 53kW',
'transmission': 'manual',
'trim': 'TOYOTA X 1.0 VVT-I MT play 5D 53kW',
'vin': None,
'year': 2024}
2026-03-27 18:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004280auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:24 [ecarstrade.nl] INFO: Saving data for 7004280auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537127.994377, 'last_price_update_time': 1774637484.665673}
2026-03-27 18:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004280auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004273> (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-27 18: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-27 18:51:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004160> (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-27 18: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-27 18:51:25 [ecarstrade.nl] INFO: Extracting details for car 7004273auction111077
2026-03-27 18:51:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aacee75-921e-5b94-a2da-61b97b7dc836 with identifier: 7004273auction111077
2026-03-27 18:51:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aacee75-921e-5b94-a2da-61b97b7dc836 with scrape type 2
2026-03-27 18:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aacee75-921e-5b94-a2da-61b97b7dc836 with scrape type 2
2026-03-27 18:51:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2aacee75-921e-5b94-a2da-61b97b7dc836, identifier: 7004273auction111077
2026-03-27 18:51:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2aacee75-921e-5b94-a2da-61b97b7dc836 with identifier: 7004273auction111077
2026-03-27 18:51:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2aacee75-921e-5b94-a2da-61b97b7dc836 with identifier: 7004273auction111077
2026-03-27 18:51:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2aacee75-921e-5b94-a2da-61b97b7dc836 with identifier: 7004273auction111077 to the API
2026-03-27 18:51:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004273>
{'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': '2aacee75-921e-5b94-a2da-61b97b7dc836',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004273',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 134515,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-07',
'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-27 18:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:26 [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-27 18:51:26 [ecarstrade.nl] INFO: Saving data for 7004273auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537129.722554, 'last_price_update_time': 1774637486.661043}
2026-03-27 18:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004273auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:26 [ecarstrade.nl] INFO: Extracting details for car 7004160auction111077
2026-03-27 18:51:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004296> (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-27 18:51:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c12beaf-7013-5869-891f-834af9eb8724 with identifier: 7004160auction111077
2026-03-27 18:51:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c12beaf-7013-5869-891f-834af9eb8724 with scrape type 2
2026-03-27 18:51:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c12beaf-7013-5869-891f-834af9eb8724 with scrape type 2
2026-03-27 18:51:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1c12beaf-7013-5869-891f-834af9eb8724, identifier: 7004160auction111077
2026-03-27 18:51:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1c12beaf-7013-5869-891f-834af9eb8724 with identifier: 7004160auction111077
2026-03-27 18:51:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1c12beaf-7013-5869-891f-834af9eb8724 with identifier: 7004160auction111077
2026-03-27 18:51:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1c12beaf-7013-5869-891f-834af9eb8724 with identifier: 7004160auction111077 to the API
2026-03-27 18:51:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004160>
{'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': '1c12beaf-7013-5869-891f-834af9eb8724',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004160',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 124998,
'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 Comfort Electric 64 kWh 5D Athlon Edition',
'transmission': 'automatic',
'trim': 'HYUNDAI Comfort Electric 64 kWh 5D Athlon Edition',
'vin': None,
'year': 2020}
2026-03-27 18:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:27 [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-27 18:51:27 [ecarstrade.nl] INFO: Saving data for 7004160auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537136.312939, 'last_price_update_time': 1774637487.098443}
2026-03-27 18:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004160auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:27 [ecarstrade.nl] INFO: Extracting details for car 7004296auction111077
2026-03-27 18:51:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22ca8c4d-575c-5daa-9248-d5d3081339f7 with identifier: 7004296auction111077
2026-03-27 18:51:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22ca8c4d-575c-5daa-9248-d5d3081339f7 with scrape type 2
2026-03-27 18:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22ca8c4d-575c-5daa-9248-d5d3081339f7 with scrape type 2
2026-03-27 18:51:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 22ca8c4d-575c-5daa-9248-d5d3081339f7, identifier: 7004296auction111077
2026-03-27 18:51:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 22ca8c4d-575c-5daa-9248-d5d3081339f7 with identifier: 7004296auction111077
2026-03-27 18:51:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 22ca8c4d-575c-5daa-9248-d5d3081339f7 with identifier: 7004296auction111077
2026-03-27 18:51:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 22ca8c4d-575c-5daa-9248-d5d3081339f7 with identifier: 7004296auction111077 to the API
2026-03-27 18:51:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004296>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': '22ca8c4d-575c-5daa-9248-d5d3081339f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004296',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Trafic',
'odometer': 150004,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-27',
'seats_number': None,
'seller_name': None,
'title': 'RENAULT Trafic GB L2H1 T29 ENERGY 1.6 dCi 125 TT Comfort 4D 92kW',
'transmission': 'manual',
'trim': 'RENAULT GB L2H1 T29 ENERGY 1.6 dCi 125 TT Comfort 4D 92kW',
'vin': None,
'year': 2020}
2026-03-27 18:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:27 [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-27 18:51:27 [ecarstrade.nl] INFO: Saving data for 7004296auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537179.040899, 'last_price_update_time': 1774637487.441954}
2026-03-27 18:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004296auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:28 [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-27 18:51:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:28 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:51:28 [ecarstrade.nl] INFO: Found listing with ID: 7007160auction111108
2026-03-27 18:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277007160auction111108%27 HTTP/1.1" 200 None
2026-03-27 18:51:28 [ecarstrade.nl] INFO: Scrape type for 7007160auction111108: 0
2026-03-27 18:51:28 [ecarstrade.nl] INFO: Found listing with ID: 7007111auction111108
2026-03-27 18:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007111auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007224auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007224auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007125auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007125auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007124auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007124auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007159auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007159auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7009257auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7009257auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007143auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007143auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007169auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007169auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007153auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007153auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007163auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007163auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007126auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007126auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007168auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007168auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007120auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007120auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007162auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007162auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007119auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007119auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007130auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007130auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007139auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007139auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007112auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007112auction111108: 0
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Found listing with ID: 7007117auction111108
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Scrape type for 7007117auction111108: 0
2026-03-27 18:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004165> (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-27 18:51:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:29 [ecarstrade.nl] INFO: Extracting details for car 7004165auction111077
2026-03-27 18:51:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca07231f-f0d2-5331-9bc3-3231c853018c with identifier: 7004165auction111077
2026-03-27 18:51:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca07231f-f0d2-5331-9bc3-3231c853018c with scrape type 2
2026-03-27 18:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca07231f-f0d2-5331-9bc3-3231c853018c with scrape type 2
2026-03-27 18:51:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ca07231f-f0d2-5331-9bc3-3231c853018c, identifier: 7004165auction111077
2026-03-27 18:51:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ca07231f-f0d2-5331-9bc3-3231c853018c with identifier: 7004165auction111077
2026-03-27 18:51:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ca07231f-f0d2-5331-9bc3-3231c853018c with identifier: 7004165auction111077
2026-03-27 18:51:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ca07231f-f0d2-5331-9bc3-3231c853018c with identifier: 7004165auction111077 to the API
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004165>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': 'ca07231f-f0d2-5331-9bc3-3231c853018c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004165',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Courier',
'odometer': 96344,
'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': None,
'seller_name': None,
'title': 'FORD TRANSIT COURIER Trend 1.5 TDCi 75 pk 4D',
'transmission': 'manual',
'trim': 'FORD TRANSIT COURIER Trend 1.5 TDCi 75 pk 4D',
'vin': None,
'year': 2020}
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [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-27 18:51:29 [ecarstrade.nl] INFO: Saving data for 7004165auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537179.515727, 'last_price_update_time': 1774637489.861298}
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004165auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004183> (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-27 18:51:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:30 [ecarstrade.nl] INFO: Extracting details for car 7004183auction111077
2026-03-27 18:51:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5f53d69-47ac-542d-a2dc-8d60d57513e0 with identifier: 7004183auction111077
2026-03-27 18:51:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5f53d69-47ac-542d-a2dc-8d60d57513e0 with scrape type 2
2026-03-27 18:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5f53d69-47ac-542d-a2dc-8d60d57513e0 with scrape type 2
2026-03-27 18:51:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d5f53d69-47ac-542d-a2dc-8d60d57513e0, identifier: 7004183auction111077
2026-03-27 18:51:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d5f53d69-47ac-542d-a2dc-8d60d57513e0 with identifier: 7004183auction111077
2026-03-27 18:51:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d5f53d69-47ac-542d-a2dc-8d60d57513e0 with identifier: 7004183auction111077
2026-03-27 18:51:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d5f53d69-47ac-542d-a2dc-8d60d57513e0 with identifier: 7004183auction111077 to the API
2026-03-27 18:51:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004183>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': 'd5f53d69-47ac-542d-a2dc-8d60d57513e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004183',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 122963,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-29',
'seats_number': None,
'seller_name': None,
'title': 'CITROEN Berlingo VAN BlueHDi 100 S&S Club Economy 4D 73kW',
'transmission': 'manual',
'trim': 'CITROEN VAN BlueHDi 100 S&S Club Economy 4D 73kW',
'vin': None,
'year': 2018}
2026-03-27 18:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:30 [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-27 18:51:30 [ecarstrade.nl] INFO: Saving data for 7004183auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537164.783569, 'last_price_update_time': 1774637490.379972}
2026-03-27 18:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004183auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004319> (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-27 18:51:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:30 [ecarstrade.nl] INFO: Extracting details for car 7004319auction111077
2026-03-27 18:51:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dd65597-5dc3-579f-a610-71f06b63e537 with identifier: 7004319auction111077
2026-03-27 18:51:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dd65597-5dc3-579f-a610-71f06b63e537 with scrape type 2
2026-03-27 18:51:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dd65597-5dc3-579f-a610-71f06b63e537 with scrape type 2
2026-03-27 18:51:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0dd65597-5dc3-579f-a610-71f06b63e537, identifier: 7004319auction111077
2026-03-27 18:51:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0dd65597-5dc3-579f-a610-71f06b63e537 with identifier: 7004319auction111077
2026-03-27 18:51:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0dd65597-5dc3-579f-a610-71f06b63e537 with identifier: 7004319auction111077
2026-03-27 18:51:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0dd65597-5dc3-579f-a610-71f06b63e537 with identifier: 7004319auction111077 to the API
2026-03-27 18:51:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:51:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004319>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'White',
'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': '0dd65597-5dc3-579f-a610-71f06b63e537',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004319',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '308',
'odometer': 113484,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-11',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW Blue Lease Active 1.2 PureTech 110 5D 81kW',
'transmission': 'manual',
'trim': 'PEUGEOT SW Blue Lease Active 1.2 PureTech 110 5D 81kW',
'vin': None,
'year': 2021}
2026-03-27 18:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004319auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:31 [ecarstrade.nl] INFO: Saving data for 7004319auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537165.926954, 'last_price_update_time': 1774637491.674634}
2026-03-27 18:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004319auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004184> (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-27 18:51:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:33 [ecarstrade.nl] INFO: Extracting details for car 7004184auction111077
2026-03-27 18:51:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00995efe-ea60-5278-94ab-0822a40cc6d6 with identifier: 7004184auction111077
2026-03-27 18:51:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00995efe-ea60-5278-94ab-0822a40cc6d6 with scrape type 2
2026-03-27 18:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00995efe-ea60-5278-94ab-0822a40cc6d6 with scrape type 2
2026-03-27 18:51:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 00995efe-ea60-5278-94ab-0822a40cc6d6, identifier: 7004184auction111077
2026-03-27 18:51:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 00995efe-ea60-5278-94ab-0822a40cc6d6 with identifier: 7004184auction111077
2026-03-27 18:51:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 00995efe-ea60-5278-94ab-0822a40cc6d6 with identifier: 7004184auction111077
2026-03-27 18:51:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 00995efe-ea60-5278-94ab-0822a40cc6d6 with identifier: 7004184auction111077 to the API
2026-03-27 18:51:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004184>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': '00995efe-ea60-5278-94ab-0822a40cc6d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004184',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 166883,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-29',
'seats_number': None,
'seller_name': None,
'title': 'CITROEN Berlingo VAN BlueHDi 100 S&S Club Economy 4D 73kW',
'transmission': 'manual',
'trim': 'CITROEN VAN BlueHDi 100 S&S Club Economy 4D 73kW',
'vin': None,
'year': 2018}
2026-03-27 18:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:33 [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-27 18:51:33 [ecarstrade.nl] INFO: Saving data for 7004184auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537167.022205, 'last_price_update_time': 1774637493.529533}
2026-03-27 18:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004184auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004306> (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-27 18:51:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:33 [ecarstrade.nl] INFO: Extracting details for car 7004306auction111077
2026-03-27 18:51:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90e9abc8-fd02-5c92-9c6f-d3a1d18c8b19 with identifier: 7004306auction111077
2026-03-27 18:51:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90e9abc8-fd02-5c92-9c6f-d3a1d18c8b19 with scrape type 2
2026-03-27 18:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90e9abc8-fd02-5c92-9c6f-d3a1d18c8b19 with scrape type 2
2026-03-27 18:51:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 90e9abc8-fd02-5c92-9c6f-d3a1d18c8b19, identifier: 7004306auction111077
2026-03-27 18:51:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 90e9abc8-fd02-5c92-9c6f-d3a1d18c8b19 with identifier: 7004306auction111077
2026-03-27 18:51:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 90e9abc8-fd02-5c92-9c6f-d3a1d18c8b19 with identifier: 7004306auction111077
2026-03-27 18:51:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 90e9abc8-fd02-5c92-9c6f-d3a1d18c8b19 with identifier: 7004306auction111077 to the API
2026-03-27 18:51:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004306>
{'auction_title': '',
'c_o_2_emission_value': 123,
'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': '90e9abc8-fd02-5c92-9c6f-d3a1d18c8b19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004306',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Megane',
'odometer': 172895,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-19',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE TCe 140 Bose 5D 103kW',
'transmission': 'manual',
'trim': 'RENAULT MEGANE TCe 140 Bose 5D 103kW',
'vin': None,
'year': 2019}
2026-03-27 18:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:33 [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-27 18:51:33 [ecarstrade.nl] INFO: Saving data for 7004306auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537165.303275, 'last_price_update_time': 1774637493.972933}
2026-03-27 18:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004306auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004308> (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-27 18:51:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:36 [ecarstrade.nl] INFO: Extracting details for car 7004308auction111077
2026-03-27 18:51:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0e72c94-08ce-5b97-8881-67e8d561386d with identifier: 7004308auction111077
2026-03-27 18:51:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0e72c94-08ce-5b97-8881-67e8d561386d with scrape type 2
2026-03-27 18:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0e72c94-08ce-5b97-8881-67e8d561386d with scrape type 2
2026-03-27 18:51:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d0e72c94-08ce-5b97-8881-67e8d561386d, identifier: 7004308auction111077
2026-03-27 18:51:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d0e72c94-08ce-5b97-8881-67e8d561386d with identifier: 7004308auction111077
2026-03-27 18:51:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d0e72c94-08ce-5b97-8881-67e8d561386d with identifier: 7004308auction111077
2026-03-27 18:51:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d0e72c94-08ce-5b97-8881-67e8d561386d with identifier: 7004308auction111077 to the API
2026-03-27 18:51:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004308>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '0.9L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'd0e72c94-08ce-5b97-8881-67e8d561386d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004308',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Clio',
'odometer': 79903,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-28',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio Estate Energy TCe 90 Limited 5D 66kW',
'transmission': 'manual',
'trim': 'RENAULT Estate Energy TCe 90 Limited 5D 66kW',
'vin': None,
'year': 2019}
2026-03-27 18:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:37 [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-27 18:51:37 [ecarstrade.nl] INFO: Saving data for 7004308auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537157.36385, 'last_price_update_time': 1774637497.907375}
2026-03-27 18:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004308auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004310> (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-27 18:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004186> (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-27 18:51:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:38 [ecarstrade.nl] INFO: Extracting details for car 7004310auction111077
2026-03-27 18:51:38 [ecarstrade.nl] INFO: Extracting details for car 7004186auction111077
2026-03-27 18:51:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2966ae5b-4f11-50f0-a5f3-306cfdd822d5 with identifier: 7004310auction111077
2026-03-27 18:51:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2966ae5b-4f11-50f0-a5f3-306cfdd822d5 with scrape type 2
2026-03-27 18:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2966ae5b-4f11-50f0-a5f3-306cfdd822d5 with scrape type 2
2026-03-27 18:51:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2966ae5b-4f11-50f0-a5f3-306cfdd822d5, identifier: 7004310auction111077
2026-03-27 18:51:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0259ca64-3d51-5579-a2ee-16c0331962f2 with identifier: 7004186auction111077
2026-03-27 18:51:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0259ca64-3d51-5579-a2ee-16c0331962f2 with scrape type 2
2026-03-27 18:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0259ca64-3d51-5579-a2ee-16c0331962f2 with scrape type 2
2026-03-27 18:51:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0259ca64-3d51-5579-a2ee-16c0331962f2, identifier: 7004186auction111077
2026-03-27 18:51:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2966ae5b-4f11-50f0-a5f3-306cfdd822d5 with identifier: 7004310auction111077
2026-03-27 18:51:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2966ae5b-4f11-50f0-a5f3-306cfdd822d5 with identifier: 7004310auction111077
2026-03-27 18:51:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2966ae5b-4f11-50f0-a5f3-306cfdd822d5 with identifier: 7004310auction111077 to the API
2026-03-27 18:51:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004310>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': '2966ae5b-4f11-50f0-a5f3-306cfdd822d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004310',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Clio',
'odometer': 151652,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.5 Blue dCi 85 Zen 5D 63kW',
'transmission': 'manual',
'trim': 'RENAULT CLIO 1.5 Blue dCi 85 Zen 5D 63kW',
'vin': None,
'year': 2020}
2026-03-27 18:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:38 [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-27 18:51:38 [ecarstrade.nl] INFO: Saving data for 7004310auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537184.677038, 'last_price_update_time': 1774637498.650869}
2026-03-27 18:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004310auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0259ca64-3d51-5579-a2ee-16c0331962f2 with identifier: 7004186auction111077
2026-03-27 18:51:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0259ca64-3d51-5579-a2ee-16c0331962f2 with identifier: 7004186auction111077
2026-03-27 18:51:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0259ca64-3d51-5579-a2ee-16c0331962f2 with identifier: 7004186auction111077 to the API
2026-03-27 18:51:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004186>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': '0259ca64-3d51-5579-a2ee-16c0331962f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004186',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 139328,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-20',
'seats_number': None,
'seller_name': None,
'title': 'CITROEN Berlingo VAN BlueHDi 100 S&S Club Economy 4D 73kW',
'transmission': 'manual',
'trim': 'CITROEN VAN BlueHDi 100 S&S Club Economy 4D 73kW',
'vin': None,
'year': 2017}
2026-03-27 18:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:39 [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-27 18:51:39 [ecarstrade.nl] INFO: Saving data for 7004186auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537154.378067, 'last_price_update_time': 1774637499.124382}
2026-03-27 18:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004186auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004300> (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-27 18:51:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:39 [ecarstrade.nl] INFO: Extracting details for car 7004300auction111077
2026-03-27 18:51:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86a1784c-d58f-5f3a-b404-f134625344f0 with identifier: 7004300auction111077
2026-03-27 18:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86a1784c-d58f-5f3a-b404-f134625344f0 with scrape type 2
2026-03-27 18:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86a1784c-d58f-5f3a-b404-f134625344f0 with scrape type 2
2026-03-27 18:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 86a1784c-d58f-5f3a-b404-f134625344f0, identifier: 7004300auction111077
2026-03-27 18:51:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 86a1784c-d58f-5f3a-b404-f134625344f0 with identifier: 7004300auction111077
2026-03-27 18:51:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 86a1784c-d58f-5f3a-b404-f134625344f0 with identifier: 7004300auction111077
2026-03-27 18:51:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 86a1784c-d58f-5f3a-b404-f134625344f0 with identifier: 7004300auction111077 to the API
2026-03-27 18:51:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004300>
{'auction_title': '',
'c_o_2_emission_value': 90,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': '86a1784c-d58f-5f3a-b404-f134625344f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004300',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Megane',
'odometer': 145237,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Mégane Estate Energy dCi 110 ECO2 Zen 5D 81kW',
'transmission': 'manual',
'trim': 'RENAULT Mégane Estate Energy dCi 110 ECO2 Zen 5D 81kW',
'vin': None,
'year': 2018}
2026-03-27 18:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:39 [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-27 18:51:39 [ecarstrade.nl] INFO: Saving data for 7004300auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537183.536703, 'last_price_update_time': 1774637499.996801}
2026-03-27 18:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004300auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004307> (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-27 18:51:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:40 [ecarstrade.nl] INFO: Extracting details for car 7004307auction111077
2026-03-27 18:51:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 514ae36e-1d47-5ae8-98aa-db195eb0bab0 with identifier: 7004307auction111077
2026-03-27 18:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 514ae36e-1d47-5ae8-98aa-db195eb0bab0 with scrape type 2
2026-03-27 18:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 514ae36e-1d47-5ae8-98aa-db195eb0bab0 with scrape type 2
2026-03-27 18:51:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 514ae36e-1d47-5ae8-98aa-db195eb0bab0, identifier: 7004307auction111077
2026-03-27 18:51:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 514ae36e-1d47-5ae8-98aa-db195eb0bab0 with identifier: 7004307auction111077
2026-03-27 18:51:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 514ae36e-1d47-5ae8-98aa-db195eb0bab0 with identifier: 7004307auction111077
2026-03-27 18:51:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 514ae36e-1d47-5ae8-98aa-db195eb0bab0 with identifier: 7004307auction111077 to the API
2026-03-27 18:51:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004307>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': '514ae36e-1d47-5ae8-98aa-db195eb0bab0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004307',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 28360,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-29',
'seats_number': None,
'seller_name': None,
'title': 'RENAULT KANGOO 1.2 TCe 115 STOP & START Comf 4D 85kW',
'transmission': 'manual',
'trim': 'RENAULT KANGOO 1.2 TCe 115 STOP & START Comf 4D 85kW',
'vin': None,
'year': 2018}
2026-03-27 18:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:40 [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-27 18:51:40 [ecarstrade.nl] INFO: Saving data for 7004307auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537154.92293, 'last_price_update_time': 1774637500.942762}
2026-03-27 18:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004307auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005063> (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-27 18:51:42 [ecarstrade.nl] INFO: Extracting details for car 7005063auction111077
2026-03-27 18:51:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3945020-6945-5dfa-aa85-f654ec6dc8d4 with identifier: 7005063auction111077
2026-03-27 18:51:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3945020-6945-5dfa-aa85-f654ec6dc8d4 with scrape type 2
2026-03-27 18:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3945020-6945-5dfa-aa85-f654ec6dc8d4 with scrape type 2
2026-03-27 18:51:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f3945020-6945-5dfa-aa85-f654ec6dc8d4, identifier: 7005063auction111077
2026-03-27 18:51:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f3945020-6945-5dfa-aa85-f654ec6dc8d4 with identifier: 7005063auction111077
2026-03-27 18:51:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f3945020-6945-5dfa-aa85-f654ec6dc8d4 with identifier: 7005063auction111077
2026-03-27 18:51:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f3945020-6945-5dfa-aa85-f654ec6dc8d4 with identifier: 7005063auction111077 to the API
2026-03-27 18:51:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005063>
{'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': 'f3945020-6945-5dfa-aa85-f654ec6dc8d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005063',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 122604,
'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': 'VOLKSWAGEN ID.3 58kWh 150kW Life auto 5D',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 58kWh 150kW Life auto 5D',
'vin': None,
'year': 2020}
2026-03-27 18:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277005063auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:42 [ecarstrade.nl] INFO: Saving data for 7005063auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537091.942071, 'last_price_update_time': 1774637502.941719}
2026-03-27 18:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7005063auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004100> (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-27 18:51:44 [ecarstrade.nl] INFO: Extracting details for car 7004100auction111077
2026-03-27 18:51:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a5308f0-a9e0-5648-8421-4c4e9e3661b3 with identifier: 7004100auction111077
2026-03-27 18:51:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a5308f0-a9e0-5648-8421-4c4e9e3661b3 with scrape type 2
2026-03-27 18:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a5308f0-a9e0-5648-8421-4c4e9e3661b3 with scrape type 2
2026-03-27 18:51:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4a5308f0-a9e0-5648-8421-4c4e9e3661b3, identifier: 7004100auction111077
2026-03-27 18:51:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4a5308f0-a9e0-5648-8421-4c4e9e3661b3 with identifier: 7004100auction111077
2026-03-27 18:51:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4a5308f0-a9e0-5648-8421-4c4e9e3661b3 with identifier: 7004100auction111077
2026-03-27 18:51:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4a5308f0-a9e0-5648-8421-4c4e9e3661b3 with identifier: 7004100auction111077 to the API
2026-03-27 18:51:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004100>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO E6 D Temp',
'engine': '',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Electric',
'id': '4a5308f0-a9e0-5648-8421-4c4e9e3661b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004100',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 146066,
'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': 'PEUGEOT 208 Allure EV 50kWh 136 5D',
'transmission': 'automatic',
'trim': 'PEUGEOT Allure EV 50kWh 136 5D',
'vin': None,
'year': 2020}
2026-03-27 18:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:44 [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-27 18:51:44 [ecarstrade.nl] INFO: Saving data for 7004100auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537152.431763, 'last_price_update_time': 1774637504.962578}
2026-03-27 18:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004100auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004111> (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-27 18:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004112> (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-27 18:51:45 [ecarstrade.nl] INFO: Extracting details for car 7004111auction111077
2026-03-27 18:51:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c9beb91-78fa-58e5-a7c8-b7255aa7e7b4 with identifier: 7004111auction111077
2026-03-27 18:51:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c9beb91-78fa-58e5-a7c8-b7255aa7e7b4 with scrape type 2
2026-03-27 18:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c9beb91-78fa-58e5-a7c8-b7255aa7e7b4 with scrape type 2
2026-03-27 18:51:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0c9beb91-78fa-58e5-a7c8-b7255aa7e7b4, identifier: 7004111auction111077
2026-03-27 18:51:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0c9beb91-78fa-58e5-a7c8-b7255aa7e7b4 with identifier: 7004111auction111077
2026-03-27 18:51:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0c9beb91-78fa-58e5-a7c8-b7255aa7e7b4 with identifier: 7004111auction111077
2026-03-27 18:51:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0c9beb91-78fa-58e5-a7c8-b7255aa7e7b4 with identifier: 7004111auction111077 to the API
2026-03-27 18:51:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004111>
{'auction_title': '',
'c_o_2_emission_value': 103,
'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': '0c9beb91-78fa-58e5-a7c8-b7255aa7e7b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004111',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Mitsubishi Space Star',
'odometer': 184969,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-24',
'seats_number': 5,
'seller_name': None,
'title': 'MITSUBISHI Space Star 1.0 ClearTec Cool+ 5D 52kW',
'transmission': 'manual',
'trim': 'MITSUBISHI Space Star 1.0 ClearTec Cool+ 5D 52kW',
'vin': None,
'year': 2019}
2026-03-27 18:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:45 [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-27 18:51:45 [ecarstrade.nl] INFO: Saving data for 7004111auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537152.902564, 'last_price_update_time': 1774637505.488712}
2026-03-27 18:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004111auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:45 [ecarstrade.nl] INFO: Extracting details for car 7004112auction111077
2026-03-27 18:51:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b7f879b-b141-5ba5-a832-b4fadf8ef84b with identifier: 7004112auction111077
2026-03-27 18:51:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b7f879b-b141-5ba5-a832-b4fadf8ef84b with scrape type 2
2026-03-27 18:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b7f879b-b141-5ba5-a832-b4fadf8ef84b with scrape type 2
2026-03-27 18:51:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4b7f879b-b141-5ba5-a832-b4fadf8ef84b, identifier: 7004112auction111077
2026-03-27 18:51:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4b7f879b-b141-5ba5-a832-b4fadf8ef84b with identifier: 7004112auction111077
2026-03-27 18:51:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4b7f879b-b141-5ba5-a832-b4fadf8ef84b with identifier: 7004112auction111077
2026-03-27 18:51:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4b7f879b-b141-5ba5-a832-b4fadf8ef84b with identifier: 7004112auction111077 to the API
2026-03-27 18:51:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004112>
{'auction_title': '',
'c_o_2_emission_value': 103,
'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': '4b7f879b-b141-5ba5-a832-b4fadf8ef84b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004112',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Mitsubishi Space Star',
'odometer': 110893,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-29',
'seats_number': 5,
'seller_name': None,
'title': 'MITSUBISHI Space Star 1.0 ClearTec Cool+ 5D 52kW',
'transmission': 'manual',
'trim': 'MITSUBISHI Space Star 1.0 ClearTec Cool+ 5D 52kW',
'vin': None,
'year': 2019}
2026-03-27 18:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:46 [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-27 18:51:46 [ecarstrade.nl] INFO: Saving data for 7004112auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537151.651054, 'last_price_update_time': 1774637506.147782}
2026-03-27 18:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004112auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004180> (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-27 18:51:46 [ecarstrade.nl] INFO: Extracting details for car 7004180auction111077
2026-03-27 18:51:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f411afbf-a6b5-57f7-9fc8-7f39036922a8 with identifier: 7004180auction111077
2026-03-27 18:51:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f411afbf-a6b5-57f7-9fc8-7f39036922a8 with scrape type 2
2026-03-27 18:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f411afbf-a6b5-57f7-9fc8-7f39036922a8 with scrape type 2
2026-03-27 18:51:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f411afbf-a6b5-57f7-9fc8-7f39036922a8, identifier: 7004180auction111077
2026-03-27 18:51:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f411afbf-a6b5-57f7-9fc8-7f39036922a8 with identifier: 7004180auction111077
2026-03-27 18:51:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f411afbf-a6b5-57f7-9fc8-7f39036922a8 with identifier: 7004180auction111077
2026-03-27 18:51:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f411afbf-a6b5-57f7-9fc8-7f39036922a8 with identifier: 7004180auction111077 to the API
2026-03-27 18:51:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004180>
{'auction_title': '',
'c_o_2_emission_value': 197,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Diesel',
'id': 'f411afbf-a6b5-57f7-9fc8-7f39036922a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004180',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 284381,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-23',
'seats_number': None,
'seller_name': None,
'title': 'CITROEN Jumpy GB 10 L1H1 HDI 125 Economy 4D 94kW',
'transmission': 'manual',
'trim': 'CITROEN GB 10 L1H1 HDI 125 Economy 4D 94kW',
'vin': None,
'year': 2016}
2026-03-27 18:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:46 [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-27 18:51:46 [ecarstrade.nl] INFO: Saving data for 7004180auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537153.398922, 'last_price_update_time': 1774637506.619107}
2026-03-27 18:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004180auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:46 [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-27 18:51:46 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:51:46 [ecarstrade.nl] INFO: Found listing with ID: 7007203auction111108
2026-03-27 18:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:46 [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-27 18:51:46 [ecarstrade.nl] INFO: Scrape type for 7007203auction111108: 0
2026-03-27 18:51:46 [ecarstrade.nl] INFO: Found listing with ID: 7007144auction111108
2026-03-27 18:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:46 [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-27 18:51:46 [ecarstrade.nl] INFO: Scrape type for 7007144auction111108: 0
2026-03-27 18:51:46 [ecarstrade.nl] INFO: Found listing with ID: 7009406auction111131
2026-03-27 18:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:46 [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-27 18:51:46 [ecarstrade.nl] INFO: Scrape type for 7009406auction111131: 0
2026-03-27 18:51:46 [ecarstrade.nl] INFO: Found listing with ID: 7010542auction111131
2026-03-27 18:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:46 [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-27 18:51:46 [ecarstrade.nl] INFO: Scrape type for 7010542auction111131: 1
2026-03-27 18:51:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:46 [ecarstrade.nl] INFO: Found listing with ID: 7010540auction111131
2026-03-27 18:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:46 [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-27 18:51:46 [ecarstrade.nl] INFO: Scrape type for 7010540auction111131: 1
2026-03-27 18:51:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:46 [ecarstrade.nl] INFO: Found listing with ID: 7009328auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7009328auction111131: 0
2026-03-27 18:51:47 [ecarstrade.nl] INFO: Found listing with ID: 7010539auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7010539auction111131: 1
2026-03-27 18: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-27 18:51:47 [ecarstrade.nl] INFO: Found listing with ID: 7009324auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7009324auction111131: 0
2026-03-27 18:51:47 [ecarstrade.nl] INFO: Found listing with ID: 7009352auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7009352auction111131: 0
2026-03-27 18:51:47 [ecarstrade.nl] INFO: Found listing with ID: 7009644auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7009644auction111131: 0
2026-03-27 18:51:47 [ecarstrade.nl] INFO: Found listing with ID: 7009465auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7009465auction111131: 0
2026-03-27 18:51:47 [ecarstrade.nl] INFO: Found listing with ID: 7009522auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7009522auction111131: 0
2026-03-27 18:51:47 [ecarstrade.nl] INFO: Found listing with ID: 7009601auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7009601auction111131: 0
2026-03-27 18:51:47 [ecarstrade.nl] INFO: Found listing with ID: 7010544auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7010544auction111131: 1
2026-03-27 18: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-27 18:51:47 [ecarstrade.nl] INFO: Found listing with ID: 7009646auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7009646auction111131: 0
2026-03-27 18:51:47 [ecarstrade.nl] INFO: Found listing with ID: 7009399auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7009399auction111131: 0
2026-03-27 18:51:47 [ecarstrade.nl] INFO: Found listing with ID: 7009642auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7009642auction111131: 0
2026-03-27 18:51:47 [ecarstrade.nl] INFO: Found listing with ID: 7009316auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7009316auction111131: 0
2026-03-27 18:51:47 [ecarstrade.nl] INFO: Found listing with ID: 7009372auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7009372auction111131: 0
2026-03-27 18:51:47 [ecarstrade.nl] INFO: Found listing with ID: 7009390auction111131
2026-03-27 18:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:47 [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-27 18:51:47 [ecarstrade.nl] INFO: Scrape type for 7009390auction111131: 0
2026-03-27 18: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-27 18:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004256> (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-27 18:51:48 [ecarstrade.nl] INFO: Extracting details for car 7004256auction111077
2026-03-27 18:51:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6523aea8-c471-5c28-ba5d-803fd3835037 with identifier: 7004256auction111077
2026-03-27 18:51:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6523aea8-c471-5c28-ba5d-803fd3835037 with scrape type 2
2026-03-27 18:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6523aea8-c471-5c28-ba5d-803fd3835037 with scrape type 2
2026-03-27 18:51:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6523aea8-c471-5c28-ba5d-803fd3835037, identifier: 7004256auction111077
2026-03-27 18:51:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6523aea8-c471-5c28-ba5d-803fd3835037 with identifier: 7004256auction111077
2026-03-27 18:51:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6523aea8-c471-5c28-ba5d-803fd3835037 with identifier: 7004256auction111077
2026-03-27 18:51:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6523aea8-c471-5c28-ba5d-803fd3835037 with identifier: 7004256auction111077 to the API
2026-03-27 18:51:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:51:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004256>
{'auction_title': '',
'c_o_2_emission_value': 100,
'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': '6523aea8-c471-5c28-ba5d-803fd3835037',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004256',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 143054,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-13',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN up! 1.0 44kW Move up! BlueMotion Technology 5D',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 44kW Move BlueMotion Technology 5D',
'vin': None,
'year': 2019}
2026-03-27 18:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277004256auction111077%27 HTTP/1.1" 200 None
2026-03-27 18:51:48 [ecarstrade.nl] INFO: Saving data for 7004256auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537157.857647, 'last_price_update_time': 1774637508.407233}
2026-03-27 18:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004256auction111077') HTTP/1.1" 204 0
2026-03-27 18:51:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010542> (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-27 18:51:53 [ecarstrade.nl] INFO: Extracting details for car 7010542auction111131
2026-03-27 18:51:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cef80aee-7dff-571c-b946-d5a52b041a53 with identifier: 7010542auction111131
2026-03-27 18:51:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cef80aee-7dff-571c-b946-d5a52b041a53 with scrape type 1
2026-03-27 18:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cef80aee-7dff-571c-b946-d5a52b041a53
2026-03-27 18:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010542%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625440%27 HTTP/1.1" 200 None
2026-03-27 18:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010542/photo_000/780x0__r.jpg?hash=1774625440 not downloaded yet
2026-03-27 18:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010542%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625441%27 HTTP/1.1" 200 None
2026-03-27 18:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010542/photo_001/780x0__r.jpg?hash=1774625441 not downloaded yet
2026-03-27 18:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010542%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625441%27 HTTP/1.1" 200 None
2026-03-27 18:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010542/photo_002/780x0__r.jpg?hash=1774625441 not downloaded yet
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010542%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625441%27 HTTP/1.1" 200 None
2026-03-27 18:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010542/photo_003/780x0__r.jpg?hash=1774625441 not downloaded yet
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010542%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625441%27 HTTP/1.1" 200 None
2026-03-27 18:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010542/photo_004/780x0__r.jpg?hash=1774625441 not downloaded yet
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010542%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625441%27 HTTP/1.1" 200 None
2026-03-27 18:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010542/photo_005/780x0__r.jpg?hash=1774625441 not downloaded yet
2026-03-27 18:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010542/photo_000/780x0__r.jpg?hash=1774625440> (referer: https://ecarstrade.com/cars/7010542)
2026-03-27 18:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010542/photo_001/780x0__r.jpg?hash=1774625441> (referer: https://ecarstrade.com/cars/7010542)
2026-03-27 18:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010542/photo_003/780x0__r.jpg?hash=1774625441> (referer: https://ecarstrade.com/cars/7010542)
2026-03-27 18:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010542/photo_002/780x0__r.jpg?hash=1774625441> (referer: https://ecarstrade.com/cars/7010542)
2026-03-27 18:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010542/photo_004/780x0__r.jpg?hash=1774625441> (referer: https://ecarstrade.com/cars/7010542)
2026-03-27 18:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010542/photo_005/780x0__r.jpg?hash=1774625441> (referer: https://ecarstrade.com/cars/7010542)
2026-03-27 18:51:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cef80aee-7dff-571c-b946-d5a52b041a53
2026-03-27 18:51:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cef80aee-7dff-571c-b946-d5a52b041a53
2026-03-27 18:51:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cef80aee-7dff-571c-b946-d5a52b041a53
2026-03-27 18:51:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cef80aee-7dff-571c-b946-d5a52b041a53
2026-03-27 18:51:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cef80aee-7dff-571c-b946-d5a52b041a53
2026-03-27 18:51:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cef80aee-7dff-571c-b946-d5a52b041a53
2026-03-27 18:51:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cef80aee-7dff-571c-b946-d5a52b041a53, skipping ID generation
2026-03-27 18:51:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cef80aee-7dff-571c-b946-d5a52b041a53 with scrape type 1
2026-03-27 18:51:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cef80aee-7dff-571c-b946-d5a52b041a53 sending to next pipeline
2026-03-27 18:51:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cef80aee-7dff-571c-b946-d5a52b041a53, identifier: 7010542auction111131
2026-03-27 18:51:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cef80aee-7dff-571c-b946-d5a52b041a53 with identifier: 7010542auction111131
2026-03-27 18:51:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cef80aee-7dff-571c-b946-d5a52b041a53 with identifier: 7010542auction111131
2026-03-27 18:51:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cef80aee-7dff-571c-b946-d5a52b041a53 with identifier: 7010542auction111131 to the API
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010542/photo_005/780x0__r.jpg?hash=1774625441>
{'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': 'cef80aee-7dff-571c-b946-d5a52b041a53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010542',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': 'X5',
'odometer': 171241,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-11',
'seats_number': 5,
'seller_name': None,
'title': 'BMW x5 xDrive45e High Executive',
'transmission': 'automatic',
'trim': 'x5 xDrive45e High Executive',
'vin': None,
'year': 2023}
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:54 [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-27 18:51:54 [ecarstrade.nl] INFO: Saving data for 7010542auction111131: {'created_time': 1774637514.775281, 'last_price_update_time': 1774637514.775294, 'auction_closing_time': 1774953600.0}
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010542auction111131') HTTP/1.1" 204 0
2026-03-27 18:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010544> (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-27 18:51:54 [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-27 18:51:54 [ecarstrade.nl] INFO: Extracting details for car 7010544auction111131
2026-03-27 18:51:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496 with identifier: 7010544auction111131
2026-03-27 18:51:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496 with scrape type 1
2026-03-27 18:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010544%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625455%27 HTTP/1.1" 200 None
2026-03-27 18:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010544/photo_000/780x0__r.jpg?hash=1774625455 not downloaded yet
2026-03-27 18:51:54 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010544%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625455%27 HTTP/1.1" 200 None
2026-03-27 18:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010544/photo_001/780x0__r.jpg?hash=1774625455 not downloaded yet
2026-03-27 18:51:54 [ecarstrade.nl] INFO: Found listing with ID: 7009493auction111131
2026-03-27 18:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:54 [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-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009493auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009630auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009630auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009630auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009345auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009345auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009345auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009347auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009347auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009347auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009578auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009578auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009578auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009346auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009346auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009346auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009322auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009322auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009322auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009349auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009349auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009349auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009540auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009540auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009540auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009635auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009635auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009635auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009652auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009652auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009652auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009282auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009282auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009282auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009475auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009475auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009475auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009297auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009297auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009297auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009343auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009343auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009343auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009267auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009267auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009267auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009274auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009274auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009274auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009415auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009415auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009415auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7010184auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010184auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7010184auction111131: 0
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Found listing with ID: 7009289auction111131
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009289auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Scrape type for 7009289auction111131: 0
2026-03-27 18:51:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010544%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625455%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010544/photo_002/780x0__r.jpg?hash=1774625455 not downloaded yet
2026-03-27 18:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010540> (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-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010544%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625456%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010544/photo_003/780x0__r.jpg?hash=1774625456 not downloaded yet
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010544%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625456%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010544/photo_004/780x0__r.jpg?hash=1774625456 not downloaded yet
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010544%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625456%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010544/photo_005/780x0__r.jpg?hash=1774625456 not downloaded yet
2026-03-27 18:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010544/photo_000/780x0__r.jpg?hash=1774625455> (referer: https://ecarstrade.com/cars/7010544)
2026-03-27 18:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010544/photo_001/780x0__r.jpg?hash=1774625455> (referer: https://ecarstrade.com/cars/7010544)
2026-03-27 18:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010544/photo_002/780x0__r.jpg?hash=1774625455> (referer: https://ecarstrade.com/cars/7010544)
2026-03-27 18:51:55 [ecarstrade.nl] INFO: Extracting details for car 7010540auction111131
2026-03-27 18:51:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4 with identifier: 7010540auction111131
2026-03-27 18:51:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4 with scrape type 1
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010540%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625436%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010540/photo_000/780x0__r.jpg?hash=1774625436 not downloaded yet
2026-03-27 18:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010544/photo_005/780x0__r.jpg?hash=1774625456> (referer: https://ecarstrade.com/cars/7010544)
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010540%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625436%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010540/photo_001/780x0__r.jpg?hash=1774625436 not downloaded yet
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010540%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625436%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010540/photo_002/780x0__r.jpg?hash=1774625436 not downloaded yet
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010540%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625436%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010540/photo_003/780x0__r.jpg?hash=1774625436 not downloaded yet
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010540%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625436%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010540/photo_004/780x0__r.jpg?hash=1774625436 not downloaded yet
2026-03-27 18:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010544/photo_003/780x0__r.jpg?hash=1774625456> (referer: https://ecarstrade.com/cars/7010544)
2026-03-27 18:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010540/photo_001/780x0__r.jpg?hash=1774625436> (referer: https://ecarstrade.com/cars/7010540)
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010540%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625436%27 HTTP/1.1" 200 None
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010540/photo_005/780x0__r.jpg?hash=1774625436 not downloaded yet
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496
2026-03-27 18:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010540/photo_004/780x0__r.jpg?hash=1774625436> (referer: https://ecarstrade.com/cars/7010540)
2026-03-27 18:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010540/photo_002/780x0__r.jpg?hash=1774625436> (referer: https://ecarstrade.com/cars/7010540)
2026-03-27 18:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010540/photo_003/780x0__r.jpg?hash=1774625436> (referer: https://ecarstrade.com/cars/7010540)
2026-03-27 18:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010544/photo_004/780x0__r.jpg?hash=1774625456> (referer: https://ecarstrade.com/cars/7010544)
2026-03-27 18:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010540/photo_005/780x0__r.jpg?hash=1774625436> (referer: https://ecarstrade.com/cars/7010540)
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4
2026-03-27 18:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010540/photo_000/780x0__r.jpg?hash=1774625436> (referer: https://ecarstrade.com/cars/7010540)
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496
2026-03-27 18:51:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496, skipping ID generation
2026-03-27 18:51:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496 with scrape type 1
2026-03-27 18:51:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496 sending to next pipeline
2026-03-27 18:51:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496, identifier: 7010544auction111131
2026-03-27 18:51:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496 with identifier: 7010544auction111131
2026-03-27 18:51:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496 with identifier: 7010544auction111131
2026-03-27 18:51:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496 with identifier: 7010544auction111131 to the API
2026-03-27 18:51:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010544/photo_004/780x0__r.jpg?hash=1774625456>
{'auction_title': '',
'c_o_2_emission_value': 147,
'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': '4aa26b01-84dd-5f97-9e6e-4ee0eb0a7496',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010544',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'Q3',
'odometer': 142018,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-15',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 40 TDI q. Pro Line S',
'transmission': 'automatic',
'trim': 'AUDI Sportback 40 TDI q. Pro Line S',
'vin': None,
'year': 2020}
2026-03-27 18:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010544auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:56 [ecarstrade.nl] INFO: Saving data for 7010544auction111131: {'created_time': 1774637516.18524, 'last_price_update_time': 1774637516.185251, 'auction_closing_time': 1774953600.0}
2026-03-27 18:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010544auction111131') HTTP/1.1" 204 0
2026-03-27 18:51:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010539> (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-27 18:51:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4
2026-03-27 18:51:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4
2026-03-27 18:51:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4, skipping ID generation
2026-03-27 18:51:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4 with scrape type 1
2026-03-27 18:51:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4 sending to next pipeline
2026-03-27 18:51:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4, identifier: 7010540auction111131
2026-03-27 18:51:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4 with identifier: 7010540auction111131
2026-03-27 18:51:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4 with identifier: 7010540auction111131
2026-03-27 18:51:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5f028a89-bbdc-585f-bfab-c49ac5cdd1d4 with identifier: 7010540auction111131 to the API
2026-03-27 18:51:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:51:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:51:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010540/photo_000/780x0__r.jpg?hash=1774625436>
{'auction_title': '',
'c_o_2_emission_value': 142,
'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': 'Petrol',
'id': '5f028a89-bbdc-585f-bfab-c49ac5cdd1d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010540',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'XC60',
'odometer': 122331,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-17',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 B4 Inscription Geartronic',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 B4 Inscription Geartronic',
'vin': None,
'year': 2023}
2026-03-27 18:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010540auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:56 [ecarstrade.nl] INFO: Saving data for 7010540auction111131: {'created_time': 1774637516.931491, 'last_price_update_time': 1774637516.931513, 'auction_closing_time': 1774953600.0}
2026-03-27 18:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010540auction111131') HTTP/1.1" 204 0
2026-03-27 18:51:56 [ecarstrade.nl] INFO: Extracting details for car 7010539auction111131
2026-03-27 18:51:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecc03745-03f5-5b0b-bd07-7b902d0d82ce with identifier: 7010539auction111131
2026-03-27 18:51:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecc03745-03f5-5b0b-bd07-7b902d0d82ce with scrape type 1
2026-03-27 18:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ecc03745-03f5-5b0b-bd07-7b902d0d82ce
2026-03-27 18:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010539%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625426%27 HTTP/1.1" 200 None
2026-03-27 18:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010539/photo_000/780x0__r.jpg?hash=1774625426 not downloaded yet
2026-03-27 18:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010539%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625427%27 HTTP/1.1" 200 None
2026-03-27 18:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010539/photo_001/780x0__r.jpg?hash=1774625427 not downloaded yet
2026-03-27 18:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010539%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625427%27 HTTP/1.1" 200 None
2026-03-27 18:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010539/photo_002/780x0__r.jpg?hash=1774625427 not downloaded yet
2026-03-27 18:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010539%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625427%27 HTTP/1.1" 200 None
2026-03-27 18:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010539/photo_003/780x0__r.jpg?hash=1774625427 not downloaded yet
2026-03-27 18:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010539%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625427%27 HTTP/1.1" 200 None
2026-03-27 18:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010539/photo_004/780x0__r.jpg?hash=1774625427 not downloaded yet
2026-03-27 18:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010539%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625427%27 HTTP/1.1" 200 None
2026-03-27 18:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010539/photo_005/780x0__r.jpg?hash=1774625427 not downloaded yet
2026-03-27 18:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010539/photo_001/780x0__r.jpg?hash=1774625427> (referer: https://ecarstrade.com/cars/7010539)
2026-03-27 18:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010539/photo_000/780x0__r.jpg?hash=1774625426> (referer: https://ecarstrade.com/cars/7010539)
2026-03-27 18:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010539/photo_003/780x0__r.jpg?hash=1774625427> (referer: https://ecarstrade.com/cars/7010539)
2026-03-27 18:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010539/photo_005/780x0__r.jpg?hash=1774625427> (referer: https://ecarstrade.com/cars/7010539)
2026-03-27 18:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010539/photo_002/780x0__r.jpg?hash=1774625427> (referer: https://ecarstrade.com/cars/7010539)
2026-03-27 18:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010539/photo_004/780x0__r.jpg?hash=1774625427> (referer: https://ecarstrade.com/cars/7010539)
2026-03-27 18:51:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ecc03745-03f5-5b0b-bd07-7b902d0d82ce
2026-03-27 18:51:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ecc03745-03f5-5b0b-bd07-7b902d0d82ce
2026-03-27 18:51:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ecc03745-03f5-5b0b-bd07-7b902d0d82ce
2026-03-27 18:51:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ecc03745-03f5-5b0b-bd07-7b902d0d82ce
2026-03-27 18:51:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ecc03745-03f5-5b0b-bd07-7b902d0d82ce
2026-03-27 18:51:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ecc03745-03f5-5b0b-bd07-7b902d0d82ce
2026-03-27 18:51:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ecc03745-03f5-5b0b-bd07-7b902d0d82ce, skipping ID generation
2026-03-27 18:51:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecc03745-03f5-5b0b-bd07-7b902d0d82ce with scrape type 1
2026-03-27 18:51:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ecc03745-03f5-5b0b-bd07-7b902d0d82ce sending to next pipeline
2026-03-27 18:51:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ecc03745-03f5-5b0b-bd07-7b902d0d82ce, identifier: 7010539auction111131
2026-03-27 18:51:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ecc03745-03f5-5b0b-bd07-7b902d0d82ce with identifier: 7010539auction111131
2026-03-27 18:51:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ecc03745-03f5-5b0b-bd07-7b902d0d82ce with identifier: 7010539auction111131
2026-03-27 18:51:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ecc03745-03f5-5b0b-bd07-7b902d0d82ce with identifier: 7010539auction111131 to the API
2026-03-27 18:51:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:51:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010539/photo_004/780x0__r.jpg?hash=1774625427>
{'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:40:00Z',
'fuel_type': 'Diesel',
'id': 'ecc03745-03f5-5b0b-bd07-7b902d0d82ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010539',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'V60',
'odometer': 88902,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V60 2.0 D4 Inscription Geartronic',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 D4 Inscription Geartronic',
'vin': None,
'year': 2023}
2026-03-27 18:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010539auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:51:57 [ecarstrade.nl] INFO: Saving data for 7010539auction111131: {'created_time': 1774637517.897357, 'last_price_update_time': 1774637517.897367, 'auction_closing_time': 1774953600.0}
2026-03-27 18:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010539auction111131') HTTP/1.1" 204 0
2026-03-27 18:52:02 [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-27 18:52:02 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:52:02 [ecarstrade.nl] INFO: Found listing with ID: 7009344auction111131
2026-03-27 18:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009344auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:02 [ecarstrade.nl] INFO: Scrape type for 7009344auction111131: 0
2026-03-27 18:52:02 [ecarstrade.nl] INFO: Found listing with ID: 7010173auction111131
2026-03-27 18:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010173auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:02 [ecarstrade.nl] INFO: Scrape type for 7010173auction111131: 0
2026-03-27 18:52:02 [ecarstrade.nl] INFO: Found listing with ID: 7009290auction111131
2026-03-27 18:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009290auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:02 [ecarstrade.nl] INFO: Scrape type for 7009290auction111131: 0
2026-03-27 18:52:02 [ecarstrade.nl] INFO: Found listing with ID: 7009380auction111131
2026-03-27 18:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009380auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009611auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009611auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009648auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009648auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009278auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009278auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009291auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009291auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009350auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009350auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009650auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009650auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009301auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009301auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7010205auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7010205auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009381auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009381auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009616auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009616auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009624auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009624auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009653auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009653auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009339auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009339auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009360auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009360auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009657auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009657auction111131: 0
2026-03-27 18:52:03 [ecarstrade.nl] INFO: Found listing with ID: 7009285auction111131
2026-03-27 18:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:03 [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-27 18:52:03 [ecarstrade.nl] INFO: Scrape type for 7009285auction111131: 0
2026-03-27 18: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-27 18:52:06 [scrapy.extensions.logstats] INFO: Crawled 298 pages (at 41 pages/min), scraped 278 items (at 36 items/min)
2026-03-27 18:52:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 288MiB
2026-03-27 18:52:10 [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-27 18:52:10 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Found listing with ID: 7009335auction111131
2026-03-27 18:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009335auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Scrape type for 7009335auction111131: 0
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Found listing with ID: 7009660auction111131
2026-03-27 18:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009660auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Scrape type for 7009660auction111131: 0
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Found listing with ID: 7010187auction111131
2026-03-27 18:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010187auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Scrape type for 7010187auction111131: 0
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Found listing with ID: 7009264auction111131
2026-03-27 18:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009264auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Scrape type for 7009264auction111131: 0
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Found listing with ID: 7009279auction111131
2026-03-27 18:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009279auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Scrape type for 7009279auction111131: 0
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Found listing with ID: 7009355auction111131
2026-03-27 18:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009355auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Scrape type for 7009355auction111131: 0
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Found listing with ID: 7009277auction111131
2026-03-27 18:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009277auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Scrape type for 7009277auction111131: 0
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Found listing with ID: 7009338auction111131
2026-03-27 18:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009338auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Scrape type for 7009338auction111131: 0
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Found listing with ID: 7009351auction111131
2026-03-27 18:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009351auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Scrape type for 7009351auction111131: 0
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Found listing with ID: 7009634auction111131
2026-03-27 18:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009634auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Scrape type for 7009634auction111131: 0
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Found listing with ID: 7009767auction111131
2026-03-27 18:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009767auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Scrape type for 7009767auction111131: 0
2026-03-27 18:52:10 [ecarstrade.nl] INFO: Found listing with ID: 7009370auction111131
2026-03-27 18:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:11 [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-27 18:52:11 [ecarstrade.nl] INFO: Scrape type for 7009370auction111131: 0
2026-03-27 18:52:11 [ecarstrade.nl] INFO: Found listing with ID: 7009457auction111131
2026-03-27 18:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:11 [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-27 18:52:11 [ecarstrade.nl] INFO: Scrape type for 7009457auction111131: 0
2026-03-27 18:52:11 [ecarstrade.nl] INFO: Found listing with ID: 7009632auction111131
2026-03-27 18:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:11 [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-27 18:52:11 [ecarstrade.nl] INFO: Scrape type for 7009632auction111131: 0
2026-03-27 18:52:11 [ecarstrade.nl] INFO: Found listing with ID: 7009323auction111131
2026-03-27 18:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:11 [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-27 18:52:11 [ecarstrade.nl] INFO: Scrape type for 7009323auction111131: 0
2026-03-27 18:52:11 [ecarstrade.nl] INFO: Found listing with ID: 7009273auction111131
2026-03-27 18:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:11 [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-27 18:52:11 [ecarstrade.nl] INFO: Scrape type for 7009273auction111131: 0
2026-03-27 18:52:11 [ecarstrade.nl] INFO: Found listing with ID: 7009304auction111131
2026-03-27 18:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:11 [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-27 18:52:11 [ecarstrade.nl] INFO: Scrape type for 7009304auction111131: 0
2026-03-27 18:52:11 [ecarstrade.nl] INFO: Found listing with ID: 7009640auction111131
2026-03-27 18:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:11 [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-27 18:52:11 [ecarstrade.nl] INFO: Scrape type for 7009640auction111131: 0
2026-03-27 18:52:11 [ecarstrade.nl] INFO: Found listing with ID: 7009803auction111131
2026-03-27 18:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:11 [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-27 18:52:11 [ecarstrade.nl] INFO: Scrape type for 7009803auction111131: 0
2026-03-27 18:52:11 [ecarstrade.nl] INFO: Found listing with ID: 7009276auction111131
2026-03-27 18:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:11 [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-27 18:52:11 [ecarstrade.nl] INFO: Scrape type for 7009276auction111131: 0
2026-03-27 18:52:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:52:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004281> (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-27 18:52:11 [ecarstrade.nl] INFO: Extracting details for car 7004281auction111077
2026-03-27 18:52:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc040561-4f8c-5ae7-a250-7570b26d0f2b with identifier: 7004281auction111077
2026-03-27 18:52:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc040561-4f8c-5ae7-a250-7570b26d0f2b with scrape type 2
2026-03-27 18:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc040561-4f8c-5ae7-a250-7570b26d0f2b with scrape type 2
2026-03-27 18:52:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: bc040561-4f8c-5ae7-a250-7570b26d0f2b, identifier: 7004281auction111077
2026-03-27 18:52:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: bc040561-4f8c-5ae7-a250-7570b26d0f2b with identifier: 7004281auction111077
2026-03-27 18:52:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: bc040561-4f8c-5ae7-a250-7570b26d0f2b with identifier: 7004281auction111077
2026-03-27 18:52:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: bc040561-4f8c-5ae7-a250-7570b26d0f2b with identifier: 7004281auction111077 to the API
2026-03-27 18:52:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:52:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:52:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004281>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Onbekend',
'engine': '1.0L',
'expiration_date': '2026-03-31T08:25:00Z',
'fuel_type': 'Petrol',
'id': 'bc040561-4f8c-5ae7-a250-7570b26d0f2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004281',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 95827,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-19',
'seats_number': 4,
'seller_name': None,
'title': 'TOYOTA Aygo 1.0 VVT-i x-play 5D 53kW',
'transmission': 'manual',
'trim': 'TOYOTA 1.0 VVT-i x-play 5D 53kW',
'vin': None,
'year': 2021}
2026-03-27 18:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:11 [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-27 18:52:11 [ecarstrade.nl] INFO: Saving data for 7004281auction111077: {'auction_closing_time': 1774945500.0, 'created_time': 1774537158.456692, 'last_price_update_time': 1774637531.670029}
2026-03-27 18:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7004281auction111077') HTTP/1.1" 204 0
2026-03-27 18:52:18 [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-27 18:52:18 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:52:18 [ecarstrade.nl] INFO: Found listing with ID: 7009287auction111131
2026-03-27 18:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:18 [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-27 18:52:18 [ecarstrade.nl] INFO: Scrape type for 7009287auction111131: 0
2026-03-27 18:52:18 [ecarstrade.nl] INFO: Found listing with ID: 7010537auction111131
2026-03-27 18:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:18 [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-27 18:52:18 [ecarstrade.nl] INFO: Scrape type for 7010537auction111131: 1
2026-03-27 18:52:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:52:18 [ecarstrade.nl] INFO: Found listing with ID: 7009374auction111131
2026-03-27 18:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:18 [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-27 18:52:18 [ecarstrade.nl] INFO: Scrape type for 7009374auction111131: 0
2026-03-27 18:52:18 [ecarstrade.nl] INFO: Found listing with ID: 7009340auction111131
2026-03-27 18:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:18 [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-27 18:52:18 [ecarstrade.nl] INFO: Scrape type for 7009340auction111131: 0
2026-03-27 18:52:18 [ecarstrade.nl] INFO: Found listing with ID: 7009364auction111131
2026-03-27 18:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:18 [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-27 18:52:18 [ecarstrade.nl] INFO: Scrape type for 7009364auction111131: 0
2026-03-27 18:52:18 [ecarstrade.nl] INFO: Found listing with ID: 7009569auction111131
2026-03-27 18:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:18 [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-27 18:52:18 [ecarstrade.nl] INFO: Scrape type for 7009569auction111131: 0
2026-03-27 18:52:18 [ecarstrade.nl] INFO: Found listing with ID: 7009334auction111131
2026-03-27 18:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:18 [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-27 18:52:18 [ecarstrade.nl] INFO: Scrape type for 7009334auction111131: 0
2026-03-27 18:52:18 [ecarstrade.nl] INFO: Found listing with ID: 7009672auction111131
2026-03-27 18:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:18 [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-27 18:52:18 [ecarstrade.nl] INFO: Scrape type for 7009672auction111131: 0
2026-03-27 18:52:18 [ecarstrade.nl] INFO: Found listing with ID: 7009361auction111131
2026-03-27 18:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:18 [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-27 18:52:18 [ecarstrade.nl] INFO: Scrape type for 7009361auction111131: 0
2026-03-27 18:52:18 [ecarstrade.nl] INFO: Found listing with ID: 7009365auction111131
2026-03-27 18:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:18 [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-27 18:52:18 [ecarstrade.nl] INFO: Scrape type for 7009365auction111131: 0
2026-03-27 18:52:18 [ecarstrade.nl] INFO: Found listing with ID: 7009594auction111131
2026-03-27 18:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:18 [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-27 18:52:18 [ecarstrade.nl] INFO: Scrape type for 7009594auction111131: 0
2026-03-27 18:52:18 [ecarstrade.nl] INFO: Found listing with ID: 7010186auction111131
2026-03-27 18:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:18 [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-27 18:52:18 [ecarstrade.nl] INFO: Scrape type for 7010186auction111131: 0
2026-03-27 18:52:18 [ecarstrade.nl] INFO: Found listing with ID: 7009341auction111131
2026-03-27 18:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:18 [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-27 18:52:18 [ecarstrade.nl] INFO: Scrape type for 7009341auction111131: 0
2026-03-27 18:52:18 [ecarstrade.nl] INFO: Found listing with ID: 7009423auction111131
2026-03-27 18:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009423auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:19 [ecarstrade.nl] INFO: Scrape type for 7009423auction111131: 0
2026-03-27 18:52:19 [ecarstrade.nl] INFO: Found listing with ID: 7009625auction111131
2026-03-27 18:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009625auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:19 [ecarstrade.nl] INFO: Scrape type for 7009625auction111131: 0
2026-03-27 18:52:19 [ecarstrade.nl] INFO: Found listing with ID: 7009627auction111131
2026-03-27 18:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009627auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:19 [ecarstrade.nl] INFO: Scrape type for 7009627auction111131: 0
2026-03-27 18:52:19 [ecarstrade.nl] INFO: Found listing with ID: 7009670auction111131
2026-03-27 18:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009670auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:19 [ecarstrade.nl] INFO: Scrape type for 7009670auction111131: 0
2026-03-27 18:52:19 [ecarstrade.nl] INFO: Found listing with ID: 7009296auction111131
2026-03-27 18:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009296auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:19 [ecarstrade.nl] INFO: Scrape type for 7009296auction111131: 0
2026-03-27 18:52:19 [ecarstrade.nl] INFO: Found listing with ID: 7009658auction111131
2026-03-27 18:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009658auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:19 [ecarstrade.nl] INFO: Scrape type for 7009658auction111131: 0
2026-03-27 18:52:19 [ecarstrade.nl] INFO: Found listing with ID: 7010169auction111131
2026-03-27 18:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010169auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:19 [ecarstrade.nl] INFO: Scrape type for 7010169auction111131: 0
2026-03-27 18: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-27 18:52:25 [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-27 18:52:25 [ecarstrade.nl] INFO: Extracting details for car 7010537auction111131
2026-03-27 18:52:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3 with identifier: 7010537auction111131
2026-03-27 18:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3 with scrape type 1
2026-03-27 18:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3
2026-03-27 18:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010537%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625417%27 HTTP/1.1" 200 None
2026-03-27 18:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010537/photo_000/780x0__r.jpg?hash=1774625417 not downloaded yet
2026-03-27 18:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010537%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625417%27 HTTP/1.1" 200 None
2026-03-27 18:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010537/photo_001/780x0__r.jpg?hash=1774625417 not downloaded yet
2026-03-27 18:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010537%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625417%27 HTTP/1.1" 200 None
2026-03-27 18:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010537/photo_002/780x0__r.jpg?hash=1774625417 not downloaded yet
2026-03-27 18:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010537%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625418%27 HTTP/1.1" 200 None
2026-03-27 18:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010537/photo_003/780x0__r.jpg?hash=1774625418 not downloaded yet
2026-03-27 18:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010537%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625418%27 HTTP/1.1" 200 None
2026-03-27 18:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010537/photo_004/780x0__r.jpg?hash=1774625418 not downloaded yet
2026-03-27 18:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010537%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625418%27 HTTP/1.1" 200 None
2026-03-27 18:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010537/photo_005/780x0__r.jpg?hash=1774625418 not downloaded yet
2026-03-27 18:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010537/photo_001/780x0__r.jpg?hash=1774625417> (referer: https://ecarstrade.com/cars/7010537)
2026-03-27 18:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010537/photo_000/780x0__r.jpg?hash=1774625417> (referer: https://ecarstrade.com/cars/7010537)
2026-03-27 18:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010537/photo_002/780x0__r.jpg?hash=1774625417> (referer: https://ecarstrade.com/cars/7010537)
2026-03-27 18:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010537/photo_005/780x0__r.jpg?hash=1774625418> (referer: https://ecarstrade.com/cars/7010537)
2026-03-27 18:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010537/photo_003/780x0__r.jpg?hash=1774625418> (referer: https://ecarstrade.com/cars/7010537)
2026-03-27 18:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010537/photo_004/780x0__r.jpg?hash=1774625418> (referer: https://ecarstrade.com/cars/7010537)
2026-03-27 18:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3
2026-03-27 18:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3
2026-03-27 18:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3
2026-03-27 18:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3
2026-03-27 18:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3
2026-03-27 18:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3
2026-03-27 18:52:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3, skipping ID generation
2026-03-27 18:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3 with scrape type 1
2026-03-27 18:52:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3 sending to next pipeline
2026-03-27 18:52:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3, identifier: 7010537auction111131
2026-03-27 18:52:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3 with identifier: 7010537auction111131
2026-03-27 18:52:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3 with identifier: 7010537auction111131
2026-03-27 18:52:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 496ae2f5-9f13-5c5c-b03d-c5d908b8a6e3 with identifier: 7010537auction111131 to the API
2026-03-27 18:52:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:52:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010537/photo_004/780x0__r.jpg?hash=1774625418>
{'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': 6,
'photos': [],
'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-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010537auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Saving data for 7010537auction111131: {'created_time': 1774637546.078056, 'last_price_update_time': 1774637546.078067, 'auction_closing_time': 1774953600.0}
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010537auction111131') HTTP/1.1" 204 0
2026-03-27 18:52:26 [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-27 18:52:26 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7009559auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009559auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7009559auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7009613auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009613auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7009613auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7009376auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009376auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7009376auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7009621auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009621auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7009621auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7010177auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010177auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7010177auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7009319auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009319auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7009319auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7009674auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009674auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7009674auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7009367auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009367auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7009367auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7009649auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009649auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7009649auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7010198auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010198auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7010198auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7010181auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010181auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7010181auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7009333auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009333auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7009333auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7010180auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010180auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7010180auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7009363auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009363auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7009363auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7009607auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009607auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7009607auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7009641auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009641auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7009641auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7010192auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010192auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7010192auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7009286auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009286auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7009286auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7010182auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010182auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7010182auction111131: 0
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Found listing with ID: 7010174auction111131
2026-03-27 18:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010174auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:26 [ecarstrade.nl] INFO: Scrape type for 7010174auction111131: 0
2026-03-27 18: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-27 18:52:33 [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-27 18:52:33 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009358auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009358auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009358auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009597auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009597auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009597auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009622auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009622auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009622auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009626auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009626auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009626auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009636auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009636auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009636auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7010191auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010191auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7010191auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009795auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009795auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009795auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7010200auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010200auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7010200auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009299auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009299auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009299auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009329auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009329auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009329auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009655auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009655auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009655auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7010199auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010199auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7010199auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009295auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009295auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009295auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009631auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009631auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009631auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009659auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009659auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009659auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009280auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009280auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009280auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009298auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009298auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009298auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009318auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009318auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009318auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009327auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009327auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009327auction111131: 0
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Found listing with ID: 7009549auction111131
2026-03-27 18:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009549auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:33 [ecarstrade.nl] INFO: Scrape type for 7009549auction111131: 0
2026-03-27 18: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-27 18:52:40 [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-27 18:52:40 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009638auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009638auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009638auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009320auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009320auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009320auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009342auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009342auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009342auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009647auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009647auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009647auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009675auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009675auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009675auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7010189auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010189auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7010189auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009332auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009332auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009332auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009528auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009528auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009528auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009605auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009605auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009605auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009293auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009293auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009293auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009302auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009302auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009302auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009610auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009610auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009610auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009615auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009615auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009615auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009294auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009294auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009294auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009608auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009608auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009608auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009281auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009281auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009281auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009288auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009288auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009288auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009321auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009321auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009321auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009354auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009354auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009354auction111131: 0
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Found listing with ID: 7009275auction111131
2026-03-27 18:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009275auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:40 [ecarstrade.nl] INFO: Scrape type for 7009275auction111131: 0
2026-03-27 18: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-27 18:52:46 [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-27 18:52:46 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:52:46 [ecarstrade.nl] INFO: Found listing with ID: 7009309auction111131
2026-03-27 18:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:46 [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-27 18:52:46 [ecarstrade.nl] INFO: Scrape type for 7009309auction111131: 0
2026-03-27 18:52:46 [ecarstrade.nl] INFO: Found listing with ID: 7009317auction111131
2026-03-27 18:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:46 [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-27 18:52:46 [ecarstrade.nl] INFO: Scrape type for 7009317auction111131: 0
2026-03-27 18:52:46 [ecarstrade.nl] INFO: Found listing with ID: 7010193auction111131
2026-03-27 18:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:46 [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-27 18:52:46 [ecarstrade.nl] INFO: Scrape type for 7010193auction111131: 0
2026-03-27 18:52:46 [ecarstrade.nl] INFO: Found listing with ID: 7009271auction111131
2026-03-27 18:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:46 [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-27 18:52:46 [ecarstrade.nl] INFO: Scrape type for 7009271auction111131: 0
2026-03-27 18:52:46 [ecarstrade.nl] INFO: Found listing with ID: 7009325auction111131
2026-03-27 18:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:46 [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-27 18:52:46 [ecarstrade.nl] INFO: Scrape type for 7009325auction111131: 0
2026-03-27 18:52:46 [ecarstrade.nl] INFO: Found listing with ID: 7009628auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009628auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7009628auction111131: 0
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Found listing with ID: 7009268auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009268auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7009268auction111131: 0
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Found listing with ID: 7009596auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009596auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7009596auction111131: 0
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Found listing with ID: 7009356auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009356auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7009356auction111131: 0
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Found listing with ID: 7009377auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009377auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7009377auction111131: 0
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Found listing with ID: 7009485auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009485auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7009485auction111131: 0
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Found listing with ID: 7009623auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009623auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7009623auction111131: 0
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Found listing with ID: 7009643auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009643auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7009643auction111131: 0
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Found listing with ID: 7009654auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009654auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7009654auction111131: 0
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Found listing with ID: 7011353auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277011353auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7011353auction111131: 1
2026-03-27 18: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-27 18:52:47 [ecarstrade.nl] INFO: Found listing with ID: 7009348auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009348auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7009348auction111131: 0
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Found listing with ID: 7010190auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010190auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7010190auction111131: 0
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Found listing with ID: 7010543auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010543auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7010543auction111131: 1
2026-03-27 18: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-27 18:52:47 [ecarstrade.nl] INFO: Found listing with ID: 7009336auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009336auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7009336auction111131: 0
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Found listing with ID: 7009637auction111131
2026-03-27 18:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009637auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:47 [ecarstrade.nl] INFO: Scrape type for 7009637auction111131: 0
2026-03-27 18: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-27 18:52:54 [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-27 18:52:54 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7009283auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009283auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7009283auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7009337auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009337auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7009337auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7009609auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009609auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7009609auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7010172auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010172auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7010172auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7011356auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277011356auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7011356auction111131: 1
2026-03-27 18: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-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7009330auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009330auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7009330auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7009511auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009511auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7009511auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7009629auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009629auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7009629auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7009639auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009639auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7009639auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7010178auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010178auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7010178auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7009306auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009306auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7009306auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7009667auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009667auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7009667auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7009303auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009303auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7009303auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7009326auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009326auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7009326auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7009614auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009614auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7009614auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7009645auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009645auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7009645auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7010195auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010195auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7010195auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7010538auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010538auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7010538auction111131: 1
2026-03-27 18: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-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7009292auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009292auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7009292auction111131: 0
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Found listing with ID: 7010194auction111131
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010194auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [ecarstrade.nl] INFO: Scrape type for 7010194auction111131: 0
2026-03-27 18: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-27 18:52:54 [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-27 18:52:54 [ecarstrade.nl] INFO: Extracting details for car 7011353auction111131
2026-03-27 18:52:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95a81141-4b30-5868-adcb-5c1ff1f0e284 with identifier: 7011353auction111131
2026-03-27 18:52:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95a81141-4b30-5868-adcb-5c1ff1f0e284 with scrape type 1
2026-03-27 18:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 95a81141-4b30-5868-adcb-5c1ff1f0e284
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011353%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774628584%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011353/photo_000/780x0__r.jpg?hash=1774628584 not downloaded yet
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011353%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774628584%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011353/photo_001/780x0__r.jpg?hash=1774628584 not downloaded yet
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011353%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774628584%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011353/photo_002/780x0__r.jpg?hash=1774628584 not downloaded yet
2026-03-27 18:52:54 [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-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011353%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774628584%27 HTTP/1.1" 200 None
2026-03-27 18:52:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011353/photo_003/780x0__r.jpg?hash=1774628584 not downloaded yet
2026-03-27 18:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011353%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774628584%27 HTTP/1.1" 200 None
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011353/photo_004/780x0__r.jpg?hash=1774628584 not downloaded yet
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011353%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774628585%27 HTTP/1.1" 200 None
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011353/photo_005/780x0__r.jpg?hash=1774628585 not downloaded yet
2026-03-27 18:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011353/photo_001/780x0__r.jpg?hash=1774628584> (referer: https://ecarstrade.com/cars/7011353)
2026-03-27 18:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011353/photo_000/780x0__r.jpg?hash=1774628584> (referer: https://ecarstrade.com/cars/7011353)
2026-03-27 18:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011353/photo_002/780x0__r.jpg?hash=1774628584> (referer: https://ecarstrade.com/cars/7011353)
2026-03-27 18:52:55 [ecarstrade.nl] INFO: Extracting details for car 7010543auction111131
2026-03-27 18:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011353/photo_003/780x0__r.jpg?hash=1774628584> (referer: https://ecarstrade.com/cars/7011353)
2026-03-27 18:52:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeda7f7b-ff4a-5acc-9290-f21326a7e285 with identifier: 7010543auction111131
2026-03-27 18:52:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeda7f7b-ff4a-5acc-9290-f21326a7e285 with scrape type 1
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aeda7f7b-ff4a-5acc-9290-f21326a7e285
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010543%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625451%27 HTTP/1.1" 200 None
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010543/photo_000/780x0__r.jpg?hash=1774625451 not downloaded yet
2026-03-27 18:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011353/photo_005/780x0__r.jpg?hash=1774628585> (referer: https://ecarstrade.com/cars/7011353)
2026-03-27 18:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011353/photo_004/780x0__r.jpg?hash=1774628584> (referer: https://ecarstrade.com/cars/7011353)
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010543%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625451%27 HTTP/1.1" 200 None
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010543/photo_001/780x0__r.jpg?hash=1774625451 not downloaded yet
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010543%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625451%27 HTTP/1.1" 200 None
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010543/photo_002/780x0__r.jpg?hash=1774625451 not downloaded yet
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010543%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625451%27 HTTP/1.1" 200 None
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010543/photo_003/780x0__r.jpg?hash=1774625451 not downloaded yet
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 95a81141-4b30-5868-adcb-5c1ff1f0e284
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010543%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625451%27 HTTP/1.1" 200 None
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010543/photo_004/780x0__r.jpg?hash=1774625451 not downloaded yet
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 95a81141-4b30-5868-adcb-5c1ff1f0e284
2026-03-27 18:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010543/photo_000/780x0__r.jpg?hash=1774625451> (referer: https://ecarstrade.com/cars/7010543)
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010543%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625452%27 HTTP/1.1" 200 None
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010543/photo_005/780x0__r.jpg?hash=1774625452 not downloaded yet
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 95a81141-4b30-5868-adcb-5c1ff1f0e284
2026-03-27 18:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010543/photo_001/780x0__r.jpg?hash=1774625451> (referer: https://ecarstrade.com/cars/7010543)
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 95a81141-4b30-5868-adcb-5c1ff1f0e284
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 95a81141-4b30-5868-adcb-5c1ff1f0e284
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 95a81141-4b30-5868-adcb-5c1ff1f0e284
2026-03-27 18:52:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 95a81141-4b30-5868-adcb-5c1ff1f0e284, skipping ID generation
2026-03-27 18:52:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95a81141-4b30-5868-adcb-5c1ff1f0e284 with scrape type 1
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 95a81141-4b30-5868-adcb-5c1ff1f0e284 sending to next pipeline
2026-03-27 18:52:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 95a81141-4b30-5868-adcb-5c1ff1f0e284, identifier: 7011353auction111131
2026-03-27 18:52:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 95a81141-4b30-5868-adcb-5c1ff1f0e284 with identifier: 7011353auction111131
2026-03-27 18:52:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 95a81141-4b30-5868-adcb-5c1ff1f0e284 with identifier: 7011353auction111131
2026-03-27 18:52:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 95a81141-4b30-5868-adcb-5c1ff1f0e284 with identifier: 7011353auction111131 to the API
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:52:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011353/photo_004/780x0__r.jpg?hash=1774628584>
{'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': 6,
'photos': [],
'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-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277011353auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:52:55 [ecarstrade.nl] INFO: Saving data for 7011353auction111131: {'created_time': 1774637575.858506, 'last_price_update_time': 1774637575.858516, 'auction_closing_time': 1774953600.0}
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7011353auction111131') HTTP/1.1" 204 0
2026-03-27 18:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010543/photo_002/780x0__r.jpg?hash=1774625451> (referer: https://ecarstrade.com/cars/7010543)
2026-03-27 18:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010543/photo_003/780x0__r.jpg?hash=1774625451> (referer: https://ecarstrade.com/cars/7010543)
2026-03-27 18:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010543/photo_005/780x0__r.jpg?hash=1774625452> (referer: https://ecarstrade.com/cars/7010543)
2026-03-27 18:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010543/photo_004/780x0__r.jpg?hash=1774625451> (referer: https://ecarstrade.com/cars/7010543)
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aeda7f7b-ff4a-5acc-9290-f21326a7e285
2026-03-27 18:52:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aeda7f7b-ff4a-5acc-9290-f21326a7e285
2026-03-27 18:52:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aeda7f7b-ff4a-5acc-9290-f21326a7e285
2026-03-27 18:52:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aeda7f7b-ff4a-5acc-9290-f21326a7e285
2026-03-27 18:52:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aeda7f7b-ff4a-5acc-9290-f21326a7e285
2026-03-27 18:52:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aeda7f7b-ff4a-5acc-9290-f21326a7e285
2026-03-27 18:52:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aeda7f7b-ff4a-5acc-9290-f21326a7e285, skipping ID generation
2026-03-27 18:52:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeda7f7b-ff4a-5acc-9290-f21326a7e285 with scrape type 1
2026-03-27 18:52:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aeda7f7b-ff4a-5acc-9290-f21326a7e285 sending to next pipeline
2026-03-27 18:52:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aeda7f7b-ff4a-5acc-9290-f21326a7e285, identifier: 7010543auction111131
2026-03-27 18:52:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aeda7f7b-ff4a-5acc-9290-f21326a7e285 with identifier: 7010543auction111131
2026-03-27 18:52:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aeda7f7b-ff4a-5acc-9290-f21326a7e285 with identifier: 7010543auction111131
2026-03-27 18:52:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aeda7f7b-ff4a-5acc-9290-f21326a7e285 with identifier: 7010543auction111131 to the API
2026-03-27 18:52:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:52:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:52:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010543/photo_004/780x0__r.jpg?hash=1774625451>
{'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': 6,
'photos': [],
'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-27 18:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:56 [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-27 18:52:56 [ecarstrade.nl] INFO: Saving data for 7010543auction111131: {'created_time': 1774637576.537717, 'last_price_update_time': 1774637576.537728, 'auction_closing_time': 1774953600.0}
2026-03-27 18:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010543auction111131') HTTP/1.1" 204 0
2026-03-27 18:53:00 [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-27 18:53:01 [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-27 18:53:01 [ecarstrade.nl] INFO: Extracting details for car 7011356auction111131
2026-03-27 18:53:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdc5baa4-8019-5f68-ad3f-02c8db0f2e62 with identifier: 7011356auction111131
2026-03-27 18:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdc5baa4-8019-5f68-ad3f-02c8db0f2e62 with scrape type 1
2026-03-27 18:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fdc5baa4-8019-5f68-ad3f-02c8db0f2e62
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011356%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774628594%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011356/photo_000/780x0__r.jpg?hash=1774628594 not downloaded yet
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011356%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774628594%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011356/photo_001/780x0__r.jpg?hash=1774628594 not downloaded yet
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009272auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009272auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009272auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009603auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009603auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009603auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009651auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009651auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009651auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009656auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009656auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009656auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7010196auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010196auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7010196auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7010210auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010210auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7010210auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009269auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009269auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009269auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009284auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009284auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009284auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009353auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009353auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009353auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009379auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009379auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009379auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7010183auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010183auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7010183auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009265auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009265auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009265auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009599auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009599auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009599auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009300auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009300auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009300auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009357auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009357auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009357auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009378auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009378auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009378auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009534auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009534auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009534auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7010202auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277010202auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7010202auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009368auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009368auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009368auction111131: 0
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Found listing with ID: 7009633auction111131
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277009633auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [ecarstrade.nl] INFO: Scrape type for 7009633auction111131: 0
2026-03-27 18: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-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011356%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774628594%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011356/photo_002/780x0__r.jpg?hash=1774628594 not downloaded yet
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011356%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774628594%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011356/photo_003/780x0__r.jpg?hash=1774628594 not downloaded yet
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011356%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774628594%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011356/photo_004/780x0__r.jpg?hash=1774628594 not downloaded yet
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011356%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774628594%27 HTTP/1.1" 200 None
2026-03-27 18:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011356/photo_005/780x0__r.jpg?hash=1774628594 not downloaded yet
2026-03-27 18:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011356/photo_000/780x0__r.jpg?hash=1774628594> (referer: https://ecarstrade.com/cars/7011356)
2026-03-27 18:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011356/photo_001/780x0__r.jpg?hash=1774628594> (referer: https://ecarstrade.com/cars/7011356)
2026-03-27 18:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011356/photo_005/780x0__r.jpg?hash=1774628594> (referer: https://ecarstrade.com/cars/7011356)
2026-03-27 18:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011356/photo_002/780x0__r.jpg?hash=1774628594> (referer: https://ecarstrade.com/cars/7011356)
2026-03-27 18:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011356/photo_004/780x0__r.jpg?hash=1774628594> (referer: https://ecarstrade.com/cars/7011356)
2026-03-27 18:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011356/photo_003/780x0__r.jpg?hash=1774628594> (referer: https://ecarstrade.com/cars/7011356)
2026-03-27 18:53:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fdc5baa4-8019-5f68-ad3f-02c8db0f2e62
2026-03-27 18:53:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fdc5baa4-8019-5f68-ad3f-02c8db0f2e62
2026-03-27 18:53:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fdc5baa4-8019-5f68-ad3f-02c8db0f2e62
2026-03-27 18:53:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fdc5baa4-8019-5f68-ad3f-02c8db0f2e62
2026-03-27 18:53:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fdc5baa4-8019-5f68-ad3f-02c8db0f2e62
2026-03-27 18:53:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fdc5baa4-8019-5f68-ad3f-02c8db0f2e62
2026-03-27 18:53:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fdc5baa4-8019-5f68-ad3f-02c8db0f2e62, skipping ID generation
2026-03-27 18:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdc5baa4-8019-5f68-ad3f-02c8db0f2e62 with scrape type 1
2026-03-27 18:53:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fdc5baa4-8019-5f68-ad3f-02c8db0f2e62 sending to next pipeline
2026-03-27 18:53:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fdc5baa4-8019-5f68-ad3f-02c8db0f2e62, identifier: 7011356auction111131
2026-03-27 18:53:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fdc5baa4-8019-5f68-ad3f-02c8db0f2e62 with identifier: 7011356auction111131
2026-03-27 18:53:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fdc5baa4-8019-5f68-ad3f-02c8db0f2e62 with identifier: 7011356auction111131
2026-03-27 18:53:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fdc5baa4-8019-5f68-ad3f-02c8db0f2e62 with identifier: 7011356auction111131 to the API
2026-03-27 18:53:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011356/photo_003/780x0__r.jpg?hash=1774628594>
{'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': 6,
'photos': [],
'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-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277011356auction111131%27 HTTP/1.1" 200 None
2026-03-27 18:53:02 [ecarstrade.nl] INFO: Saving data for 7011356auction111131: {'created_time': 1774637582.22034, 'last_price_update_time': 1774637582.220351, 'auction_closing_time': 1774953600.0}
2026-03-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7011356auction111131') HTTP/1.1" 204 0
2026-03-27 18:53:02 [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-27 18:53:02 [ecarstrade.nl] INFO: Extracting details for car 7010538auction111131
2026-03-27 18:53:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1ca7c80-9627-561c-bd58-a8ed287eeba6 with identifier: 7010538auction111131
2026-03-27 18:53:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1ca7c80-9627-561c-bd58-a8ed287eeba6 with scrape type 1
2026-03-27 18:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a1ca7c80-9627-561c-bd58-a8ed287eeba6
2026-03-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010538%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625422%27 HTTP/1.1" 200 None
2026-03-27 18:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010538/photo_000/780x0__r.jpg?hash=1774625422 not downloaded yet
2026-03-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010538%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625422%27 HTTP/1.1" 200 None
2026-03-27 18:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010538/photo_001/780x0__r.jpg?hash=1774625422 not downloaded yet
2026-03-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010538%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625422%27 HTTP/1.1" 200 None
2026-03-27 18:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010538/photo_002/780x0__r.jpg?hash=1774625422 not downloaded yet
2026-03-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010538%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625422%27 HTTP/1.1" 200 None
2026-03-27 18:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010538/photo_003/780x0__r.jpg?hash=1774625422 not downloaded yet
2026-03-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010538%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625422%27 HTTP/1.1" 200 None
2026-03-27 18:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010538/photo_004/780x0__r.jpg?hash=1774625422 not downloaded yet
2026-03-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010538%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625423%27 HTTP/1.1" 200 None
2026-03-27 18:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010538/photo_005/780x0__r.jpg?hash=1774625423 not downloaded yet
2026-03-27 18:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010538/photo_000/780x0__r.jpg?hash=1774625422> (referer: https://ecarstrade.com/cars/7010538)
2026-03-27 18:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010538/photo_001/780x0__r.jpg?hash=1774625422> (referer: https://ecarstrade.com/cars/7010538)
2026-03-27 18:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010538/photo_002/780x0__r.jpg?hash=1774625422> (referer: https://ecarstrade.com/cars/7010538)
2026-03-27 18:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010538/photo_003/780x0__r.jpg?hash=1774625422> (referer: https://ecarstrade.com/cars/7010538)
2026-03-27 18:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010538/photo_004/780x0__r.jpg?hash=1774625422> (referer: https://ecarstrade.com/cars/7010538)
2026-03-27 18:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a1ca7c80-9627-561c-bd58-a8ed287eeba6
2026-03-27 18:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a1ca7c80-9627-561c-bd58-a8ed287eeba6
2026-03-27 18:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a1ca7c80-9627-561c-bd58-a8ed287eeba6
2026-03-27 18:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a1ca7c80-9627-561c-bd58-a8ed287eeba6
2026-03-27 18:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010538/photo_005/780x0__r.jpg?hash=1774625423> (referer: https://ecarstrade.com/cars/7010538)
2026-03-27 18:53:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a1ca7c80-9627-561c-bd58-a8ed287eeba6
2026-03-27 18:53:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a1ca7c80-9627-561c-bd58-a8ed287eeba6
2026-03-27 18:53:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a1ca7c80-9627-561c-bd58-a8ed287eeba6, skipping ID generation
2026-03-27 18:53:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1ca7c80-9627-561c-bd58-a8ed287eeba6 with scrape type 1
2026-03-27 18:53:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a1ca7c80-9627-561c-bd58-a8ed287eeba6 sending to next pipeline
2026-03-27 18:53:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a1ca7c80-9627-561c-bd58-a8ed287eeba6, identifier: 7010538auction111131
2026-03-27 18:53:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a1ca7c80-9627-561c-bd58-a8ed287eeba6 with identifier: 7010538auction111131
2026-03-27 18:53:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a1ca7c80-9627-561c-bd58-a8ed287eeba6 with identifier: 7010538auction111131
2026-03-27 18:53:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a1ca7c80-9627-561c-bd58-a8ed287eeba6 with identifier: 7010538auction111131 to the API
2026-03-27 18:53:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:53:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:53:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010538/photo_005/780x0__r.jpg?hash=1774625423>
{'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': 6,
'photos': [],
'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-27 18:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:03 [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-27 18:53:03 [ecarstrade.nl] INFO: Saving data for 7010538auction111131: {'created_time': 1774637583.452751, 'last_price_update_time': 1774637583.452763, 'auction_closing_time': 1774953600.0}
2026-03-27 18:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010538auction111131') HTTP/1.1" 204 0
2026-03-27 18:53:06 [scrapy.extensions.logstats] INFO: Crawled 312 pages (at 14 pages/min), scraped 284 items (at 6 items/min)
2026-03-27 18:53:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 289MiB
2026-03-27 18:53:09 [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-27 18:53:10 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009305auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009305auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009270auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009270auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009669auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009669auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7010209auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7010209auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009266auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009266auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009587auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009587auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009432auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009432auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009620auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009620auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009619auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009619auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009612auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009612auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009618auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009618auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7011352auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7011352auction111131: 1
2026-03-27 18:53:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009440auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009440auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7010176auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7010176auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009359auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009359auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009331auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009331auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009263auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009263auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009665auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009665auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7009666auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7009666auction111131: 0
2026-03-27 18:53:10 [ecarstrade.nl] INFO: Found listing with ID: 7010254auction111131
2026-03-27 18:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:10 [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-27 18:53:10 [ecarstrade.nl] INFO: Scrape type for 7010254auction111131: 0
2026-03-27 18:53:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006194auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006194auction111095: 2
2026-03-27 18:53:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006216auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006216auction111095: 2
2026-03-27 18:53:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006221auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006221auction111095: 2
2026-03-27 18:53:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006486auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006486auction111095: 2
2026-03-27 18:53:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006485auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006485auction111095: 2
2026-03-27 18:53:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006223auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006223auction111095: 2
2026-03-27 18:53:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006202auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006202auction111095: 2
2026-03-27 18:53:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006187auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006187auction111095: 2
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006174auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006174auction111095: 2
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006178auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006178auction111095: 2
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006111auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006111auction111095: 2
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006108auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006108auction111095: 2
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006488auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006488auction111095: 2
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006098auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006098auction111095: 2
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006191auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006191auction111095: 2
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006107auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006107auction111095: 2
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006104auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53: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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006104auction111095: 2
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006214auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006214auction111095: 2
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006219auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006219auction111095: 2
2026-03-27 18:53:17 [ecarstrade.nl] INFO: Found listing with ID: 7006100auction111095
2026-03-27 18:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:17 [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-27 18:53:17 [ecarstrade.nl] INFO: Scrape type for 7006100auction111095: 2
2026-03-27 18:53:18 [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-27 18: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-27 18:53:18 [ecarstrade.nl] INFO: Extracting details for car 7011352auction111131
2026-03-27 18:53:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 634ee8ee-7294-562d-a0e6-43dc69793fa6 with identifier: 7011352auction111131
2026-03-27 18:53:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 634ee8ee-7294-562d-a0e6-43dc69793fa6 with scrape type 1
2026-03-27 18:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 634ee8ee-7294-562d-a0e6-43dc69793fa6
2026-03-27 18:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011352%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774628580%27 HTTP/1.1" 200 None
2026-03-27 18:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011352/photo_000/780x0__r.jpg?hash=1774628580 not downloaded yet
2026-03-27 18:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011352%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774628580%27 HTTP/1.1" 200 None
2026-03-27 18:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011352/photo_001/780x0__r.jpg?hash=1774628580 not downloaded yet
2026-03-27 18:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011352%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774628580%27 HTTP/1.1" 200 None
2026-03-27 18:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011352/photo_002/780x0__r.jpg?hash=1774628580 not downloaded yet
2026-03-27 18:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011352%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774628580%27 HTTP/1.1" 200 None
2026-03-27 18:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011352/photo_003/780x0__r.jpg?hash=1774628580 not downloaded yet
2026-03-27 18:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011352%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774628580%27 HTTP/1.1" 200 None
2026-03-27 18:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011352/photo_004/780x0__r.jpg?hash=1774628580 not downloaded yet
2026-03-27 18:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7011352%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774628580%27 HTTP/1.1" 200 None
2026-03-27 18:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011352/photo_005/780x0__r.jpg?hash=1774628580 not downloaded yet
2026-03-27 18:53:23 [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-27 18: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-27 18:53:23 [ecarstrade.nl] INFO: Extracting details for car 7006194auction111095
2026-03-27 18:53:23 [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-27 18: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-27 18:53:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c5768f0-4887-509a-9703-ed0a33083bda with identifier: 7006194auction111095
2026-03-27 18:53:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c5768f0-4887-509a-9703-ed0a33083bda with scrape type 2
2026-03-27 18:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c5768f0-4887-509a-9703-ed0a33083bda with scrape type 2
2026-03-27 18:53:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0c5768f0-4887-509a-9703-ed0a33083bda, identifier: 7006194auction111095
2026-03-27 18:53:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0c5768f0-4887-509a-9703-ed0a33083bda with identifier: 7006194auction111095
2026-03-27 18:53:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0c5768f0-4887-509a-9703-ed0a33083bda with identifier: 7006194auction111095
2026-03-27 18:53:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0c5768f0-4887-509a-9703-ed0a33083bda with identifier: 7006194auction111095 to the API
2026-03-27 18:53:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:24 [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-27 18:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006194auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:24 [ecarstrade.nl] INFO: Saving data for 7006194auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550999.567876, 'last_price_update_time': 1774637604.077382}
2026-03-27 18:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006194auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:24 [ecarstrade.nl] INFO: Extracting details for car 7006221auction111095
2026-03-27 18:53:24 [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-27 18:53:24 [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-27 18:53:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:24 [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-27 18:53:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34912341-69bf-51f2-87c9-292500a0b490 with identifier: 7006221auction111095
2026-03-27 18:53:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34912341-69bf-51f2-87c9-292500a0b490 with scrape type 2
2026-03-27 18:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34912341-69bf-51f2-87c9-292500a0b490 with scrape type 2
2026-03-27 18:53:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 34912341-69bf-51f2-87c9-292500a0b490, identifier: 7006221auction111095
2026-03-27 18:53:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 34912341-69bf-51f2-87c9-292500a0b490 with identifier: 7006221auction111095
2026-03-27 18:53:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 34912341-69bf-51f2-87c9-292500a0b490 with identifier: 7006221auction111095
2026-03-27 18:53:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 34912341-69bf-51f2-87c9-292500a0b490 with identifier: 7006221auction111095 to the API
2026-03-27 18:53:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:24 [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-27 18:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006221auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:24 [ecarstrade.nl] INFO: Saving data for 7006221auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550966.438518, 'last_price_update_time': 1774637604.553123}
2026-03-27 18:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006221auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:24 [ecarstrade.nl] INFO: Extracting details for car 7006223auction111095
2026-03-27 18:53:24 [ecarstrade.nl] INFO: Extracting details for car 7006216auction111095
2026-03-27 18:53:24 [ecarstrade.nl] INFO: Extracting details for car 7006485auction111095
2026-03-27 18:53:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 508bfe2d-0932-5368-8717-593241d4de15 with identifier: 7006223auction111095
2026-03-27 18:53:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 508bfe2d-0932-5368-8717-593241d4de15 with scrape type 2
2026-03-27 18:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 508bfe2d-0932-5368-8717-593241d4de15 with scrape type 2
2026-03-27 18:53:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 508bfe2d-0932-5368-8717-593241d4de15, identifier: 7006223auction111095
2026-03-27 18:53:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa372497-8019-5afc-b75b-56097e0aec5e with identifier: 7006216auction111095
2026-03-27 18:53:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa372497-8019-5afc-b75b-56097e0aec5e with scrape type 2
2026-03-27 18:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa372497-8019-5afc-b75b-56097e0aec5e with scrape type 2
2026-03-27 18:53:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aa372497-8019-5afc-b75b-56097e0aec5e, identifier: 7006216auction111095
2026-03-27 18:53:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1044fc0-0105-5960-bd5f-be67ea94b619 with identifier: 7006485auction111095
2026-03-27 18:53:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1044fc0-0105-5960-bd5f-be67ea94b619 with scrape type 2
2026-03-27 18:53:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1044fc0-0105-5960-bd5f-be67ea94b619 with scrape type 2
2026-03-27 18:53:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f1044fc0-0105-5960-bd5f-be67ea94b619, identifier: 7006485auction111095
2026-03-27 18:53:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 508bfe2d-0932-5368-8717-593241d4de15 with identifier: 7006223auction111095
2026-03-27 18:53:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 508bfe2d-0932-5368-8717-593241d4de15 with identifier: 7006223auction111095
2026-03-27 18:53:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 508bfe2d-0932-5368-8717-593241d4de15 with identifier: 7006223auction111095 to the API
2026-03-27 18:53:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:25 [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-27 18:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:25 [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-27 18:53:25 [ecarstrade.nl] INFO: Saving data for 7006223auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550962.71498, 'last_price_update_time': 1774637605.114179}
2026-03-27 18:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006223auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aa372497-8019-5afc-b75b-56097e0aec5e with identifier: 7006216auction111095
2026-03-27 18:53:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aa372497-8019-5afc-b75b-56097e0aec5e with identifier: 7006216auction111095
2026-03-27 18:53:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aa372497-8019-5afc-b75b-56097e0aec5e with identifier: 7006216auction111095 to the API
2026-03-27 18:53:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:25 [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-27 18:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:25 [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-27 18:53:25 [ecarstrade.nl] INFO: Saving data for 7006216auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550982.498703, 'last_price_update_time': 1774637605.380586}
2026-03-27 18:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006216auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f1044fc0-0105-5960-bd5f-be67ea94b619 with identifier: 7006485auction111095
2026-03-27 18:53:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f1044fc0-0105-5960-bd5f-be67ea94b619 with identifier: 7006485auction111095
2026-03-27 18:53:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f1044fc0-0105-5960-bd5f-be67ea94b619 with identifier: 7006485auction111095 to the API
2026-03-27 18:53:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:25 [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-27 18:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:25 [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-27 18:53:25 [ecarstrade.nl] INFO: Saving data for 7006485auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550984.795701, 'last_price_update_time': 1774637605.652777}
2026-03-27 18:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006485auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:25 [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-27 18:53:25 [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-27 18: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-27 18: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-27 18:53:25 [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-27 18: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-27 18:53:25 [ecarstrade.nl] INFO: Extracting details for car 7006486auction111095
2026-03-27 18:53:25 [ecarstrade.nl] INFO: Extracting details for car 7006202auction111095
2026-03-27 18:53:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd with identifier: 7006486auction111095
2026-03-27 18:53:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd with scrape type 2
2026-03-27 18:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd with scrape type 2
2026-03-27 18:53:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd, identifier: 7006486auction111095
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:53:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19bb6123-2e74-5515-8aa0-f712de52b8eb with identifier: 7006202auction111095
2026-03-27 18:53:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19bb6123-2e74-5515-8aa0-f712de52b8eb with scrape type 2
2026-03-27 18:53:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19bb6123-2e74-5515-8aa0-f712de52b8eb with scrape type 2
2026-03-27 18:53:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 19bb6123-2e74-5515-8aa0-f712de52b8eb, identifier: 7006202auction111095
2026-03-27 18:53:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd with identifier: 7006486auction111095
2026-03-27 18:53:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd with identifier: 7006486auction111095
2026-03-27 18:53:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1b1cdf8e-68a8-5384-8b2e-6cd07a6582bd with identifier: 7006486auction111095 to the API
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:26 [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-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006486auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Saving data for 7006486auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550961.549836, 'last_price_update_time': 1774637606.323727}
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006486auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 19bb6123-2e74-5515-8aa0-f712de52b8eb with identifier: 7006202auction111095
2026-03-27 18:53:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 19bb6123-2e74-5515-8aa0-f712de52b8eb with identifier: 7006202auction111095
2026-03-27 18:53:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 19bb6123-2e74-5515-8aa0-f712de52b8eb with identifier: 7006202auction111095 to the API
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:26 [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-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006202auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Saving data for 7006202auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550963.436745, 'last_price_update_time': 1774637606.669044}
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006202auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006123auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006123auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006123auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006114auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006114auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006114auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006186auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006186auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006186auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006110auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006110auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006110auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006135auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006135auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006135auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006102auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006102auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006102auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006129auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006129auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006129auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006181auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006181auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006181auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006119auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006119auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006119auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006206auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006206auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006206auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006208auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006208auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006208auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006198auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006198auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006198auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006117auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006117auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006117auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006176auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006176auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006176auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006139auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006139auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Scrape type for 7006139auction111095: 2
2026-03-27 18:53:26 [ecarstrade.nl] INFO: Found listing with ID: 7006164auction111095
2026-03-27 18:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006164auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:27 [ecarstrade.nl] INFO: Scrape type for 7006164auction111095: 2
2026-03-27 18:53:27 [ecarstrade.nl] INFO: Found listing with ID: 7006196auction111095
2026-03-27 18:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006196auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:27 [ecarstrade.nl] INFO: Scrape type for 7006196auction111095: 2
2026-03-27 18:53:27 [ecarstrade.nl] INFO: Found listing with ID: 7006166auction111095
2026-03-27 18:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006166auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:27 [ecarstrade.nl] INFO: Scrape type for 7006166auction111095: 2
2026-03-27 18:53:27 [ecarstrade.nl] INFO: Found listing with ID: 7006183auction111095
2026-03-27 18:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006183auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:27 [ecarstrade.nl] INFO: Scrape type for 7006183auction111095: 2
2026-03-27 18:53:27 [ecarstrade.nl] INFO: Found listing with ID: 7006200auction111095
2026-03-27 18:53:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006200auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:27 [ecarstrade.nl] INFO: Scrape type for 7006200auction111095: 2
2026-03-27 18:53:30 [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-27 18:53:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011352/photo_005/780x0__r.jpg?hash=1774628580> (referer: https://ecarstrade.com/cars/7011352)
2026-03-27 18:53:30 [ecarstrade.nl] INFO: Extracting details for car 7006187auction111095
2026-03-27 18:53:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2de5fabc-5204-5924-905c-06a02de11602 with identifier: 7006187auction111095
2026-03-27 18:53:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2de5fabc-5204-5924-905c-06a02de11602 with scrape type 2
2026-03-27 18:53:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2de5fabc-5204-5924-905c-06a02de11602 with scrape type 2
2026-03-27 18:53:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2de5fabc-5204-5924-905c-06a02de11602, identifier: 7006187auction111095
2026-03-27 18:53:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2de5fabc-5204-5924-905c-06a02de11602 with identifier: 7006187auction111095
2026-03-27 18:53:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2de5fabc-5204-5924-905c-06a02de11602 with identifier: 7006187auction111095
2026-03-27 18:53:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2de5fabc-5204-5924-905c-06a02de11602 with identifier: 7006187auction111095 to the API
2026-03-27 18:53:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:30 [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-27 18:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006187auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:31 [ecarstrade.nl] INFO: Saving data for 7006187auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550962.207806, 'last_price_update_time': 1774637611.008383}
2026-03-27 18:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006187auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011352/photo_004/780x0__r.jpg?hash=1774628580> (referer: https://ecarstrade.com/cars/7011352)
2026-03-27 18:53:31 [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-27 18:53:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 634ee8ee-7294-562d-a0e6-43dc69793fa6
2026-03-27 18:53:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011352/photo_003/780x0__r.jpg?hash=1774628580> (referer: https://ecarstrade.com/cars/7011352)
2026-03-27 18:53:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011352/photo_002/780x0__r.jpg?hash=1774628580> (referer: https://ecarstrade.com/cars/7011352)
2026-03-27 18:53:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 634ee8ee-7294-562d-a0e6-43dc69793fa6
2026-03-27 18:53:31 [ecarstrade.nl] INFO: Extracting details for car 7006174auction111095
2026-03-27 18:53:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01a2b337-5583-53d4-a113-3f3fcc8bc473 with identifier: 7006174auction111095
2026-03-27 18:53:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01a2b337-5583-53d4-a113-3f3fcc8bc473 with scrape type 2
2026-03-27 18:53:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01a2b337-5583-53d4-a113-3f3fcc8bc473 with scrape type 2
2026-03-27 18:53:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 01a2b337-5583-53d4-a113-3f3fcc8bc473, identifier: 7006174auction111095
2026-03-27 18:53:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 01a2b337-5583-53d4-a113-3f3fcc8bc473 with identifier: 7006174auction111095
2026-03-27 18:53:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 01a2b337-5583-53d4-a113-3f3fcc8bc473 with identifier: 7006174auction111095
2026-03-27 18:53:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 01a2b337-5583-53d4-a113-3f3fcc8bc473 with identifier: 7006174auction111095 to the API
2026-03-27 18:53:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:32 [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-27 18:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:32 [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-27 18:53:32 [ecarstrade.nl] INFO: Saving data for 7006174auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550960.455745, 'last_price_update_time': 1774637612.270701}
2026-03-27 18:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006174auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011352/photo_001/780x0__r.jpg?hash=1774628580> (referer: https://ecarstrade.com/cars/7011352)
2026-03-27 18:53:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011352/photo_000/780x0__r.jpg?hash=1774628580> (referer: https://ecarstrade.com/cars/7011352)
2026-03-27 18: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-27 18: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-27 18:53:32 [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-27 18: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-27 18:53:32 [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-27 18:53:32 [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-27 18: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-27 18: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-27 18:53:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 634ee8ee-7294-562d-a0e6-43dc69793fa6
2026-03-27 18:53:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 634ee8ee-7294-562d-a0e6-43dc69793fa6
2026-03-27 18:53:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 634ee8ee-7294-562d-a0e6-43dc69793fa6
2026-03-27 18:53:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 634ee8ee-7294-562d-a0e6-43dc69793fa6
2026-03-27 18:53:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 634ee8ee-7294-562d-a0e6-43dc69793fa6, skipping ID generation
2026-03-27 18:53:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 634ee8ee-7294-562d-a0e6-43dc69793fa6 with scrape type 1
2026-03-27 18:53:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 634ee8ee-7294-562d-a0e6-43dc69793fa6 sending to next pipeline
2026-03-27 18:53:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 634ee8ee-7294-562d-a0e6-43dc69793fa6, identifier: 7011352auction111131
2026-03-27 18:53:32 [ecarstrade.nl] INFO: Extracting details for car 7006178auction111095
2026-03-27 18:53:32 [ecarstrade.nl] INFO: Extracting details for car 7006108auction111095
2026-03-27 18:53:32 [ecarstrade.nl] INFO: Extracting details for car 7006111auction111095
2026-03-27 18:53:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 634ee8ee-7294-562d-a0e6-43dc69793fa6 with identifier: 7011352auction111131
2026-03-27 18:53:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 634ee8ee-7294-562d-a0e6-43dc69793fa6 with identifier: 7011352auction111131
2026-03-27 18:53:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 634ee8ee-7294-562d-a0e6-43dc69793fa6 with identifier: 7011352auction111131 to the API
2026-03-27 18:53:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7011352/photo_000/780x0__r.jpg?hash=1774628580>
{'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': 6,
'photos': [],
'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-27 18:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:32 [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-27 18:53:32 [ecarstrade.nl] INFO: Saving data for 7011352auction111131: {'created_time': 1774637612.974268, 'last_price_update_time': 1774637612.974279, 'auction_closing_time': 1774953600.0}
2026-03-27 18:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7011352auction111131') HTTP/1.1" 204 0
2026-03-27 18:53:33 [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-27 18:53:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ec11d6d-d590-569e-bac3-29a4305a8470 with identifier: 7006178auction111095
2026-03-27 18:53:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ec11d6d-d590-569e-bac3-29a4305a8470 with scrape type 2
2026-03-27 18:53:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ec11d6d-d590-569e-bac3-29a4305a8470 with scrape type 2
2026-03-27 18:53:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7ec11d6d-d590-569e-bac3-29a4305a8470, identifier: 7006178auction111095
2026-03-27 18:53:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7449c7bd-4e00-57a3-a90d-85751ba022d1 with identifier: 7006108auction111095
2026-03-27 18:53:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7449c7bd-4e00-57a3-a90d-85751ba022d1 with scrape type 2
2026-03-27 18:53:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7449c7bd-4e00-57a3-a90d-85751ba022d1 with scrape type 2
2026-03-27 18:53:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7449c7bd-4e00-57a3-a90d-85751ba022d1, identifier: 7006108auction111095
2026-03-27 18:53:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 752ba315-74ed-5c77-bdda-9b2e00a1d3b4 with identifier: 7006111auction111095
2026-03-27 18:53:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 752ba315-74ed-5c77-bdda-9b2e00a1d3b4 with scrape type 2
2026-03-27 18:53:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 752ba315-74ed-5c77-bdda-9b2e00a1d3b4 with scrape type 2
2026-03-27 18:53:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 752ba315-74ed-5c77-bdda-9b2e00a1d3b4, identifier: 7006111auction111095
2026-03-27 18: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-27 18:53:33 [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-27 18:53:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7ec11d6d-d590-569e-bac3-29a4305a8470 with identifier: 7006178auction111095
2026-03-27 18:53:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7ec11d6d-d590-569e-bac3-29a4305a8470 with identifier: 7006178auction111095
2026-03-27 18:53:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7ec11d6d-d590-569e-bac3-29a4305a8470 with identifier: 7006178auction111095 to the API
2026-03-27 18:53:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:33 [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-27 18:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006178auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:33 [ecarstrade.nl] INFO: Saving data for 7006178auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550960.973912, 'last_price_update_time': 1774637613.929319}
2026-03-27 18:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006178auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7449c7bd-4e00-57a3-a90d-85751ba022d1 with identifier: 7006108auction111095
2026-03-27 18:53:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7449c7bd-4e00-57a3-a90d-85751ba022d1 with identifier: 7006108auction111095
2026-03-27 18:53:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7449c7bd-4e00-57a3-a90d-85751ba022d1 with identifier: 7006108auction111095 to the API
2026-03-27 18:53:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:34 [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-27 18:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006108auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:34 [ecarstrade.nl] INFO: Saving data for 7006108auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550987.992554, 'last_price_update_time': 1774637614.269866}
2026-03-27 18:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006108auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 752ba315-74ed-5c77-bdda-9b2e00a1d3b4 with identifier: 7006111auction111095
2026-03-27 18:53:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 752ba315-74ed-5c77-bdda-9b2e00a1d3b4 with identifier: 7006111auction111095
2026-03-27 18:53:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 752ba315-74ed-5c77-bdda-9b2e00a1d3b4 with identifier: 7006111auction111095 to the API
2026-03-27 18:53:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:35 [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-27 18:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006111auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:35 [ecarstrade.nl] INFO: Saving data for 7006111auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550958.356686, 'last_price_update_time': 1774637615.175358}
2026-03-27 18:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006111auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:35 [ecarstrade.nl] INFO: Extracting details for car 7006098auction111095
2026-03-27 18:53:35 [ecarstrade.nl] INFO: Extracting details for car 7006100auction111095
2026-03-27 18: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-27 18:53:35 [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-27 18: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-27 18:53:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c039ab37-cabe-5ef0-ad62-dbe3001014ad with identifier: 7006098auction111095
2026-03-27 18:53:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c039ab37-cabe-5ef0-ad62-dbe3001014ad with scrape type 2
2026-03-27 18:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c039ab37-cabe-5ef0-ad62-dbe3001014ad with scrape type 2
2026-03-27 18:53:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c039ab37-cabe-5ef0-ad62-dbe3001014ad, identifier: 7006098auction111095
2026-03-27 18:53:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9fc97d3-cef7-50a3-9f13-be7ea22e4b31 with identifier: 7006100auction111095
2026-03-27 18:53:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9fc97d3-cef7-50a3-9f13-be7ea22e4b31 with scrape type 2
2026-03-27 18:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9fc97d3-cef7-50a3-9f13-be7ea22e4b31 with scrape type 2
2026-03-27 18:53:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f9fc97d3-cef7-50a3-9f13-be7ea22e4b31, identifier: 7006100auction111095
2026-03-27 18:53:35 [ecarstrade.nl] INFO: Extracting details for car 7006488auction111095
2026-03-27 18:53:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c039ab37-cabe-5ef0-ad62-dbe3001014ad with identifier: 7006098auction111095
2026-03-27 18:53:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c039ab37-cabe-5ef0-ad62-dbe3001014ad with identifier: 7006098auction111095
2026-03-27 18:53:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c039ab37-cabe-5ef0-ad62-dbe3001014ad with identifier: 7006098auction111095 to the API
2026-03-27 18:53:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:35 [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-27 18:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006098auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:35 [ecarstrade.nl] INFO: Saving data for 7006098auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550959.395495, 'last_price_update_time': 1774637615.952939}
2026-03-27 18:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006098auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f9fc97d3-cef7-50a3-9f13-be7ea22e4b31 with identifier: 7006100auction111095
2026-03-27 18:53:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f9fc97d3-cef7-50a3-9f13-be7ea22e4b31 with identifier: 7006100auction111095
2026-03-27 18:53:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f9fc97d3-cef7-50a3-9f13-be7ea22e4b31 with identifier: 7006100auction111095 to the API
2026-03-27 18:53:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:53:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:53:36 [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-27 18:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:36 [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-27 18:53:36 [ecarstrade.nl] INFO: Saving data for 7006100auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551023.887627, 'last_price_update_time': 1774637616.221899}
2026-03-27 18:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006100auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e56dce8-490e-50c1-b4fa-6515052aa048 with identifier: 7006488auction111095
2026-03-27 18:53:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e56dce8-490e-50c1-b4fa-6515052aa048 with scrape type 2
2026-03-27 18:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e56dce8-490e-50c1-b4fa-6515052aa048 with scrape type 2
2026-03-27 18:53:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4e56dce8-490e-50c1-b4fa-6515052aa048, identifier: 7006488auction111095
2026-03-27 18:53:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4e56dce8-490e-50c1-b4fa-6515052aa048 with identifier: 7006488auction111095
2026-03-27 18:53:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4e56dce8-490e-50c1-b4fa-6515052aa048 with identifier: 7006488auction111095
2026-03-27 18:53:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4e56dce8-490e-50c1-b4fa-6515052aa048 with identifier: 7006488auction111095 to the API
2026-03-27 18:53:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:53:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:53:37 [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-27 18:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006488auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:37 [ecarstrade.nl] INFO: Saving data for 7006488auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550959.824947, 'last_price_update_time': 1774637617.17434}
2026-03-27 18:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006488auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:41 [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-27 18: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-27 18:53:41 [ecarstrade.nl] INFO: Extracting details for car 7006219auction111095
2026-03-27 18:53:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0317a03-6228-563c-9399-4d2ceb6784e1 with identifier: 7006219auction111095
2026-03-27 18:53:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0317a03-6228-563c-9399-4d2ceb6784e1 with scrape type 2
2026-03-27 18:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0317a03-6228-563c-9399-4d2ceb6784e1 with scrape type 2
2026-03-27 18:53:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f0317a03-6228-563c-9399-4d2ceb6784e1, identifier: 7006219auction111095
2026-03-27 18:53:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f0317a03-6228-563c-9399-4d2ceb6784e1 with identifier: 7006219auction111095
2026-03-27 18:53:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f0317a03-6228-563c-9399-4d2ceb6784e1 with identifier: 7006219auction111095
2026-03-27 18:53:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f0317a03-6228-563c-9399-4d2ceb6784e1 with identifier: 7006219auction111095 to the API
2026-03-27 18:53:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:41 [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-27 18:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006219auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:41 [ecarstrade.nl] INFO: Saving data for 7006219auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551022.609556, 'last_price_update_time': 1774637621.584759}
2026-03-27 18:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006219auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:41 [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-27 18: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-27 18:53:41 [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-27 18: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-27 18:53:41 [ecarstrade.nl] INFO: Extracting details for car 7006183auction111095
2026-03-27 18:53:41 [ecarstrade.nl] INFO: Extracting details for car 7006200auction111095
2026-03-27 18:53:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d with identifier: 7006183auction111095
2026-03-27 18:53:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d with scrape type 2
2026-03-27 18:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d with scrape type 2
2026-03-27 18:53:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d, identifier: 7006183auction111095
2026-03-27 18:53:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0eb6993a-8ed5-5b68-af04-9de2585af2ba with identifier: 7006200auction111095
2026-03-27 18:53:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0eb6993a-8ed5-5b68-af04-9de2585af2ba with scrape type 2
2026-03-27 18:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0eb6993a-8ed5-5b68-af04-9de2585af2ba with scrape type 2
2026-03-27 18:53:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0eb6993a-8ed5-5b68-af04-9de2585af2ba, identifier: 7006200auction111095
2026-03-27 18:53:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d with identifier: 7006183auction111095
2026-03-27 18:53:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d with identifier: 7006183auction111095
2026-03-27 18:53:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5d0bbcb8-7c32-5840-9a0e-5a6d50708e2d with identifier: 7006183auction111095 to the API
2026-03-27 18:53:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:42 [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-27 18:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006183auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:42 [ecarstrade.nl] INFO: Saving data for 7006183auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550988.915822, 'last_price_update_time': 1774637622.829095}
2026-03-27 18:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006183auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0eb6993a-8ed5-5b68-af04-9de2585af2ba with identifier: 7006200auction111095
2026-03-27 18:53:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0eb6993a-8ed5-5b68-af04-9de2585af2ba with identifier: 7006200auction111095
2026-03-27 18:53:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0eb6993a-8ed5-5b68-af04-9de2585af2ba with identifier: 7006200auction111095 to the API
2026-03-27 18:53:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:43 [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-27 18:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:43 [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-27 18:53:43 [ecarstrade.nl] INFO: Saving data for 7006200auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550990.831208, 'last_price_update_time': 1774637623.091569}
2026-03-27 18:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006200auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:43 [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-27 18:53:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:43 [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-27 18:53:43 [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-27 18:53:43 [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-27 18:53:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:43 [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-27 18:53:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:43 [ecarstrade.nl] INFO: Extracting details for car 7006214auction111095
2026-03-27 18:53:43 [ecarstrade.nl] INFO: Extracting details for car 7006166auction111095
2026-03-27 18:53:43 [ecarstrade.nl] INFO: Extracting details for car 7006196auction111095
2026-03-27 18:53:43 [ecarstrade.nl] INFO: Extracting details for car 7006139auction111095
2026-03-27 18:53:43 [ecarstrade.nl] INFO: Extracting details for car 7006164auction111095
2026-03-27 18:53:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 462c5935-ee43-547f-a690-be968491d9d0 with identifier: 7006214auction111095
2026-03-27 18:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 462c5935-ee43-547f-a690-be968491d9d0 with scrape type 2
2026-03-27 18:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 462c5935-ee43-547f-a690-be968491d9d0 with scrape type 2
2026-03-27 18:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 462c5935-ee43-547f-a690-be968491d9d0, identifier: 7006214auction111095
2026-03-27 18:53:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 462c5935-ee43-547f-a690-be968491d9d0 with identifier: 7006214auction111095
2026-03-27 18:53:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 462c5935-ee43-547f-a690-be968491d9d0 with identifier: 7006214auction111095
2026-03-27 18:53:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 462c5935-ee43-547f-a690-be968491d9d0 with identifier: 7006214auction111095 to the API
2026-03-27 18:53:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:53:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:53:43 [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-27 18:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:43 [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-27 18:53:43 [ecarstrade.nl] INFO: Saving data for 7006214auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551018.967448, 'last_price_update_time': 1774637623.593221}
2026-03-27 18:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006214auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95442814-463f-504e-b74e-6e05cfd62d1c with identifier: 7006166auction111095
2026-03-27 18:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95442814-463f-504e-b74e-6e05cfd62d1c with scrape type 2
2026-03-27 18:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95442814-463f-504e-b74e-6e05cfd62d1c with scrape type 2
2026-03-27 18:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 95442814-463f-504e-b74e-6e05cfd62d1c, identifier: 7006166auction111095
2026-03-27 18:53:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 505acff0-69a0-5b81-8a81-aa4ad7df47af with identifier: 7006196auction111095
2026-03-27 18:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 505acff0-69a0-5b81-8a81-aa4ad7df47af with scrape type 2
2026-03-27 18:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 505acff0-69a0-5b81-8a81-aa4ad7df47af with scrape type 2
2026-03-27 18:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 505acff0-69a0-5b81-8a81-aa4ad7df47af, identifier: 7006196auction111095
2026-03-27 18:53:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d with identifier: 7006139auction111095
2026-03-27 18:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d with scrape type 2
2026-03-27 18:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d with scrape type 2
2026-03-27 18:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d, identifier: 7006139auction111095
2026-03-27 18:53:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4477af2d-39fe-5b5f-8bc2-4ef1efbc0659 with identifier: 7006164auction111095
2026-03-27 18:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4477af2d-39fe-5b5f-8bc2-4ef1efbc0659 with scrape type 2
2026-03-27 18:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4477af2d-39fe-5b5f-8bc2-4ef1efbc0659 with scrape type 2
2026-03-27 18:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4477af2d-39fe-5b5f-8bc2-4ef1efbc0659, identifier: 7006164auction111095
2026-03-27 18:53:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 95442814-463f-504e-b74e-6e05cfd62d1c with identifier: 7006166auction111095
2026-03-27 18:53:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 95442814-463f-504e-b74e-6e05cfd62d1c with identifier: 7006166auction111095
2026-03-27 18:53:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 95442814-463f-504e-b74e-6e05cfd62d1c with identifier: 7006166auction111095 to the API
2026-03-27 18:53:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:44 [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-27 18:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006166auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:44 [ecarstrade.nl] INFO: Saving data for 7006166auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550987.422572, 'last_price_update_time': 1774637624.170369}
2026-03-27 18:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006166auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 505acff0-69a0-5b81-8a81-aa4ad7df47af with identifier: 7006196auction111095
2026-03-27 18:53:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 505acff0-69a0-5b81-8a81-aa4ad7df47af with identifier: 7006196auction111095
2026-03-27 18:53:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 505acff0-69a0-5b81-8a81-aa4ad7df47af with identifier: 7006196auction111095 to the API
2026-03-27 18:53:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:44 [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-27 18:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006196auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:44 [ecarstrade.nl] INFO: Saving data for 7006196auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550989.806813, 'last_price_update_time': 1774637624.405987}
2026-03-27 18:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006196auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d with identifier: 7006139auction111095
2026-03-27 18:53:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d with identifier: 7006139auction111095
2026-03-27 18:53:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 64b7cf08-4a21-54ca-b9d1-ea2ecedcbc5d with identifier: 7006139auction111095 to the API
2026-03-27 18:53:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:44 [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-27 18:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006139auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:44 [ecarstrade.nl] INFO: Saving data for 7006139auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550981.755756, 'last_price_update_time': 1774637624.6523}
2026-03-27 18:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006139auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4477af2d-39fe-5b5f-8bc2-4ef1efbc0659 with identifier: 7006164auction111095
2026-03-27 18:53:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4477af2d-39fe-5b5f-8bc2-4ef1efbc0659 with identifier: 7006164auction111095
2026-03-27 18:53:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4477af2d-39fe-5b5f-8bc2-4ef1efbc0659 with identifier: 7006164auction111095 to the API
2026-03-27 18:53:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:45 [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-27 18:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006164auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:45 [ecarstrade.nl] INFO: Saving data for 7006164auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550984.013616, 'last_price_update_time': 1774637625.827245}
2026-03-27 18:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006164auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:48 [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-27 18: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-27 18:53:48 [ecarstrade.nl] INFO: Extracting details for car 7006176auction111095
2026-03-27 18:53:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e577b655-ad99-58a2-ba04-49ff4a336426 with identifier: 7006176auction111095
2026-03-27 18:53:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e577b655-ad99-58a2-ba04-49ff4a336426 with scrape type 2
2026-03-27 18:53:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e577b655-ad99-58a2-ba04-49ff4a336426 with scrape type 2
2026-03-27 18:53:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e577b655-ad99-58a2-ba04-49ff4a336426, identifier: 7006176auction111095
2026-03-27 18:53:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e577b655-ad99-58a2-ba04-49ff4a336426 with identifier: 7006176auction111095
2026-03-27 18:53:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e577b655-ad99-58a2-ba04-49ff4a336426 with identifier: 7006176auction111095
2026-03-27 18:53:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e577b655-ad99-58a2-ba04-49ff4a336426 with identifier: 7006176auction111095 to the API
2026-03-27 18:53:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:49 [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-27 18:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006176auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:49 [ecarstrade.nl] INFO: Saving data for 7006176auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550989.308697, 'last_price_update_time': 1774637629.042995}
2026-03-27 18:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006176auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:49 [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-27 18: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-27 18:53:49 [ecarstrade.nl] INFO: Extracting details for car 7006198auction111095
2026-03-27 18:53:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 319df4d4-f741-565b-b968-9a0537075487 with identifier: 7006198auction111095
2026-03-27 18:53:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 319df4d4-f741-565b-b968-9a0537075487 with scrape type 2
2026-03-27 18:53:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 319df4d4-f741-565b-b968-9a0537075487 with scrape type 2
2026-03-27 18:53:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 319df4d4-f741-565b-b968-9a0537075487, identifier: 7006198auction111095
2026-03-27 18:53:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 319df4d4-f741-565b-b968-9a0537075487 with identifier: 7006198auction111095
2026-03-27 18:53:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 319df4d4-f741-565b-b968-9a0537075487 with identifier: 7006198auction111095
2026-03-27 18:53:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 319df4d4-f741-565b-b968-9a0537075487 with identifier: 7006198auction111095 to the API
2026-03-27 18:53:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:53:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:53:49 [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-27 18:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006198auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:49 [ecarstrade.nl] INFO: Saving data for 7006198auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550986.342421, 'last_price_update_time': 1774637629.673382}
2026-03-27 18:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006198auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:50 [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-27 18:53:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:50 [ecarstrade.nl] INFO: Extracting details for car 7006117auction111095
2026-03-27 18:53:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfcb0373-e348-5cac-9f14-292401f44f5a with identifier: 7006117auction111095
2026-03-27 18:53:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfcb0373-e348-5cac-9f14-292401f44f5a with scrape type 2
2026-03-27 18:53:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfcb0373-e348-5cac-9f14-292401f44f5a with scrape type 2
2026-03-27 18:53:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: bfcb0373-e348-5cac-9f14-292401f44f5a, identifier: 7006117auction111095
2026-03-27 18:53:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: bfcb0373-e348-5cac-9f14-292401f44f5a with identifier: 7006117auction111095
2026-03-27 18:53:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: bfcb0373-e348-5cac-9f14-292401f44f5a with identifier: 7006117auction111095
2026-03-27 18:53:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: bfcb0373-e348-5cac-9f14-292401f44f5a with identifier: 7006117auction111095 to the API
2026-03-27 18:53:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:51 [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-27 18:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006117auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:51 [ecarstrade.nl] INFO: Saving data for 7006117auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550986.886134, 'last_price_update_time': 1774637631.130567}
2026-03-27 18:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006117auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:51 [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-27 18:53:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:51 [ecarstrade.nl] INFO: Extracting details for car 7006206auction111095
2026-03-27 18:53:51 [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-27 18:53:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3 with identifier: 7006206auction111095
2026-03-27 18:53:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3 with scrape type 2
2026-03-27 18:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3 with scrape type 2
2026-03-27 18:53:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3, identifier: 7006206auction111095
2026-03-27 18:53:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3 with identifier: 7006206auction111095
2026-03-27 18:53:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3 with identifier: 7006206auction111095
2026-03-27 18:53:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c316d80b-c6cf-53c2-a23f-9d6cfb9acdd3 with identifier: 7006206auction111095 to the API
2026-03-27 18:53:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:52 [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-27 18:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006206auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:52 [ecarstrade.nl] INFO: Saving data for 7006206auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550992.293473, 'last_price_update_time': 1774637632.174568}
2026-03-27 18:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006206auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:52 [ecarstrade.nl] INFO: Extracting details for car 7006129auction111095
2026-03-27 18:53: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-27 18:53:52 [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-27 18: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-27 18: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-27 18:53:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb27085a-4d04-5dd0-a45a-43b035f8a016 with identifier: 7006129auction111095
2026-03-27 18:53:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb27085a-4d04-5dd0-a45a-43b035f8a016 with scrape type 2
2026-03-27 18:53:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb27085a-4d04-5dd0-a45a-43b035f8a016 with scrape type 2
2026-03-27 18:53:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: eb27085a-4d04-5dd0-a45a-43b035f8a016, identifier: 7006129auction111095
2026-03-27 18:53:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: eb27085a-4d04-5dd0-a45a-43b035f8a016 with identifier: 7006129auction111095
2026-03-27 18:53:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: eb27085a-4d04-5dd0-a45a-43b035f8a016 with identifier: 7006129auction111095
2026-03-27 18:53:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: eb27085a-4d04-5dd0-a45a-43b035f8a016 with identifier: 7006129auction111095 to the API
2026-03-27 18:53:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:52 [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-27 18:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006129auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:52 [ecarstrade.nl] INFO: Saving data for 7006129auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551002.815972, 'last_price_update_time': 1774637632.528741}
2026-03-27 18:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006129auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:52 [ecarstrade.nl] INFO: Extracting details for car 7006181auction111095
2026-03-27 18:53:52 [ecarstrade.nl] INFO: Extracting details for car 7006119auction111095
2026-03-27 18:53:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c31c0ec-ddb5-52ca-bfc0-9e88be100eb7 with identifier: 7006181auction111095
2026-03-27 18:53: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-27 18:53:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c31c0ec-ddb5-52ca-bfc0-9e88be100eb7 with scrape type 2
2026-03-27 18:53:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3c31c0ec-ddb5-52ca-bfc0-9e88be100eb7, identifier: 7006181auction111095
2026-03-27 18:53:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3783f07-7247-5ef8-82f8-4d164d06f854 with identifier: 7006119auction111095
2026-03-27 18:53:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3783f07-7247-5ef8-82f8-4d164d06f854 with scrape type 2
2026-03-27 18:53:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3783f07-7247-5ef8-82f8-4d164d06f854 with scrape type 2
2026-03-27 18:53:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e3783f07-7247-5ef8-82f8-4d164d06f854, identifier: 7006119auction111095
2026-03-27 18:53:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3c31c0ec-ddb5-52ca-bfc0-9e88be100eb7 with identifier: 7006181auction111095
2026-03-27 18:53:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3c31c0ec-ddb5-52ca-bfc0-9e88be100eb7 with identifier: 7006181auction111095
2026-03-27 18:53:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3c31c0ec-ddb5-52ca-bfc0-9e88be100eb7 with identifier: 7006181auction111095 to the API
2026-03-27 18:53:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:52 [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-27 18:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006181auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:52 [ecarstrade.nl] INFO: Saving data for 7006181auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551002.296248, 'last_price_update_time': 1774637632.965605}
2026-03-27 18:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006181auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e3783f07-7247-5ef8-82f8-4d164d06f854 with identifier: 7006119auction111095
2026-03-27 18:53:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e3783f07-7247-5ef8-82f8-4d164d06f854 with identifier: 7006119auction111095
2026-03-27 18:53:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e3783f07-7247-5ef8-82f8-4d164d06f854 with identifier: 7006119auction111095 to the API
2026-03-27 18:53:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:53 [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-27 18:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006119auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:53 [ecarstrade.nl] INFO: Saving data for 7006119auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550991.972885, 'last_price_update_time': 1774637633.207507}
2026-03-27 18:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006119auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:54 [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-27 18:53:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:53:54 [ecarstrade.nl] INFO: Extracting details for car 7006102auction111095
2026-03-27 18:53:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de7d0fe4-6c78-513c-ae66-ac11c5410602 with identifier: 7006102auction111095
2026-03-27 18:53:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de7d0fe4-6c78-513c-ae66-ac11c5410602 with scrape type 2
2026-03-27 18:53:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de7d0fe4-6c78-513c-ae66-ac11c5410602 with scrape type 2
2026-03-27 18:53:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: de7d0fe4-6c78-513c-ae66-ac11c5410602, identifier: 7006102auction111095
2026-03-27 18:53:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: de7d0fe4-6c78-513c-ae66-ac11c5410602 with identifier: 7006102auction111095
2026-03-27 18:53:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: de7d0fe4-6c78-513c-ae66-ac11c5410602 with identifier: 7006102auction111095
2026-03-27 18:53:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: de7d0fe4-6c78-513c-ae66-ac11c5410602 with identifier: 7006102auction111095 to the API
2026-03-27 18:53:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:53:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:53:55 [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-27 18:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:55 [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-27 18:53:55 [ecarstrade.nl] INFO: Saving data for 7006102auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551003.3145, 'last_price_update_time': 1774637635.38272}
2026-03-27 18:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006102auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:56 [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-27 18: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-27 18:53:56 [ecarstrade.nl] INFO: Extracting details for car 7006135auction111095
2026-03-27 18:53:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ac6fa92-c258-5331-a9e6-db65570a3dba with identifier: 7006135auction111095
2026-03-27 18:53:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ac6fa92-c258-5331-a9e6-db65570a3dba with scrape type 2
2026-03-27 18:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ac6fa92-c258-5331-a9e6-db65570a3dba with scrape type 2
2026-03-27 18:53:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3ac6fa92-c258-5331-a9e6-db65570a3dba, identifier: 7006135auction111095
2026-03-27 18:53:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3ac6fa92-c258-5331-a9e6-db65570a3dba with identifier: 7006135auction111095
2026-03-27 18:53:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3ac6fa92-c258-5331-a9e6-db65570a3dba with identifier: 7006135auction111095
2026-03-27 18:53:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3ac6fa92-c258-5331-a9e6-db65570a3dba with identifier: 7006135auction111095 to the API
2026-03-27 18:53:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:53:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:53:56 [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-27 18:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:56 [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-27 18:53:56 [ecarstrade.nl] INFO: Saving data for 7006135auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551001.646817, 'last_price_update_time': 1774637636.839685}
2026-03-27 18:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006135auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:56 [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-27 18: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-27 18:53:56 [ecarstrade.nl] INFO: Extracting details for car 7006208auction111095
2026-03-27 18:53:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a0ed2d4-6976-5c02-90bb-19d43d3da317 with identifier: 7006208auction111095
2026-03-27 18:53:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a0ed2d4-6976-5c02-90bb-19d43d3da317 with scrape type 2
2026-03-27 18:53:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a0ed2d4-6976-5c02-90bb-19d43d3da317 with scrape type 2
2026-03-27 18:53:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0a0ed2d4-6976-5c02-90bb-19d43d3da317, identifier: 7006208auction111095
2026-03-27 18:53:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0a0ed2d4-6976-5c02-90bb-19d43d3da317 with identifier: 7006208auction111095
2026-03-27 18:53:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0a0ed2d4-6976-5c02-90bb-19d43d3da317 with identifier: 7006208auction111095
2026-03-27 18:53:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0a0ed2d4-6976-5c02-90bb-19d43d3da317 with identifier: 7006208auction111095 to the API
2026-03-27 18:53:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:57 [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-27 18:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006208auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:57 [ecarstrade.nl] INFO: Saving data for 7006208auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550991.43694, 'last_price_update_time': 1774637637.585307}
2026-03-27 18:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006208auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:57 [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-27 18:53:57 [ecarstrade.nl] INFO: Extracting details for car 7006110auction111095
2026-03-27 18:53:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4beef093-73bb-5002-a6b8-9206fc903b0c with identifier: 7006110auction111095
2026-03-27 18:53:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4beef093-73bb-5002-a6b8-9206fc903b0c with scrape type 2
2026-03-27 18:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4beef093-73bb-5002-a6b8-9206fc903b0c with scrape type 2
2026-03-27 18:53:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4beef093-73bb-5002-a6b8-9206fc903b0c, identifier: 7006110auction111095
2026-03-27 18:53:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4beef093-73bb-5002-a6b8-9206fc903b0c with identifier: 7006110auction111095
2026-03-27 18:53:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4beef093-73bb-5002-a6b8-9206fc903b0c with identifier: 7006110auction111095
2026-03-27 18:53:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4beef093-73bb-5002-a6b8-9206fc903b0c with identifier: 7006110auction111095 to the API
2026-03-27 18:53:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:53:58 [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-27 18:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006110auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:58 [ecarstrade.nl] INFO: Saving data for 7006110auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551001.977545, 'last_price_update_time': 1774637638.200847}
2026-03-27 18:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006110auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:58 [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-27 18:53:58 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:53:58 [ecarstrade.nl] INFO: Found listing with ID: 7006212auction111095
2026-03-27 18:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006212auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:58 [ecarstrade.nl] INFO: Scrape type for 7006212auction111095: 2
2026-03-27 18: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-27 18:53:58 [ecarstrade.nl] INFO: Found listing with ID: 7006116auction111095
2026-03-27 18:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006116auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:58 [ecarstrade.nl] INFO: Scrape type for 7006116auction111095: 2
2026-03-27 18: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-27 18:53:58 [ecarstrade.nl] INFO: Found listing with ID: 7006151auction111095
2026-03-27 18:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006151auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:58 [ecarstrade.nl] INFO: Scrape type for 7006151auction111095: 2
2026-03-27 18:53:58 [ecarstrade.nl] INFO: Found listing with ID: 7006097auction111095
2026-03-27 18:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006097auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:58 [ecarstrade.nl] INFO: Scrape type for 7006097auction111095: 2
2026-03-27 18:53:58 [ecarstrade.nl] INFO: Found listing with ID: 7006125auction111095
2026-03-27 18:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006125auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:58 [ecarstrade.nl] INFO: Scrape type for 7006125auction111095: 2
2026-03-27 18:53:58 [ecarstrade.nl] INFO: Found listing with ID: 7006155auction111095
2026-03-27 18:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006155auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:58 [ecarstrade.nl] INFO: Scrape type for 7006155auction111095: 2
2026-03-27 18:53:58 [ecarstrade.nl] INFO: Found listing with ID: 7006146auction111095
2026-03-27 18:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006146auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:58 [ecarstrade.nl] INFO: Scrape type for 7006146auction111095: 2
2026-03-27 18:53:58 [ecarstrade.nl] INFO: Found listing with ID: 7006161auction111095
2026-03-27 18:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006161auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Scrape type for 7006161auction111095: 2
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7006169auction111095
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006169auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Scrape type for 7006169auction111095: 2
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7006142auction111095
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006142auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Scrape type for 7006142auction111095: 2
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7006172auction111095
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006172auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Scrape type for 7006172auction111095: 2
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7006203auction111095
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006203auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Scrape type for 7006203auction111095: 2
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7006127auction111095
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006127auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Scrape type for 7006127auction111095: 2
2026-03-27 18:53:59 [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-27 18:53:59 [ecarstrade.nl] INFO: Found listing with ID: 7006210auction111095
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006210auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Scrape type for 7006210auction111095: 2
2026-03-27 18: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-27 18:53:59 [ecarstrade.nl] INFO: Found listing with ID: 6999952auction111021
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999952auction111021%27 HTTP/1.1" 200 None
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Scrape type for 6999952auction111021: 0
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Found listing with ID: 6999954auction111021
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999954auction111021%27 HTTP/1.1" 200 None
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Scrape type for 6999954auction111021: 0
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Found listing with ID: 6999947auction111021
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999947auction111021%27 HTTP/1.1" 200 None
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Scrape type for 6999947auction111021: 0
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Found listing with ID: 6999957auction111021
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999957auction111021%27 HTTP/1.1" 200 None
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Scrape type for 6999957auction111021: 0
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Found listing with ID: 6999956auction111021
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999956auction111021%27 HTTP/1.1" 200 None
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Scrape type for 6999956auction111021: 0
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Found listing with ID: 6999949auction111021
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999949auction111021%27 HTTP/1.1" 200 None
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Scrape type for 6999949auction111021: 0
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Extracting details for car 7006186auction111095
2026-03-27 18:53:59 [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-27 18:53:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1 with identifier: 7006186auction111095
2026-03-27 18:53:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1 with scrape type 2
2026-03-27 18:53:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1 with scrape type 2
2026-03-27 18:53:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1, identifier: 7006186auction111095
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Extracting details for car 7006114auction111095
2026-03-27 18: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-27 18:53:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1 with identifier: 7006186auction111095
2026-03-27 18:53:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1 with identifier: 7006186auction111095
2026-03-27 18:53:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f88c3057-e4c2-5cc8-b4e2-1dfcdd61f2a1 with identifier: 7006186auction111095 to the API
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:53:59 [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-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006186auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:53:59 [ecarstrade.nl] INFO: Saving data for 7006186auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551001.071801, 'last_price_update_time': 1774637639.77998}
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006186auction111095') HTTP/1.1" 204 0
2026-03-27 18:53:59 [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-27 18:53:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f27fdaa-8208-5c88-bf7f-ee42572ba202 with identifier: 7006114auction111095
2026-03-27 18:53:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f27fdaa-8208-5c88-bf7f-ee42572ba202 with scrape type 2
2026-03-27 18:53:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f27fdaa-8208-5c88-bf7f-ee42572ba202 with scrape type 2
2026-03-27 18:54:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4f27fdaa-8208-5c88-bf7f-ee42572ba202, identifier: 7006114auction111095
2026-03-27 18: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-27 18:54:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4f27fdaa-8208-5c88-bf7f-ee42572ba202 with identifier: 7006114auction111095
2026-03-27 18:54:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4f27fdaa-8208-5c88-bf7f-ee42572ba202 with identifier: 7006114auction111095
2026-03-27 18:54:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4f27fdaa-8208-5c88-bf7f-ee42572ba202 with identifier: 7006114auction111095 to the API
2026-03-27 18:54:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:00 [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-27 18:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006114auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:54:00 [ecarstrade.nl] INFO: Saving data for 7006114auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551003.726152, 'last_price_update_time': 1774637640.304562}
2026-03-27 18:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006114auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:00 [ecarstrade.nl] INFO: Extracting details for car 7006123auction111095
2026-03-27 18:54:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5337564a-919b-5647-b8ae-29fbedf4e4f2 with identifier: 7006123auction111095
2026-03-27 18:54:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5337564a-919b-5647-b8ae-29fbedf4e4f2 with scrape type 2
2026-03-27 18:54:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5337564a-919b-5647-b8ae-29fbedf4e4f2 with scrape type 2
2026-03-27 18:54:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5337564a-919b-5647-b8ae-29fbedf4e4f2, identifier: 7006123auction111095
2026-03-27 18:54:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5337564a-919b-5647-b8ae-29fbedf4e4f2 with identifier: 7006123auction111095
2026-03-27 18:54:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5337564a-919b-5647-b8ae-29fbedf4e4f2 with identifier: 7006123auction111095
2026-03-27 18:54:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5337564a-919b-5647-b8ae-29fbedf4e4f2 with identifier: 7006123auction111095 to the API
2026-03-27 18:54:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:00 [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-27 18:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006123auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:54:00 [ecarstrade.nl] INFO: Saving data for 7006123auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551023.06115, 'last_price_update_time': 1774637640.814763}
2026-03-27 18:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006123auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:03 [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-27 18: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-27 18:54:03 [ecarstrade.nl] INFO: Extracting details for car 7006104auction111095
2026-03-27 18:54:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4065c28d-dac7-520f-8b6e-af3364f81b52 with identifier: 7006104auction111095
2026-03-27 18:54:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4065c28d-dac7-520f-8b6e-af3364f81b52 with scrape type 2
2026-03-27 18:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4065c28d-dac7-520f-8b6e-af3364f81b52 with scrape type 2
2026-03-27 18:54:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4065c28d-dac7-520f-8b6e-af3364f81b52, identifier: 7006104auction111095
2026-03-27 18:54:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4065c28d-dac7-520f-8b6e-af3364f81b52 with identifier: 7006104auction111095
2026-03-27 18:54:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4065c28d-dac7-520f-8b6e-af3364f81b52 with identifier: 7006104auction111095
2026-03-27 18:54:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4065c28d-dac7-520f-8b6e-af3364f81b52 with identifier: 7006104auction111095 to the API
2026-03-27 18:54:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:54:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:54:03 [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-27 18:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:03 [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-27 18:54:03 [ecarstrade.nl] INFO: Saving data for 7006104auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551021.591082, 'last_price_update_time': 1774637643.675787}
2026-03-27 18:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006104auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:03 [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-27 18: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-27 18:54:03 [ecarstrade.nl] INFO: Extracting details for car 7006191auction111095
2026-03-27 18:54:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b48d4a6-b8f1-5aa3-806b-a8b3697236ad with identifier: 7006191auction111095
2026-03-27 18:54:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b48d4a6-b8f1-5aa3-806b-a8b3697236ad with scrape type 2
2026-03-27 18:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b48d4a6-b8f1-5aa3-806b-a8b3697236ad with scrape type 2
2026-03-27 18:54:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0b48d4a6-b8f1-5aa3-806b-a8b3697236ad, identifier: 7006191auction111095
2026-03-27 18:54:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0b48d4a6-b8f1-5aa3-806b-a8b3697236ad with identifier: 7006191auction111095
2026-03-27 18:54:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0b48d4a6-b8f1-5aa3-806b-a8b3697236ad with identifier: 7006191auction111095
2026-03-27 18:54:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0b48d4a6-b8f1-5aa3-806b-a8b3697236ad with identifier: 7006191auction111095 to the API
2026-03-27 18:54:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:04 [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-27 18:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006191auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:54:04 [ecarstrade.nl] INFO: Saving data for 7006191auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550967.4804, 'last_price_update_time': 1774637644.115188}
2026-03-27 18:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006191auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:04 [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-27 18: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-27 18:54:04 [ecarstrade.nl] INFO: Extracting details for car 7006107auction111095
2026-03-27 18:54:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b221e56d-4a87-5265-87e5-d423bd09aca4 with identifier: 7006107auction111095
2026-03-27 18:54:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b221e56d-4a87-5265-87e5-d423bd09aca4 with scrape type 2
2026-03-27 18:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b221e56d-4a87-5265-87e5-d423bd09aca4 with scrape type 2
2026-03-27 18:54:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b221e56d-4a87-5265-87e5-d423bd09aca4, identifier: 7006107auction111095
2026-03-27 18:54:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b221e56d-4a87-5265-87e5-d423bd09aca4 with identifier: 7006107auction111095
2026-03-27 18:54:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b221e56d-4a87-5265-87e5-d423bd09aca4 with identifier: 7006107auction111095
2026-03-27 18:54:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b221e56d-4a87-5265-87e5-d423bd09aca4 with identifier: 7006107auction111095 to the API
2026-03-27 18:54:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:04 [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-27 18:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006107auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:54:04 [ecarstrade.nl] INFO: Saving data for 7006107auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774550965.041239, 'last_price_update_time': 1774637644.783843}
2026-03-27 18:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006107auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:05 [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-27 18: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-27 18:54:05 [ecarstrade.nl] INFO: Extracting details for car 7006116auction111095
2026-03-27 18:54:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ee174b3-c844-571e-8df2-d6d739adc97c with identifier: 7006116auction111095
2026-03-27 18:54:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ee174b3-c844-571e-8df2-d6d739adc97c with scrape type 2
2026-03-27 18:54:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ee174b3-c844-571e-8df2-d6d739adc97c with scrape type 2
2026-03-27 18:54:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3ee174b3-c844-571e-8df2-d6d739adc97c, identifier: 7006116auction111095
2026-03-27 18:54:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3ee174b3-c844-571e-8df2-d6d739adc97c with identifier: 7006116auction111095
2026-03-27 18:54:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3ee174b3-c844-571e-8df2-d6d739adc97c with identifier: 7006116auction111095
2026-03-27 18:54:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3ee174b3-c844-571e-8df2-d6d739adc97c with identifier: 7006116auction111095 to the API
2026-03-27 18:54:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:06 [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-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006116auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Saving data for 7006116auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551017.894483, 'last_price_update_time': 1774637646.082078}
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006116auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:06 [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-27 18:54:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 6999946auction111021
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999946auction111021%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 6999946auction111021: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 6999955auction111021
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999955auction111021%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 6999955auction111021: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 6999950auction111021
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999950auction111021%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 6999950auction111021: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 6999951auction111021
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999951auction111021%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 6999951auction111021: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 6999953auction111021
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999953auction111021%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 6999953auction111021: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 6999948auction111021
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999948auction111021%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 6999948auction111021: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 6999443auction111008
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999443auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 6999443auction111008: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 7001333auction111008
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277001333auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 7001333auction111008: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 7002866auction111008
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002866auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 7002866auction111008: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 6999445auction111008
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999445auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 6999445auction111008: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 6999441auction111008
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999441auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 6999441auction111008: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 6999440auction111008
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999440auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 6999440auction111008: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 7002869auction111008
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002869auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 7002869auction111008: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 7002870auction111008
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002870auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 7002870auction111008: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 7002874auction111008
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002874auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 7002874auction111008: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 7002861auction111008
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002861auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 7002861auction111008: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 7002863auction111008
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002863auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 7002863auction111008: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 7002862auction111008
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002862auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 7002862auction111008: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 7002867auction111008
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002867auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 7002867auction111008: 0
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Found listing with ID: 7002912auction111008
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002912auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Scrape type for 7002912auction111008: 0
2026-03-27 18:54:06 [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-27 18:54:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:54:06 [ecarstrade.nl] INFO: Extracting details for car 7006151auction111095
2026-03-27 18:54:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 776a1382-6c39-5590-9e84-f0b024372c47 with identifier: 7006151auction111095
2026-03-27 18:54:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 776a1382-6c39-5590-9e84-f0b024372c47 with scrape type 2
2026-03-27 18:54:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 776a1382-6c39-5590-9e84-f0b024372c47 with scrape type 2
2026-03-27 18:54:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 776a1382-6c39-5590-9e84-f0b024372c47, identifier: 7006151auction111095
2026-03-27 18:54:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 776a1382-6c39-5590-9e84-f0b024372c47 with identifier: 7006151auction111095
2026-03-27 18:54:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 776a1382-6c39-5590-9e84-f0b024372c47 with identifier: 7006151auction111095
2026-03-27 18:54:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 776a1382-6c39-5590-9e84-f0b024372c47 with identifier: 7006151auction111095 to the API
2026-03-27 18:54:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:07 [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-27 18:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006151auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:54:07 [ecarstrade.nl] INFO: Saving data for 7006151auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551018.407258, 'last_price_update_time': 1774637647.045241}
2026-03-27 18:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006151auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:07 [scrapy.extensions.logstats] INFO: Crawled 360 pages (at 48 pages/min), scraped 327 items (at 43 items/min)
2026-03-27 18:54:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-27 18:54:07 [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-27 18:54:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 18:54:07 [ecarstrade.nl] INFO: Extracting details for car 7006097auction111095
2026-03-27 18:54:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dfad2d6-c0da-5327-af65-74cdbb91f9a8 with identifier: 7006097auction111095
2026-03-27 18:54:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dfad2d6-c0da-5327-af65-74cdbb91f9a8 with scrape type 2
2026-03-27 18:54:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dfad2d6-c0da-5327-af65-74cdbb91f9a8 with scrape type 2
2026-03-27 18:54:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0dfad2d6-c0da-5327-af65-74cdbb91f9a8, identifier: 7006097auction111095
2026-03-27 18:54:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0dfad2d6-c0da-5327-af65-74cdbb91f9a8 with identifier: 7006097auction111095
2026-03-27 18:54:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0dfad2d6-c0da-5327-af65-74cdbb91f9a8 with identifier: 7006097auction111095
2026-03-27 18:54:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0dfad2d6-c0da-5327-af65-74cdbb91f9a8 with identifier: 7006097auction111095 to the API
2026-03-27 18:54:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:07 [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-27 18:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006097auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:54:07 [ecarstrade.nl] INFO: Saving data for 7006097auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551016.887323, 'last_price_update_time': 1774637647.611281}
2026-03-27 18:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006097auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:10 [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-27 18: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-27 18:54:10 [ecarstrade.nl] INFO: Extracting details for car 7006125auction111095
2026-03-27 18:54:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 793b469d-4697-5a8f-8b79-74e26f20bbbf with identifier: 7006125auction111095
2026-03-27 18:54:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 793b469d-4697-5a8f-8b79-74e26f20bbbf with scrape type 2
2026-03-27 18:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 793b469d-4697-5a8f-8b79-74e26f20bbbf with scrape type 2
2026-03-27 18:54:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 793b469d-4697-5a8f-8b79-74e26f20bbbf, identifier: 7006125auction111095
2026-03-27 18:54:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 793b469d-4697-5a8f-8b79-74e26f20bbbf with identifier: 7006125auction111095
2026-03-27 18:54:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 793b469d-4697-5a8f-8b79-74e26f20bbbf with identifier: 7006125auction111095
2026-03-27 18:54:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 793b469d-4697-5a8f-8b79-74e26f20bbbf with identifier: 7006125auction111095 to the API
2026-03-27 18:54:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:54:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:54:10 [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-27 18:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:10 [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-27 18:54:10 [ecarstrade.nl] INFO: Saving data for 7006125auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551014.903039, 'last_price_update_time': 1774637650.485644}
2026-03-27 18:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006125auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:10 [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-27 18: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-27 18:54:10 [ecarstrade.nl] INFO: Extracting details for car 7006155auction111095
2026-03-27 18:54:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c22cb52-12aa-53fe-8cb6-0531dedc4bbb with identifier: 7006155auction111095
2026-03-27 18:54:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c22cb52-12aa-53fe-8cb6-0531dedc4bbb with scrape type 2
2026-03-27 18:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c22cb52-12aa-53fe-8cb6-0531dedc4bbb with scrape type 2
2026-03-27 18:54:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6c22cb52-12aa-53fe-8cb6-0531dedc4bbb, identifier: 7006155auction111095
2026-03-27 18:54:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6c22cb52-12aa-53fe-8cb6-0531dedc4bbb with identifier: 7006155auction111095
2026-03-27 18:54:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6c22cb52-12aa-53fe-8cb6-0531dedc4bbb with identifier: 7006155auction111095
2026-03-27 18:54:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6c22cb52-12aa-53fe-8cb6-0531dedc4bbb with identifier: 7006155auction111095 to the API
2026-03-27 18:54:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:11 [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-27 18:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006155auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:54:11 [ecarstrade.nl] INFO: Saving data for 7006155auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551016.40856, 'last_price_update_time': 1774637651.168737}
2026-03-27 18:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006155auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:11 [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-27 18: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-27 18:54:11 [ecarstrade.nl] INFO: Extracting details for car 7006146auction111095
2026-03-27 18:54:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e01b6d4-47b4-5eba-aa46-bb6dc0985f59 with identifier: 7006146auction111095
2026-03-27 18:54:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e01b6d4-47b4-5eba-aa46-bb6dc0985f59 with scrape type 2
2026-03-27 18:54:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e01b6d4-47b4-5eba-aa46-bb6dc0985f59 with scrape type 2
2026-03-27 18:54:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3e01b6d4-47b4-5eba-aa46-bb6dc0985f59, identifier: 7006146auction111095
2026-03-27 18:54:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3e01b6d4-47b4-5eba-aa46-bb6dc0985f59 with identifier: 7006146auction111095
2026-03-27 18:54:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3e01b6d4-47b4-5eba-aa46-bb6dc0985f59 with identifier: 7006146auction111095
2026-03-27 18:54:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3e01b6d4-47b4-5eba-aa46-bb6dc0985f59 with identifier: 7006146auction111095 to the API
2026-03-27 18:54:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:11 [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-27 18:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006146auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:54:11 [ecarstrade.nl] INFO: Saving data for 7006146auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551020.096922, 'last_price_update_time': 1774637651.672605}
2026-03-27 18:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006146auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:12 [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-27 18: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-27 18:54:13 [ecarstrade.nl] INFO: Extracting details for car 7006127auction111095
2026-03-27 18:54:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbb04cf8-e640-5b92-bede-103b5d95f31b with identifier: 7006127auction111095
2026-03-27 18:54:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbb04cf8-e640-5b92-bede-103b5d95f31b with scrape type 2
2026-03-27 18:54:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbb04cf8-e640-5b92-bede-103b5d95f31b with scrape type 2
2026-03-27 18:54:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fbb04cf8-e640-5b92-bede-103b5d95f31b, identifier: 7006127auction111095
2026-03-27 18:54:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fbb04cf8-e640-5b92-bede-103b5d95f31b with identifier: 7006127auction111095
2026-03-27 18:54:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fbb04cf8-e640-5b92-bede-103b5d95f31b with identifier: 7006127auction111095
2026-03-27 18:54:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fbb04cf8-e640-5b92-bede-103b5d95f31b with identifier: 7006127auction111095 to the API
2026-03-27 18:54:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:13 [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-27 18:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006127auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:54:13 [ecarstrade.nl] INFO: Saving data for 7006127auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551030.974243, 'last_price_update_time': 1774637653.385519}
2026-03-27 18:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006127auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:13 [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-27 18:54:13 [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-27 18:54:13 [ecarstrade.nl] INFO: Extracting details for car 7006169auction111095
2026-03-27 18:54:13 [ecarstrade.nl] INFO: Extracting details for car 7006161auction111095
2026-03-27 18:54:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20e3e563-e856-5b65-ba9f-6396fb05fc8e with identifier: 7006169auction111095
2026-03-27 18:54:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20e3e563-e856-5b65-ba9f-6396fb05fc8e with scrape type 2
2026-03-27 18:54:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20e3e563-e856-5b65-ba9f-6396fb05fc8e with scrape type 2
2026-03-27 18:54:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 20e3e563-e856-5b65-ba9f-6396fb05fc8e, identifier: 7006169auction111095
2026-03-27 18:54:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81d54615-499d-529d-b0d2-b5a7ac829edd with identifier: 7006161auction111095
2026-03-27 18:54:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81d54615-499d-529d-b0d2-b5a7ac829edd with scrape type 2
2026-03-27 18:54:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81d54615-499d-529d-b0d2-b5a7ac829edd with scrape type 2
2026-03-27 18:54:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 81d54615-499d-529d-b0d2-b5a7ac829edd, identifier: 7006161auction111095
2026-03-27 18:54:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 20e3e563-e856-5b65-ba9f-6396fb05fc8e with identifier: 7006169auction111095
2026-03-27 18:54:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 20e3e563-e856-5b65-ba9f-6396fb05fc8e with identifier: 7006169auction111095
2026-03-27 18:54:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 20e3e563-e856-5b65-ba9f-6396fb05fc8e with identifier: 7006169auction111095 to the API
2026-03-27 18:54:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:13 [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-27 18:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006169auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:54:13 [ecarstrade.nl] INFO: Saving data for 7006169auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551023.558112, 'last_price_update_time': 1774637653.940234}
2026-03-27 18:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006169auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 81d54615-499d-529d-b0d2-b5a7ac829edd with identifier: 7006161auction111095
2026-03-27 18:54:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 81d54615-499d-529d-b0d2-b5a7ac829edd with identifier: 7006161auction111095
2026-03-27 18:54:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 81d54615-499d-529d-b0d2-b5a7ac829edd with identifier: 7006161auction111095 to the API
2026-03-27 18:54:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:14 [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-27 18:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006161auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:54:14 [ecarstrade.nl] INFO: Saving data for 7006161auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551019.619925, 'last_price_update_time': 1774637654.192826}
2026-03-27 18:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006161auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:14 [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-27 18:54:14 [ecarstrade.nl] INFO: Extracting details for car 7006210auction111095
2026-03-27 18:54:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f with identifier: 7006210auction111095
2026-03-27 18:54:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f with scrape type 2
2026-03-27 18:54:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f with scrape type 2
2026-03-27 18:54:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f, identifier: 7006210auction111095
2026-03-27 18:54:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f with identifier: 7006210auction111095
2026-03-27 18:54:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f with identifier: 7006210auction111095
2026-03-27 18:54:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c825d5f3-9fe9-5c3f-abe6-26b57eba1c8f with identifier: 7006210auction111095 to the API
2026-03-27 18:54:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:14 [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-27 18:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006210auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:54:14 [ecarstrade.nl] INFO: Saving data for 7006210auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551024.276604, 'last_price_update_time': 1774637654.648156}
2026-03-27 18:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006210auction111095') HTTP/1.1" 204 0
2026-03-27 18:54: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-27 18:54:16 [ecarstrade.nl] INFO: Extracting details for car 7006203auction111095
2026-03-27 18:54:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c93c3f2-f733-5bf9-b851-6fc2281b29dd with identifier: 7006203auction111095
2026-03-27 18:54: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-27 18:54:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c93c3f2-f733-5bf9-b851-6fc2281b29dd with scrape type 2
2026-03-27 18:54:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3c93c3f2-f733-5bf9-b851-6fc2281b29dd, identifier: 7006203auction111095
2026-03-27 18:54:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3c93c3f2-f733-5bf9-b851-6fc2281b29dd with identifier: 7006203auction111095
2026-03-27 18:54:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3c93c3f2-f733-5bf9-b851-6fc2281b29dd with identifier: 7006203auction111095
2026-03-27 18:54:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3c93c3f2-f733-5bf9-b851-6fc2281b29dd with identifier: 7006203auction111095 to the API
2026-03-27 18:54:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:17 [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-27 18:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:17 [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-27 18:54:17 [ecarstrade.nl] INFO: Saving data for 7006203auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551029.879075, 'last_price_update_time': 1774637657.328639}
2026-03-27 18:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006203auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:17 [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-27 18:54:17 [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-27 18:54:17 [ecarstrade.nl] INFO: Extracting details for car 7006172auction111095
2026-03-27 18:54:17 [ecarstrade.nl] INFO: Extracting details for car 7006142auction111095
2026-03-27 18:54:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 256896ef-ba93-5b8c-86b9-c02994167771 with identifier: 7006172auction111095
2026-03-27 18:54:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 256896ef-ba93-5b8c-86b9-c02994167771 with scrape type 2
2026-03-27 18:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 256896ef-ba93-5b8c-86b9-c02994167771 with scrape type 2
2026-03-27 18:54:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 256896ef-ba93-5b8c-86b9-c02994167771, identifier: 7006172auction111095
2026-03-27 18:54:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 004a1e2f-efa6-506a-a256-e43dd899fb89 with identifier: 7006142auction111095
2026-03-27 18:54:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 004a1e2f-efa6-506a-a256-e43dd899fb89 with scrape type 2
2026-03-27 18:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 004a1e2f-efa6-506a-a256-e43dd899fb89 with scrape type 2
2026-03-27 18:54:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 004a1e2f-efa6-506a-a256-e43dd899fb89, identifier: 7006142auction111095
2026-03-27 18:54:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 256896ef-ba93-5b8c-86b9-c02994167771 with identifier: 7006172auction111095
2026-03-27 18:54:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 256896ef-ba93-5b8c-86b9-c02994167771 with identifier: 7006172auction111095
2026-03-27 18:54:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 256896ef-ba93-5b8c-86b9-c02994167771 with identifier: 7006172auction111095 to the API
2026-03-27 18:54:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18: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-27 18:54:17 [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-27 18:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:17 [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-27 18:54:17 [ecarstrade.nl] INFO: Saving data for 7006172auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551022.171912, 'last_price_update_time': 1774637657.867164}
2026-03-27 18:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006172auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 004a1e2f-efa6-506a-a256-e43dd899fb89 with identifier: 7006142auction111095
2026-03-27 18:54:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 004a1e2f-efa6-506a-a256-e43dd899fb89 with identifier: 7006142auction111095
2026-03-27 18:54:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 004a1e2f-efa6-506a-a256-e43dd899fb89 with identifier: 7006142auction111095 to the API
2026-03-27 18:54:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:54:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:54:18 [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-27 18:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277006142auction111095%27 HTTP/1.1" 200 None
2026-03-27 18:54:18 [ecarstrade.nl] INFO: Saving data for 7006142auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551020.560379, 'last_price_update_time': 1774637658.110513}
2026-03-27 18:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006142auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:19 [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-27 18:54:19 [ecarstrade.nl] INFO: Found 16 car items
2026-03-27 18:54:19 [ecarstrade.nl] INFO: Found listing with ID: 7002854auction111008
2026-03-27 18:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:19 [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-27 18:54:19 [ecarstrade.nl] INFO: Scrape type for 7002854auction111008: 0
2026-03-27 18:54:19 [ecarstrade.nl] INFO: Found listing with ID: 7002875auction111008
2026-03-27 18:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:19 [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-27 18:54:19 [ecarstrade.nl] INFO: Scrape type for 7002875auction111008: 0
2026-03-27 18:54:19 [ecarstrade.nl] INFO: Found listing with ID: 7002873auction111008
2026-03-27 18:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:19 [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-27 18:54:19 [ecarstrade.nl] INFO: Scrape type for 7002873auction111008: 0
2026-03-27 18:54:19 [ecarstrade.nl] INFO: Found listing with ID: 7002859auction111008
2026-03-27 18:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:19 [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-27 18:54:19 [ecarstrade.nl] INFO: Scrape type for 7002859auction111008: 0
2026-03-27 18:54:19 [ecarstrade.nl] INFO: Found listing with ID: 7002910auction111008
2026-03-27 18:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002910auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Scrape type for 7002910auction111008: 0
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Found listing with ID: 7002911auction111008
2026-03-27 18:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002911auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Scrape type for 7002911auction111008: 0
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Found listing with ID: 7002872auction111008
2026-03-27 18:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002872auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Scrape type for 7002872auction111008: 0
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Found listing with ID: 7002871auction111008
2026-03-27 18:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002871auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Scrape type for 7002871auction111008: 0
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Found listing with ID: 7002855auction111008
2026-03-27 18:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002855auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Scrape type for 7002855auction111008: 0
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Found listing with ID: 7002858auction111008
2026-03-27 18:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002858auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Scrape type for 7002858auction111008: 0
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Found listing with ID: 7002856auction111008
2026-03-27 18:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002856auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Scrape type for 7002856auction111008: 0
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Found listing with ID: 7002868auction111008
2026-03-27 18:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002868auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Scrape type for 7002868auction111008: 0
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Found listing with ID: 6999442auction111008
2026-03-27 18:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%276999442auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Scrape type for 6999442auction111008: 0
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Found listing with ID: 7002857auction111008
2026-03-27 18:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002857auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Scrape type for 7002857auction111008: 0
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Found listing with ID: 7002860auction111008
2026-03-27 18:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002860auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Scrape type for 7002860auction111008: 0
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Found listing with ID: 7002876auction111008
2026-03-27 18:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18: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%277002876auction111008%27 HTTP/1.1" 200 None
2026-03-27 18:54:20 [ecarstrade.nl] INFO: Scrape type for 7002876auction111008: 0
2026-03-27 18: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-27 18:54:26 [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-27 18:54:26 [ecarstrade.nl] INFO: No car items found on page 33
2026-03-27 18:54:36 [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-27 18:54:37 [ecarstrade.nl] INFO: Extracting details for car 7006212auction111095
2026-03-27 18:54:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ee3c4a5-66b6-5444-acaa-14dcf54f331d with identifier: 7006212auction111095
2026-03-27 18:54:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ee3c4a5-66b6-5444-acaa-14dcf54f331d with scrape type 2
2026-03-27 18:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ee3c4a5-66b6-5444-acaa-14dcf54f331d with scrape type 2
2026-03-27 18:54:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1ee3c4a5-66b6-5444-acaa-14dcf54f331d, identifier: 7006212auction111095
2026-03-27 18:54:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1ee3c4a5-66b6-5444-acaa-14dcf54f331d with identifier: 7006212auction111095
2026-03-27 18:54:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1ee3c4a5-66b6-5444-acaa-14dcf54f331d with identifier: 7006212auction111095
2026-03-27 18:54:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1ee3c4a5-66b6-5444-acaa-14dcf54f331d with identifier: 7006212auction111095 to the API
2026-03-27 18:54:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 18:54:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 18:54:37 [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-27 18:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:37 [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-27 18:54:37 [ecarstrade.nl] INFO: Saving data for 7006212auction111095: {'auction_closing_time': 1774968000.0, 'created_time': 1774551004.671091, 'last_price_update_time': 1774637677.485963}
2026-03-27 18:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7006212auction111095') HTTP/1.1" 204 0
2026-03-27 18:54:37 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-27 18:54:37 [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-27 18:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 18:54:37 [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%201774205677 HTTP/1.1" 200 None
2026-03-27 18:54:37 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (339 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.nl/task_35_2026-03-27T18_45_00.jl
2026-03-27 18:54:37 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 1028927,
'downloader/request_count': 434,
'downloader/request_method_count/GET': 434,
'downloader/response_bytes': 143894647,
'downloader/response_count': 434,
'downloader/response_status_count/200': 434,
'elapsed_time_seconds': 570.801921,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 27, 18, 54, 37, 717286, tzinfo=datetime.timezone.utc),
'item_scraped_count': 339,
'log_count/DEBUG': 4964,
'log_count/ERROR': 3,
'log_count/INFO': 4524,
'log_count/WARNING': 60,
'memusage/max': 307396608,
'memusage/startup': 149819392,
'photo_download_count': 60,
'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': 173,
'playwright/request_count/method/GET': 154,
'playwright/request_count/method/POST': 19,
'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': 19,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 86,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 45,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 7,
'playwright/response_count': 172,
'playwright/response_count/method/GET': 153,
'playwright/response_count/method/POST': 19,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 19,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 86,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 44,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 7,
'request_depth_max': 33,
'response_received_count': 374,
'scheduler/dequeued': 434,
'scheduler/dequeued/memory': 434,
'scheduler/enqueued': 434,
'scheduler/enqueued/memory': 434,
'scrape_type/new': 10,
'scrape_type/price_update': 330,
'scrape_type/skipped': 296,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 373,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 8.732400550468302,
'scrapy-zyte-api/mean_response_seconds': 8.974889686524653,
'scrapy-zyte-api/processed': 373,
'scrapy-zyte-api/request_args/browserHtml': 373,
'scrapy-zyte-api/request_args/experimental.requestCookies': 373,
'scrapy-zyte-api/request_args/experimental.responseCookies': 373,
'scrapy-zyte-api/request_args/requestHeaders': 373,
'scrapy-zyte-api/request_args/sessionContext': 373,
'scrapy-zyte-api/request_args/url': 373,
'scrapy-zyte-api/status_codes/200': 373,
'scrapy-zyte-api/success': 373,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 27, 18, 45, 6, 915365, tzinfo=datetime.timezone.utc)}
2026-03-27 18:54:37 [scrapy.core.engine] INFO: Spider closed (finished)