2026-03-25 18:45:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-25 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-25 18:45:06 [ecarstrade.nl] INFO: Starting spider ecarstrade.nl
2026-03-25 18:45:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-25 18:45:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-25 18:45:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-25 18:45:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-25 18:45:06 [scrapy.extensions.telnet] INFO: Telnet Password: 336a1b8a1b579407
2026-03-25 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-25 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-25T18_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-25 18:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-25 18:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-25 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-25 18:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-25 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-25 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-25 18:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-25 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 2123
2026-03-25 18:45:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-25 18:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-25 18:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-25 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-25 18:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-25 18:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-25 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-25 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-25 18:45:06 [scrapy.core.engine] INFO: Spider opened
2026-03-25 18:45:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-25 18:45:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-25 18:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-25 18:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-25 18:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-25 18:45:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-25 18:45:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-25 18:45:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-25 18:45:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-25 18:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-25 18:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-25 18:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-25 18:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-25 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-25 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-25 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-25 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-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=9b590d7d> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=9b590d7d> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=9b590d7d> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 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-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=9b590d7d> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 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-25 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-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-25 18:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-25 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-25 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-25 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-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-25 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-25 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-25 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-25 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-25 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-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=9b590d7d>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=9b590d7d>
2026-03-25 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-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-25 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-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-25 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-25 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-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-25 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-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-25 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=9b590d7d)
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-25 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-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-25 18:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1521097739&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IEBAAEABAAAAACAAI~&jid=1757389755&gjid=170001589&cid=1722166237.1774464316&tid=UA-73443533-1&_gid=1092683670.1774464316&_r=1&_slc=1&z=1456163282> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 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-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-25 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-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1521097739&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IEBAAEABAAAAACAAI~&jid=1757389755&gjid=170001589&cid=1722166237.1774464316&tid=UA-73443533-1&_gid=1092683670.1774464316&_r=1&_slc=1&z=1456163282>
2026-03-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-25 18:45:16 [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-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-25 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-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-25 18:45:16 [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-25 18:45:16 [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-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-25 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-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6908964/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:16 [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-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6935588/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/de.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 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-25 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-25 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-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6937847/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6938496/photo_045/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939652/photo_048/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939795/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940028/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940047/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940210/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941363/photo_061/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941452/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941565/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941593/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941759/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6908964/photo_000/260x0__r.jpg>
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941847/photo_110/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948713/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg>
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948720/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950867/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6951172/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956005/photo_039/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/it.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 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-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/nl.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6935588/photo_000/260x0__r.jpg>
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/de.png>
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-25 18:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6937847/photo_000/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6938496/photo_045/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939652/photo_048/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939795/photo_001/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940028/photo_001/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940047/photo_001/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940210/photo_000/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941363/photo_061/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941452/photo_000/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941593/photo_000/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941565/photo_000/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941759/photo_000/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941847/photo_110/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948713/photo_000/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948720/photo_000/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950867/photo_000/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6951172/photo_000/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/it.png>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956005/photo_039/260x0__r.jpg>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/nl.png>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774464314674&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1722166237.1774464316&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115616985~115938465~115938469~116024733~116991817~117484252&sid=1774464318&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&_ee=1&tfd=5672> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 18:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1722166237.1774464316>m=45je63o0v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616985~115938465~115938469~116024733~116991817~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-25 18:45:18 [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=1722166237.1774464316>m=45je63o0v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616985~115938465~115938469~116024733~116991817~117484252&z=63311195> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 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-25 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-25 18:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1722166237.1774464316>m=45je63o0v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616985~115938465~115938469~116024733~116991817~117484252>
2026-03-25 18:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774464314674&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1722166237.1774464316&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115616985~115938465~115938469~116024733~116991817~117484252&sid=1774464318&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&_ee=1&tfd=5672>
2026-03-25 18:45:20 [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=1722166237.1774464316>m=45je63o0v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616985~115938465~115938469~116024733~116991817~117484252&z=63311195>
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=9b590d7d> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=9b590d7d> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=9b590d7d> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=9b590d7d> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774464314674&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1722166237.1774464316&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=103116026~103200004~115616985~115938465~115938469~116024733~116991817~117484252&sid=1774464318&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=1774459018&ep.url=%2Fsearch&ep.eventName=search&_et=3&tfd=9322> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=AW-742220279> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 18:45:22 [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=1023953830.1774464322&dt=Search%20%7C%20eCarsTrade&auid=1728617787.1774464322&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63o1h2v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117384406~117484252&apve=1&apvf=f&apvc=1&tft=1774464322408&tfd=9347> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=9b590d7d>
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=9b590d7d>
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=9b590d7d>
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=9b590d7d>
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774464314674&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1722166237.1774464316&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=103116026~103200004~115616985~115938465~115938469~116024733~116991817~117484252&sid=1774464318&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=1774459018&ep.url=%2Fsearch&ep.eventName=search&_et=3&tfd=9322>
2026-03-25 18:45:22 [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=9b590d7d)
2026-03-25 18:45:22 [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=9b590d7d)
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-25 18:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256z8811692034za200zd871189256&_p=1774464314674&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1722166237.1774464316&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=3&tag_exp=103116026~103200004~115616985~115938465~115938469~116024733~116991817~117484252&sid=1774464318&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=3624&tfd=10125> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 18:45:23 [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=1023953830.1774464322&dt=Search%20%7C%20eCarsTrade&auid=1728617787.1774464322&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63o1h2v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117384406~117484252&apve=1&apvf=f&apvc=1&tft=1774464323193&tfd=10131> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-25 18:45:23 [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=1023953830.1774464322&dt=Search%20%7C%20eCarsTrade&auid=1728617787.1774464322&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63o1h2v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117384406~117484252&apve=1&apvf=f&apvc=1&tft=1774464322408&tfd=9347>
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774464000000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 18:45:23 [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=1023953830.1774464322&dt=Search%20%7C%20eCarsTrade&auid=1728617787.1774464322&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63o1h2v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117384406~117484252&apve=1&apvf=f&apvc=1&tft=1774464323193&tfd=10131>
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256z8811692034za200zd871189256&_p=1774464314674&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1722166237.1774464316&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=3&tag_exp=103116026~103200004~115616985~115938465~115938469~116024733~116991817~117484252&sid=1774464318&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=3624&tfd=10125>
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774464314674&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1722166237.1774464316&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=4&tag_exp=103116026~103200004~115616985~115938465~115938469~116024733~116991817~117484252&uid=0&sid=1774464318&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=1774459018&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=795&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=10461> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774464314674&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1722166237.1774464316&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=4&tag_exp=103116026~103200004~115616985~115938465~115938469~116024733~116991817~117484252&uid=0&sid=1774464318&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=1774459018&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=795&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=10461>
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774464000000/5441429.js>
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-25 18:45:23 [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=1774464323872&i=email%3Dundefined&vi=38975e5a550000584a14d9c019e88f46&nc=true&ce=false&cc=0> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 18:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-25 18:45:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25919&mobile=false&messagesUtk=7e14fa0ac56743e284e7894b9d09e32f&traceId=7e14fa0ac56743e284e7894b9d09e32f> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 18:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-25 18:45:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://a.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 18:45:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://a.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 18:45:24 [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=1774464323872&i=email%3Dundefined&vi=38975e5a550000584a14d9c019e88f46&nc=true&ce=false&cc=0>
2026-03-25 18:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25919&mobile=false&messagesUtk=7e14fa0ac56743e284e7894b9d09e32f&traceId=7e14fa0ac56743e284e7894b9d09e32f>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/221/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_000/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://a.clarity.ms/collect>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_000/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_000/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_000/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_000/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_000/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_000/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_001/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://a.clarity.ms/collect>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_001/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_001/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/221/logo.png>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_001/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_001/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_001/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_001/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_001/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_001/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_001/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002623/photo_001/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_001/260x0__r.jpg>
2026-03-25 18:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002624/photo_001/260x0__r.jpg>
2026-03-25 18:45:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774464326047&cv=11&fst=1774464326047&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 18:45:26 [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=1023953830.1774464322&dt=Search%20%7C%20eCarsTrade&auid=1728617787.1774464322&navt=n&npa=0&ga_uid=G-0239LS8MTR.0>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774464326071&tfd=13009> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 18:45:26 [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=1023953830.1774464322&dt=Search%20%7C%20eCarsTrade&auid=1728617787.1774464322&navt=n&npa=0&ga_uid=G-0239LS8MTR.0>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774464326071&tfd=13009>
2026-03-25 18:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774464326047&cv=11&fst=1774464326047&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-25 18:45:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774464326047&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B96i87wmlTlRsWVRdU97X58BK6hBi4TwZbCB_Q5cmT_NCYPg0skFmjho9Ym0HVRxD__wta2e7J19t395l8UKtg3W-3Ceu8KuVyELY&random=2372419510&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 18:45:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774464326047&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B96i87wmlTlRsWVRdU97X58BK6hBi4TwZbCB_Q5cmT_NCYPg0skFmjho9Ym0HVRxD__wta2e7J19t395l8UKtg3W-3Ceu8KuVyELY&random=2372419510&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 18:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774464326047&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B96i87wmlTlRsWVRdU97X58BK6hBi4TwZbCB_Q5cmT_NCYPg0skFmjho9Ym0HVRxD__wta2e7J19t395l8UKtg3W-3Ceu8KuVyELY&random=2372419510&rmt_tld=0&ipr=y>
2026-03-25 18:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774464326047&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B96i87wmlTlRsWVRdU97X58BK6hBi4TwZbCB_Q5cmT_NCYPg0skFmjho9Ym0HVRxD__wta2e7J19t395l8UKtg3W-3Ceu8KuVyELY&random=2372419510&rmt_tld=1&ipr=y>
2026-03-25 18:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://a.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 18:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://a.clarity.ms/collect>
2026-03-25 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774464314674&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1722166237.1774464316&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=5&tag_exp=103116026~103200004~115616985~115938465~115938469~116024733~116991817~117484252&uid=0&sid=1774464318&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=1774459018&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=329&tfd=15461> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o0v871189256za200zd871189256&_p=1774464314674&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1722166237.1774464316&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=5&tag_exp=103116026~103200004~115616985~115938465~115938469~116024733~116991817~117484252&uid=0&sid=1774464318&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=1774459018&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=329&tfd=15461>
2026-03-25 18:45:28 [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=1774464328707&i=email%3Dundefined&vi=38975e5a550000584a14d9c019e88f46&nc=true&u=129379155.38975e5a550000584a14d9c019e88f46.1774464323871.1774464323871.1774464323871.1&b=129379155.1.1774464323871&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774464328731&cv=11&fst=1774464328731&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1023953830.1774464322&dt=Search%20%7C%20eCarsTrade&auid=1728617787.1774464322&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774459018&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=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774464328742&tfd=15680> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 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=1023953830.1774464322&dt=Search%20%7C%20eCarsTrade&auid=1728617787.1774464322&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774459018&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=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774464328742&tfd=15680>
2026-03-25 18:45:28 [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=1774464328707&i=email%3Dundefined&vi=38975e5a550000584a14d9c019e88f46&nc=true&u=129379155.38975e5a550000584a14d9c019e88f46.1774464323871.1774464323871.1774464323871.1&b=129379155.1.1774464323871&cc=15>
2026-03-25 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774464328731&cv=11&fst=1774464328731&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-25 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774464328731&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%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=CAQSXQAFq6B9NhNPCZBcmeJeMsOy3xN3XoGDsLxyfmuKVYwCoyOpmEsnC-pgqAObyVUH58MCZob_oU3e8hRFQdj_4WseYQli7pvTmFe7xT18FfRR-251-5YK8DmZsKqYoA&random=1606527929&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 18:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774464328731&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%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=CAQSXQAFq6B9NhNPCZBcmeJeMsOy3xN3XoGDsLxyfmuKVYwCoyOpmEsnC-pgqAObyVUH58MCZob_oU3e8hRFQdj_4WseYQli7pvTmFe7xT18FfRR-251-5YK8DmZsKqYoA&random=1606527929&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 18:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774464328731&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%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=CAQSXQAFq6B9NhNPCZBcmeJeMsOy3xN3XoGDsLxyfmuKVYwCoyOpmEsnC-pgqAObyVUH58MCZob_oU3e8hRFQdj_4WseYQli7pvTmFe7xT18FfRR-251-5YK8DmZsKqYoA&random=1606527929&rmt_tld=0&ipr=y>
2026-03-25 18:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774464328731&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%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=CAQSXQAFq6B9NhNPCZBcmeJeMsOy3xN3XoGDsLxyfmuKVYwCoyOpmEsnC-pgqAObyVUH58MCZob_oU3e8hRFQdj_4WseYQli7pvTmFe7xT18FfRR-251-5YK8DmZsKqYoA&random=1606527929&rmt_tld=1&ipr=y>
2026-03-25 18:45:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774464331027&cv=11&fst=1774464331027&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 18:45:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774464331047&cv=11&fst=1774464331047&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 18:45:31 [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=1023953830.1774464322&dt=Search%20%7C%20eCarsTrade&auid=1728617787.1774464322&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774459018&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774464331057&tfd=17995> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 18:45:31 [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=1023953830.1774464322&dt=Search%20%7C%20eCarsTrade&auid=1728617787.1774464322&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774459018&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=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774464331058&tfd=17996> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 18:45:31 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://a.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 18:45:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774464331027&cv=11&fst=1774464331027&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-25 18:45:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774464331047&cv=11&fst=1774464331047&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-25 18:45:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774464331027&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B93jbMUymantvwPWp7Z9Q5uQ5pioE3VgnrmYmFcfv6UhR9mpAxdhSyy0HiGb_Dnid9vaykw_LO50Kcz35dtHR0e0CaytwqLOH5_tInDhaQHdzM9O1P4O8zAg&random=3236460189&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 18:45:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774464331027&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B93jbMUymantvwPWp7Z9Q5uQ5pioE3VgnrmYmFcfv6UhR9mpAxdhSyy0HiGb_Dnid9vaykw_LO50Kcz35dtHR0e0CaytwqLOH5_tInDhaQHdzM9O1P4O8zAg&random=3236460189&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 18:45:31 [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=1023953830.1774464322&dt=Search%20%7C%20eCarsTrade&auid=1728617787.1774464322&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774459018&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774464331057&tfd=17995>
2026-03-25 18:45:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774464331047&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%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=CAQSXQAFq6B9sCnZFvCeGf0YkgHFm_o99roO17hvTPZIHXA19SzwjwedzYFPUXhxoQ6JvlPrjqO4oNrHDWmpikQzzQl-TbS6urEA3o4ZF1al8YT4xtRzG3bKZGoD19lN9Q&random=1096309784&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 18:45:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774464331047&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%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=CAQSXQAFq6B9sCnZFvCeGf0YkgHFm_o99roO17hvTPZIHXA19SzwjwedzYFPUXhxoQ6JvlPrjqO4oNrHDWmpikQzzQl-TbS6urEA3o4ZF1al8YT4xtRzG3bKZGoD19lN9Q&random=1096309784&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 18:45:31 [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=1023953830.1774464322&dt=Search%20%7C%20eCarsTrade&auid=1728617787.1774464322&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774459018&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=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774464331058&tfd=17996>
2026-03-25 18:45:31 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://a.clarity.ms/collect>
2026-03-25 18:45:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774464331027&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B93jbMUymantvwPWp7Z9Q5uQ5pioE3VgnrmYmFcfv6UhR9mpAxdhSyy0HiGb_Dnid9vaykw_LO50Kcz35dtHR0e0CaytwqLOH5_tInDhaQHdzM9O1P4O8zAg&random=3236460189&rmt_tld=0&ipr=y>
2026-03-25 18:45:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774464331027&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B93jbMUymantvwPWp7Z9Q5uQ5pioE3VgnrmYmFcfv6UhR9mpAxdhSyy0HiGb_Dnid9vaykw_LO50Kcz35dtHR0e0CaytwqLOH5_tInDhaQHdzM9O1P4O8zAg&random=3236460189&rmt_tld=1&ipr=y>
2026-03-25 18:45:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774464331047&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%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=CAQSXQAFq6B9sCnZFvCeGf0YkgHFm_o99roO17hvTPZIHXA19SzwjwedzYFPUXhxoQ6JvlPrjqO4oNrHDWmpikQzzQl-TbS6urEA3o4ZF1al8YT4xtRzG3bKZGoD19lN9Q&random=1096309784&rmt_tld=0&ipr=y>
2026-03-25 18:45:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774464331047&cv=11&fst=1774461600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1728617787.1774464322&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774459018%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=CAQSXQAFq6B9sCnZFvCeGf0YkgHFm_o99roO17hvTPZIHXA19SzwjwedzYFPUXhxoQ6JvlPrjqO4oNrHDWmpikQzzQl-TbS6urEA3o4ZF1al8YT4xtRzG3bKZGoD19lN9Q&random=1096309784&rmt_tld=1&ipr=y>
2026-03-25 18:45:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-25 18:45:33 [ecarstrade.nl] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUkS35-HWZspBYfFnjWiHMd33caQCVq6LhmmKo-yNdFOwFVo2OHEcOwDP1Th', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808160328, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777056313, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': '5cbtbn7curqmh8kmk7h60fh4d0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774493113, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1835981113, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777056313, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': 'e6496bf3-6bfc-477c-ab63-2d5a814d36b4', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809024315, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.1092683670.1774464316', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774550716, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774464376, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': '04d319f5-7513-4d62-99a6-8d3e83c8f579', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806000317, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '_ga', 'value': 'GA1.1.1722166237.1774464316', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837536318, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.1728617787.1774464322', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782240322, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'cc_cookie', 'value': '%7B%22categories%22%3A%5B%22necessary%22%2C%22analytics%22%5D%2C%22revision%22%3A0%2C%22data%22%3Anull%2C%22consentTimestamp%22%3A%222026-03-25T18%3A45%3A22.917Z%22%2C%22consentId%22%3A%22e0a52d25-5343-4cc9-bd05-ae71ceb71adf%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-25T18%3A45%3A22.917Z%22%2C%22expirationTime%22%3A1790189122917%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790189122, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"e0a52d25-5343-4cc9-bd05-ae71ceb71adf","acceptType":"all","acceptedCategories":["necessary","analytics"],"rejectedCategories":[]}', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 2524651200, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Ac1925183-5253-458e-956d-13edc09b4986%22%2C%22%24device_id%22%3A%22c1925183-5253-458e-956d-13edc09b4986%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': 1806000323, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__hstc', 'value': '129379155.38975e5a550000584a14d9c019e88f46.1774464323871.1774464323871.1774464323871.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790016324, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': '38975e5a550000584a14d9c019e88f46', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790016324, '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.1774464323871', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774466124, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'eCT/SESSION_INIT', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774464625, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774464318$o1$g1$t1774464331$j47$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837536331, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'Ne9MnFsz_Cd_dehDU9DBDACCi8heHvTlNWk8l6K5THY-1774464324-1.0.1.1-.EkvBzofEMLx6gKVm7WRjt9bNu4HXjRRK39zCU99iWTLpbtXAVYLyhimha3ovIBVpt16dZO9U8HbV5s7CPnD9clLQaxc0hwfU6VK0vL_NHQ', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774466124, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'VRgbhgYGh7Kcf8yF4OLixhRSf1BJxKPdITYPN9yMBIw-1774464324370-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-25 18:45:33 [ecarstrade.nl] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUkS35-HWZspBYfFnjWiHMd33caQCVq6LhmmKo-yNdFOwFVo2OHEcOwDP1Th', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': '5cbtbn7curqmh8kmk7h60fh4d0', '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': 'e6496bf3-6bfc-477c-ab63-2d5a814d36b4', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.1092683670.1774464316', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': '04d319f5-7513-4d62-99a6-8d3e83c8f579', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.1722166237.1774464316', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.1728617787.1774464322', '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-25T18%3A45%3A22.917Z%22%2C%22consentId%22%3A%22e0a52d25-5343-4cc9-bd05-ae71ceb71adf%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-25T18%3A45%3A22.917Z%22%2C%22expirationTime%22%3A1790189122917%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"e0a52d25-5343-4cc9-bd05-ae71ceb71adf","acceptType":"all","acceptedCategories":["necessary","analytics"],"rejectedCategories":[]}', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Ac1925183-5253-458e-956d-13edc09b4986%22%2C%22%24device_id%22%3A%22c1925183-5253-458e-956d-13edc09b4986%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.38975e5a550000584a14d9c019e88f46.1774464323871.1774464323871.1774464323871.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': '38975e5a550000584a14d9c019e88f46', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774464323871', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/SESSION_INIT', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774464318$o1$g1$t1774464331$j47$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'Ne9MnFsz_Cd_dehDU9DBDACCi8heHvTlNWk8l6K5THY-1774464324-1.0.1.1-.EkvBzofEMLx6gKVm7WRjt9bNu4HXjRRK39zCU99iWTLpbtXAVYLyhimha3ovIBVpt16dZO9U8HbV5s7CPnD9clLQaxc0hwfU6VK0vL_NHQ', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'VRgbhgYGh7Kcf8yF4OLixhRSf1BJxKPdITYPN9yMBIw-1774464324370-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-25 18:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-25 18:45:33 [ecarstrade.nl] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-25 18:45:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:45:40 [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-25 18:45:40 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992750auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992750auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992750auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992793auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992793auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992793auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992784auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992784auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992784auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992783auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992783auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992783auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992790auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992790auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992790auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6995446auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276995446auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6995446auction110917: 2
2026-03-25 18:45:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992787auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992787auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992787auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992728auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992728auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992728auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992745auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992745auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992745auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992741auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992741auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992741auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992725auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992725auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992725auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992739auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992739auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992739auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992742auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992742auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992742auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992746auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992746auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992746auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992743auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992743auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992743auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992751auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992751auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992751auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992768auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992768auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992768auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992777auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992777auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992777auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992747auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992747auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992747auction110917: 0
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Found listing with ID: 6992717auction110917
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992717auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:40 [ecarstrade.nl] INFO: Scrape type for 6992717auction110917: 0
2026-03-25 18:45:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:45:48 [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-25 18:45:48 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992744auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992744auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992744auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992771auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992771auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992771auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992781auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992781auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992781auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992758auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992758auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992758auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992752auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992752auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992752auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992753auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992753auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992753auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992760auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992760auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992760auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992792auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992792auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992792auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992762auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992762auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992762auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992775auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992775auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992775auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992764auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992764auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992764auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992767auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992767auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992767auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992740auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992740auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992740auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992765auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992765auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992765auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992721auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992721auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992721auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992711auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992711auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992711auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992759auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992759auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992759auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992719auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992719auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992719auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992714auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992714auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992714auction110917: 0
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Found listing with ID: 6992735auction110917
2026-03-25 18:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992735auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:48 [ecarstrade.nl] INFO: Scrape type for 6992735auction110917: 0
2026-03-25 18:45:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:45:56 [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-25 18:45:56 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992766auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992766auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992766auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6995445auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276995445auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6995445auction110917: 2
2026-03-25 18:45:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992731auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992731auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992731auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992788auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992788auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992788auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992715auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992715auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992715auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992755auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992755auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992755auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992710auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992710auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992710auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992720auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992720auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992720auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992769auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992769auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992769auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992709auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992709auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992709auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992734auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992734auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992734auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992748auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992748auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992748auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992756auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992756auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992756auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992713auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992713auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992713auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992718auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992718auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992718auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992785auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992785auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992785auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992988auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992988auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992988auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992789auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992789auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992789auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992749auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992749auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992749auction110917: 0
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Found listing with ID: 6992791auction110917
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:45:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992791auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:45:56 [ecarstrade.nl] INFO: Scrape type for 6992791auction110917: 0
2026-03-25 18:45:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:46:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995445> (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-25 18:46:03 [ecarstrade.nl] INFO: Extracting details for car 6995445auction110917
2026-03-25 18:46:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7aaeea6c-ab80-5288-bc9c-0daa3872806e with identifier: 6995445auction110917
2026-03-25 18:46:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7aaeea6c-ab80-5288-bc9c-0daa3872806e with scrape type 2
2026-03-25 18:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7aaeea6c-ab80-5288-bc9c-0daa3872806e with scrape type 2
2026-03-25 18:46:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7aaeea6c-ab80-5288-bc9c-0daa3872806e, identifier: 6995445auction110917
2026-03-25 18:46:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7aaeea6c-ab80-5288-bc9c-0daa3872806e with identifier: 6995445auction110917
2026-03-25 18:46:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 18:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 18:46:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 18:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 18:46:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7aaeea6c-ab80-5288-bc9c-0daa3872806e with identifier: 6995445auction110917
2026-03-25 18:46:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7aaeea6c-ab80-5288-bc9c-0daa3872806e with identifier: 6995445auction110917 to the API
2026-03-25 18:46:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:46:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:46:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995445>
{'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-26T08:10:00Z',
'fuel_type': 'Electric',
'id': '7aaeea6c-ab80-5288-bc9c-0daa3872806e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995445',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 151075,
'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': 'Tesla Model 3 Stnd.RWD Plus 60 kWh',
'transmission': 'automatic',
'trim': 'Stnd.RWD Plus 60 kWh',
'vin': None,
'year': 2020}
2026-03-25 18:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276995445auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:03 [ecarstrade.nl] INFO: Saving data for 6995445auction110917: {'auction_closing_time': 1774512600.0, 'created_time': 1774363725.691406, 'last_price_update_time': 1774464363.779116}
2026-03-25 18:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995445auction110917') HTTP/1.1" 204 0
2026-03-25 18:46:03 [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-25 18:46:04 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992724auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992724auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992724auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992774auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992774auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992774auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992722auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992722auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992722auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992723auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992723auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992723auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992754auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992754auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992754auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992712auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992712auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992712auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992736auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992736auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992736auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992730auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992730auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992730auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992729auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992729auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992729auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992733auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992733auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992733auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992757auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992757auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992757auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992786auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992786auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992786auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992727auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992727auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992727auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992770auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992770auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992770auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992738auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992738auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992738auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992761auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992761auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992761auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992737auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992737auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992737auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992763auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992763auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992763auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992772auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992772auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992772auction110917: 0
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Found listing with ID: 6992776auction110917
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992776auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:04 [ecarstrade.nl] INFO: Scrape type for 6992776auction110917: 0
2026-03-25 18:46:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:46:06 [scrapy.extensions.logstats] INFO: Crawled 6 pages (at 6 pages/min), scraped 1 items (at 1 items/min)
2026-03-25 18:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 202MiB
2026-03-25 18:46:10 [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-25 18:46:10 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:46:10 [ecarstrade.nl] INFO: Found listing with ID: 6992779auction110917
2026-03-25 18:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992779auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:10 [ecarstrade.nl] INFO: Scrape type for 6992779auction110917: 0
2026-03-25 18:46:10 [ecarstrade.nl] INFO: Found listing with ID: 6992782auction110917
2026-03-25 18:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992782auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:10 [ecarstrade.nl] INFO: Scrape type for 6992782auction110917: 0
2026-03-25 18:46:10 [ecarstrade.nl] INFO: Found listing with ID: 6992773auction110917
2026-03-25 18:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992773auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:10 [ecarstrade.nl] INFO: Scrape type for 6992773auction110917: 0
2026-03-25 18:46:10 [ecarstrade.nl] INFO: Found listing with ID: 6992732auction110917
2026-03-25 18:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992732auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:10 [ecarstrade.nl] INFO: Scrape type for 6992732auction110917: 0
2026-03-25 18:46:10 [ecarstrade.nl] INFO: Found listing with ID: 6991631auction110911
2026-03-25 18:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991631auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:10 [ecarstrade.nl] INFO: Scrape type for 6991631auction110911: 0
2026-03-25 18:46:10 [ecarstrade.nl] INFO: Found listing with ID: 6991737auction110911
2026-03-25 18:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991737auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:10 [ecarstrade.nl] INFO: Scrape type for 6991737auction110911: 0
2026-03-25 18:46:10 [ecarstrade.nl] INFO: Found listing with ID: 6992176auction110911
2026-03-25 18:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992176auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Scrape type for 6992176auction110911: 0
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Found listing with ID: 6991682auction110911
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991682auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Scrape type for 6991682auction110911: 0
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Found listing with ID: 6991683auction110911
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991683auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Scrape type for 6991683auction110911: 0
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Found listing with ID: 6991681auction110911
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991681auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Scrape type for 6991681auction110911: 0
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Found listing with ID: 6991648auction110911
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991648auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Scrape type for 6991648auction110911: 0
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Found listing with ID: 6991632auction110911
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991632auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Scrape type for 6991632auction110911: 0
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Found listing with ID: 6992177auction110911
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992177auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Scrape type for 6992177auction110911: 0
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Found listing with ID: 6991633auction110911
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991633auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Scrape type for 6991633auction110911: 0
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Found listing with ID: 6991673auction110911
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991673auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Scrape type for 6991673auction110911: 0
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Found listing with ID: 6991637auction110911
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991637auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Scrape type for 6991637auction110911: 0
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Found listing with ID: 6991754auction110911
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991754auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Scrape type for 6991754auction110911: 0
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Found listing with ID: 6991643auction110911
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991643auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Scrape type for 6991643auction110911: 0
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Found listing with ID: 6991749auction110911
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991749auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Scrape type for 6991749auction110911: 0
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Found listing with ID: 6992184auction110911
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992184auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:11 [ecarstrade.nl] INFO: Scrape type for 6992184auction110911: 0
2026-03-25 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-25 18:46:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995446> (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-25 18:46:15 [ecarstrade.nl] INFO: Extracting details for car 6995446auction110917
2026-03-25 18:46:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8dd23ff-643f-558c-84d3-aa3d847588df with identifier: 6995446auction110917
2026-03-25 18:46:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8dd23ff-643f-558c-84d3-aa3d847588df with scrape type 2
2026-03-25 18:46:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8dd23ff-643f-558c-84d3-aa3d847588df with scrape type 2
2026-03-25 18:46:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a8dd23ff-643f-558c-84d3-aa3d847588df, identifier: 6995446auction110917
2026-03-25 18:46:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a8dd23ff-643f-558c-84d3-aa3d847588df with identifier: 6995446auction110917
2026-03-25 18:46:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 18:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 18:46:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a8dd23ff-643f-558c-84d3-aa3d847588df with identifier: 6995446auction110917
2026-03-25 18:46:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a8dd23ff-643f-558c-84d3-aa3d847588df with identifier: 6995446auction110917 to the API
2026-03-25 18:46:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:46:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995446>
{'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-26T08:10:00Z',
'fuel_type': 'Electric',
'id': 'a8dd23ff-643f-558c-84d3-aa3d847588df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995446',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Ford Mustang Mach-E',
'odometer': 133194,
'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': 'FORD Mustang Mach-E Extended RWD 98 kWh',
'transmission': 'automatic',
'trim': 'FORD Mustang Mach-E Extended RWD 98 kWh',
'vin': None,
'year': 2021}
2026-03-25 18:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276995446auction110917%27 HTTP/1.1" 200 None
2026-03-25 18:46:15 [ecarstrade.nl] INFO: Saving data for 6995446auction110917: {'auction_closing_time': 1774512600.0, 'created_time': 1774363718.234828, 'last_price_update_time': 1774464375.471589}
2026-03-25 18:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995446auction110917') HTTP/1.1" 204 0
2026-03-25 18:46:17 [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-25 18:46:17 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991636auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991636auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991636auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991664auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991664auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991664auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991688auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991688auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991688auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991689auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991689auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991689auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991739auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991739auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991739auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6992183auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992183auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6992183auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991684auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991684auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991684auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991644auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991644auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991644auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991747auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991747auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991747auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991686auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991686auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991686auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991649auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991649auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991649auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991690auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991690auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991690auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991617auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991617auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991617auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991634auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991634auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991634auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6992179auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992179auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6992179auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991653auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991653auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991653auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991698auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991698auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991698auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991935auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991935auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991935auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991755auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991755auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991755auction110911: 0
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Found listing with ID: 6991694auction110911
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991694auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:17 [ecarstrade.nl] INFO: Scrape type for 6991694auction110911: 0
2026-03-25 18:46:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:46:25 [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-25 18:46:25 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Found listing with ID: 6991659auction110911
2026-03-25 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991659auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Scrape type for 6991659auction110911: 0
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Found listing with ID: 6991738auction110911
2026-03-25 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991738auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Scrape type for 6991738auction110911: 0
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Found listing with ID: 6991767auction110911
2026-03-25 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991767auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Scrape type for 6991767auction110911: 0
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Found listing with ID: 6991696auction110911
2026-03-25 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991696auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Scrape type for 6991696auction110911: 0
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Found listing with ID: 6991640auction110911
2026-03-25 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991640auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Scrape type for 6991640auction110911: 0
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Found listing with ID: 6991699auction110911
2026-03-25 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991699auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Scrape type for 6991699auction110911: 0
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Found listing with ID: 6992181auction110911
2026-03-25 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992181auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Scrape type for 6992181auction110911: 0
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Found listing with ID: 6991638auction110911
2026-03-25 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991638auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Scrape type for 6991638auction110911: 0
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Found listing with ID: 6991674auction110911
2026-03-25 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991674auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Scrape type for 6991674auction110911: 0
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Found listing with ID: 6991654auction110911
2026-03-25 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991654auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Scrape type for 6991654auction110911: 0
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Found listing with ID: 6991692auction110911
2026-03-25 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991692auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Scrape type for 6991692auction110911: 0
2026-03-25 18:46:25 [ecarstrade.nl] INFO: Found listing with ID: 6991697auction110911
2026-03-25 18:46:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991697auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Scrape type for 6991697auction110911: 0
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Found listing with ID: 6991791auction110911
2026-03-25 18:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991791auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Scrape type for 6991791auction110911: 0
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Found listing with ID: 6991665auction110911
2026-03-25 18:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991665auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Scrape type for 6991665auction110911: 0
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Found listing with ID: 6991897auction110911
2026-03-25 18:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991897auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Scrape type for 6991897auction110911: 0
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Found listing with ID: 6991625auction110911
2026-03-25 18:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991625auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Scrape type for 6991625auction110911: 0
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Found listing with ID: 6991710auction110911
2026-03-25 18:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991710auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Scrape type for 6991710auction110911: 0
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Found listing with ID: 6991796auction110911
2026-03-25 18:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991796auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Scrape type for 6991796auction110911: 0
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Found listing with ID: 6991691auction110911
2026-03-25 18:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991691auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Scrape type for 6991691auction110911: 0
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Found listing with ID: 6992034auction110911
2026-03-25 18:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992034auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:26 [ecarstrade.nl] INFO: Scrape type for 6992034auction110911: 0
2026-03-25 18:46:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:46:35 [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-25 18:46:35 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991620auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991620auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991620auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991622auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991622auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991622auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991765auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991765auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991765auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991766auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991766auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991766auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991621auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991621auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991621auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991685auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991685auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991685auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991700auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991700auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991700auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991917auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991917auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991917auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991635auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991635auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991635auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991666auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991666auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991666auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6992117auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992117auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6992117auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991657auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991657auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991657auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991677auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991677auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991677auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991730auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991730auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991730auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991750auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991750auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991750auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991748auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991748auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991748auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991687auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991687auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991687auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991949auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991949auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991949auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6992180auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992180auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6992180auction110911: 0
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Found listing with ID: 6991652auction110911
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991652auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:35 [ecarstrade.nl] INFO: Scrape type for 6991652auction110911: 0
2026-03-25 18:46:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:46:43 [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-25 18:46:43 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991630auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991630auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991630auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991628auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991628auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991628auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991639auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991639auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991639auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991743auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991743auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991743auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991642auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991642auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991642auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991627auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991627auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991627auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991742auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991742auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991742auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991778auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991778auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991778auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6992080auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992080auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6992080auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991641auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991641auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991641auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6992125auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276992125auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6992125auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991890auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991890auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991890auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991707auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991707auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991707auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991852auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991852auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991852auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991709auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991709auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991709auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991807auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991807auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991807auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991926auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991926auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991926auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991706auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991706auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991706auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991623auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991623auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991623auction110911: 0
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Found listing with ID: 6991740auction110911
2026-03-25 18:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991740auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:43 [ecarstrade.nl] INFO: Scrape type for 6991740auction110911: 0
2026-03-25 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-25 18:46:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991741auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991741auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991741auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991705auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991705auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991705auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991711auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991711auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991711auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991712auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991712auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991712auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991650auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991650auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991650auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991752auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991752auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991752auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991768auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991768auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991768auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991942auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991942auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991942auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991704auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991704auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991704auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991629auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991629auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991629auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991819auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991819auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991819auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991655auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991655auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991655auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991744auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991744auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991744auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6992026auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992026auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6992026auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991745auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991745auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991745auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6992101auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992101auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6992101auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991624auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991624auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991624auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991729auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991729auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991729auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6992111auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992111auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6992111auction110911: 0
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Found listing with ID: 6991994auction110911
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991994auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:51 [ecarstrade.nl] INFO: Scrape type for 6991994auction110911: 0
2026-03-25 18:46:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:46:57 [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-25 18:46:57 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Found listing with ID: 6992001auction110911
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992001auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Scrape type for 6992001auction110911: 0
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Found listing with ID: 6992073auction110911
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992073auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Scrape type for 6992073auction110911: 0
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Found listing with ID: 6991667auction110911
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991667auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Scrape type for 6991667auction110911: 0
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Found listing with ID: 6991746auction110911
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991746auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Scrape type for 6991746auction110911: 0
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Found listing with ID: 6991975auction110911
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991975auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Scrape type for 6991975auction110911: 0
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Found listing with ID: 6992182auction110911
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992182auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Scrape type for 6992182auction110911: 0
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Found listing with ID: 6991678auction110911
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991678auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Scrape type for 6991678auction110911: 0
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Found listing with ID: 6991751auction110911
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991751auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Scrape type for 6991751auction110911: 0
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Found listing with ID: 6991726auction110911
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991726auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Scrape type for 6991726auction110911: 0
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Found listing with ID: 6992020auction110911
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992020auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Scrape type for 6992020auction110911: 0
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Found listing with ID: 6991960auction110911
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991960auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Scrape type for 6991960auction110911: 0
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Found listing with ID: 6991966auction110911
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991966auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Scrape type for 6991966auction110911: 0
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Found listing with ID: 6991721auction110911
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991721auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Scrape type for 6991721auction110911: 0
2026-03-25 18:46:57 [ecarstrade.nl] INFO: Found listing with ID: 6991727auction110911
2026-03-25 18:46:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991727auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:58 [ecarstrade.nl] INFO: Scrape type for 6991727auction110911: 0
2026-03-25 18:46:58 [ecarstrade.nl] INFO: Found listing with ID: 6991757auction110911
2026-03-25 18:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991757auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:58 [ecarstrade.nl] INFO: Scrape type for 6991757auction110911: 0
2026-03-25 18:46:58 [ecarstrade.nl] INFO: Found listing with ID: 6991812auction110911
2026-03-25 18:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991812auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:58 [ecarstrade.nl] INFO: Scrape type for 6991812auction110911: 0
2026-03-25 18:46:58 [ecarstrade.nl] INFO: Found listing with ID: 6991984auction110911
2026-03-25 18:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991984auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:58 [ecarstrade.nl] INFO: Scrape type for 6991984auction110911: 0
2026-03-25 18:46:58 [ecarstrade.nl] INFO: Found listing with ID: 6991656auction110911
2026-03-25 18:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991656auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:58 [ecarstrade.nl] INFO: Scrape type for 6991656auction110911: 0
2026-03-25 18:46:58 [ecarstrade.nl] INFO: Found listing with ID: 6991702auction110911
2026-03-25 18:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991702auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:58 [ecarstrade.nl] INFO: Scrape type for 6991702auction110911: 0
2026-03-25 18:46:58 [ecarstrade.nl] INFO: Found listing with ID: 6991670auction110911
2026-03-25 18:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991670auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:46:58 [ecarstrade.nl] INFO: Scrape type for 6991670auction110911: 0
2026-03-25 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-25 18:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=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-25 18:47:04 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991868auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991868auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991868auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991693auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991693auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991693auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991719auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991719auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991719auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6992054auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992054auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6992054auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991715auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991715auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991715auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991716auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991716auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991716auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991717auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991717auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991717auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991718auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991718auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991718auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991651auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991651auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991651auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991703auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991703auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991703auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991658auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991658auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991658auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991714auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991714auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991714auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991775auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991775auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991775auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991841auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991841auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991841auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991679auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991679auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991679auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991874auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991874auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991874auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991663auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991663auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991663auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991725auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991725auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Scrape type for 6991725auction110911: 0
2026-03-25 18:47:04 [ecarstrade.nl] INFO: Found listing with ID: 6991645auction110911
2026-03-25 18:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991645auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:05 [ecarstrade.nl] INFO: Scrape type for 6991645auction110911: 0
2026-03-25 18:47:05 [ecarstrade.nl] INFO: Found listing with ID: 6992043auction110911
2026-03-25 18:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992043auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:05 [ecarstrade.nl] INFO: Scrape type for 6992043auction110911: 0
2026-03-25 18:47:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:06 [scrapy.extensions.logstats] INFO: Crawled 15 pages (at 9 pages/min), scraped 2 items (at 1 items/min)
2026-03-25 18:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 241MiB
2026-03-25 18:47:11 [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-25 18:47:11 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:47:11 [ecarstrade.nl] INFO: Found listing with ID: 6991660auction110911
2026-03-25 18:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991660auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:11 [ecarstrade.nl] INFO: Scrape type for 6991660auction110911: 0
2026-03-25 18:47:11 [ecarstrade.nl] INFO: Found listing with ID: 6991661auction110911
2026-03-25 18:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991661auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:11 [ecarstrade.nl] INFO: Scrape type for 6991661auction110911: 0
2026-03-25 18:47:11 [ecarstrade.nl] INFO: Found listing with ID: 6991713auction110911
2026-03-25 18:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991713auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:11 [ecarstrade.nl] INFO: Scrape type for 6991713auction110911: 0
2026-03-25 18:47:11 [ecarstrade.nl] INFO: Found listing with ID: 6991647auction110911
2026-03-25 18:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991647auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:11 [ecarstrade.nl] INFO: Scrape type for 6991647auction110911: 0
2026-03-25 18:47:11 [ecarstrade.nl] INFO: Found listing with ID: 6991676auction110911
2026-03-25 18:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991676auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991676auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6991759auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991759auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991759auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6991728auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991728auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991728auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6991669auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991669auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991669auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6991753auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991753auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991753auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6992060auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276992060auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6992060auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6991720auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991720auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991720auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6991662auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991662auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991662auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6991836auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991836auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991836auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6991736auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991736auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991736auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6991668auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991668auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991668auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6991708auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991708auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991708auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6991646auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991646auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991646auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6991680auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991680auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991680auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6991758auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991758auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991758auction110911: 0
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Found listing with ID: 6991723auction110911
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276991723auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:12 [ecarstrade.nl] INFO: Scrape type for 6991723auction110911: 0
2026-03-25 18:47:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:18 [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-25 18:47:18 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991731auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991731auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Scrape type for 6991731auction110911: 0
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991722auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991722auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Scrape type for 6991722auction110911: 0
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991735auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991735auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Scrape type for 6991735auction110911: 0
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991724auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991724auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Scrape type for 6991724auction110911: 0
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991762auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991762auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Scrape type for 6991762auction110911: 0
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991760auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991760auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Scrape type for 6991760auction110911: 0
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991761auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991761auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Scrape type for 6991761auction110911: 0
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991732auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991732auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Scrape type for 6991732auction110911: 0
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991756auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991756auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Scrape type for 6991756auction110911: 0
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991671auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991671auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Scrape type for 6991671auction110911: 0
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991616auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991616auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Scrape type for 6991616auction110911: 0
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991695auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991695auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Scrape type for 6991695auction110911: 0
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991734auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991734auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Scrape type for 6991734auction110911: 0
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991763auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991763auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Scrape type for 6991763auction110911: 0
2026-03-25 18:47:18 [ecarstrade.nl] INFO: Found listing with ID: 6991764auction110911
2026-03-25 18:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991764auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:19 [ecarstrade.nl] INFO: Scrape type for 6991764auction110911: 0
2026-03-25 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 6991773auction110911
2026-03-25 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276991773auction110911%27 HTTP/1.1" 200 None
2026-03-25 18:47:19 [ecarstrade.nl] INFO: Scrape type for 6991773auction110911: 0
2026-03-25 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 6997130auction110977
2026-03-25 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997130auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:19 [ecarstrade.nl] INFO: Scrape type for 6997130auction110977: 2
2026-03-25 18:47:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 6997521auction110977
2026-03-25 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997521auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:19 [ecarstrade.nl] INFO: Scrape type for 6997521auction110977: 0
2026-03-25 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 6997141auction110977
2026-03-25 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997141auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:19 [ecarstrade.nl] INFO: Scrape type for 6997141auction110977: 2
2026-03-25 18:47:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:19 [ecarstrade.nl] INFO: Found listing with ID: 6997136auction110977
2026-03-25 18:47:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997136auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:19 [ecarstrade.nl] INFO: Scrape type for 6997136auction110977: 2
2026-03-25 18:47:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997136> (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-25 18:47:25 [ecarstrade.nl] INFO: Extracting details for car 6997136auction110977
2026-03-25 18:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8b515de-7c3a-5536-a1a3-f6f5416fc1b3 with identifier: 6997136auction110977
2026-03-25 18:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8b515de-7c3a-5536-a1a3-f6f5416fc1b3 with scrape type 2
2026-03-25 18:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8b515de-7c3a-5536-a1a3-f6f5416fc1b3 with scrape type 2
2026-03-25 18:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d8b515de-7c3a-5536-a1a3-f6f5416fc1b3, identifier: 6997136auction110977
2026-03-25 18:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d8b515de-7c3a-5536-a1a3-f6f5416fc1b3 with identifier: 6997136auction110977
2026-03-25 18:47:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 18:47:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 18:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d8b515de-7c3a-5536-a1a3-f6f5416fc1b3 with identifier: 6997136auction110977
2026-03-25 18:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d8b515de-7c3a-5536-a1a3-f6f5416fc1b3 with identifier: 6997136auction110977 to the API
2026-03-25 18:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:47:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997136>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd8b515de-7c3a-5536-a1a3-f6f5416fc1b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997136',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Sportage',
'odometer': 93351,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE 1.6 T-GDi Hybrid DynamicPlusLine',
'transmission': 'automatic',
'trim': 'KIA SPORTAGE 1.6 T-GDi Hybrid DynamicPlusLine',
'vin': None,
'year': 2022}
2026-03-25 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997136auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:26 [ecarstrade.nl] INFO: Saving data for 6997136auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363966.39306, 'last_price_update_time': 1774464446.284058}
2026-03-25 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997136auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997141> (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-25 18:47:26 [ecarstrade.nl] INFO: Extracting details for car 6997141auction110977
2026-03-25 18:47:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71f22ea1-51e3-5b96-bee9-9387957b5a6a with identifier: 6997141auction110977
2026-03-25 18:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71f22ea1-51e3-5b96-bee9-9387957b5a6a with scrape type 2
2026-03-25 18:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71f22ea1-51e3-5b96-bee9-9387957b5a6a with scrape type 2
2026-03-25 18:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 71f22ea1-51e3-5b96-bee9-9387957b5a6a, identifier: 6997141auction110977
2026-03-25 18:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 71f22ea1-51e3-5b96-bee9-9387957b5a6a with identifier: 6997141auction110977
2026-03-25 18:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 71f22ea1-51e3-5b96-bee9-9387957b5a6a with identifier: 6997141auction110977
2026-03-25 18:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 71f22ea1-51e3-5b96-bee9-9387957b5a6a with identifier: 6997141auction110977 to the API
2026-03-25 18:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:47:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997141>
{'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-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '71f22ea1-51e3-5b96-bee9-9387957b5a6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997141',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Sportage',
'odometer': 71292,
'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': 'KIA SPORTAGE 1.6 T-GDi Hybrid DynamicPlusLine',
'transmission': 'automatic',
'trim': 'KIA SPORTAGE 1.6 T-GDi Hybrid DynamicPlusLine',
'vin': None,
'year': 2023}
2026-03-25 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997141auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:26 [ecarstrade.nl] INFO: Saving data for 6997141auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774364012.684451, 'last_price_update_time': 1774464446.936571}
2026-03-25 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997141auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:30 [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-25 18:47:30 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997123auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997123auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997123auction110977: 2
2026-03-25 18:47:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997135auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997135auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997135auction110977: 2
2026-03-25 18:47:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997515auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997515auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997515auction110977: 0
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997121auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997121auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997121auction110977: 2
2026-03-25 18:47:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997129auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997129auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997129auction110977: 2
2026-03-25 18:47:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997132auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997132auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997132auction110977: 2
2026-03-25 18:47:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997118auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997118auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997118auction110977: 2
2026-03-25 18:47:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997133auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997133auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997133auction110977: 2
2026-03-25 18:47:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997128auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997128auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997128auction110977: 2
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997134auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997134auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997134auction110977: 2
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997126auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997126auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997126auction110977: 2
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997137auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997137auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997137auction110977: 2
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997517auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997517auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997517auction110977: 0
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997140auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997140auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997140auction110977: 2
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997513auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997513auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997513auction110977: 0
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997117auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997117auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997117auction110977: 2
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997127auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997127auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997127auction110977: 2
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997138auction110977
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997138auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Scrape type for 6997138auction110977: 2
2026-03-25 18:47:30 [ecarstrade.nl] INFO: Found listing with ID: 6997131auction110977
2026-03-25 18:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997131auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:31 [ecarstrade.nl] INFO: Scrape type for 6997131auction110977: 2
2026-03-25 18:47:31 [ecarstrade.nl] INFO: Found listing with ID: 6997119auction110977
2026-03-25 18:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997119auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:31 [ecarstrade.nl] INFO: Scrape type for 6997119auction110977: 2
2026-03-25 18:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997118> (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-25 18:47:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:37 [ecarstrade.nl] INFO: Extracting details for car 6997118auction110977
2026-03-25 18:47:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a05a3c85-3d9d-5244-b069-2d130caf48b7 with identifier: 6997118auction110977
2026-03-25 18:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a05a3c85-3d9d-5244-b069-2d130caf48b7 with scrape type 2
2026-03-25 18:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a05a3c85-3d9d-5244-b069-2d130caf48b7 with scrape type 2
2026-03-25 18:47:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a05a3c85-3d9d-5244-b069-2d130caf48b7, identifier: 6997118auction110977
2026-03-25 18:47:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a05a3c85-3d9d-5244-b069-2d130caf48b7 with identifier: 6997118auction110977
2026-03-25 18:47:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 18:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 18:47:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a05a3c85-3d9d-5244-b069-2d130caf48b7 with identifier: 6997118auction110977
2026-03-25 18:47:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a05a3c85-3d9d-5244-b069-2d130caf48b7 with identifier: 6997118auction110977 to the API
2026-03-25 18:47:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:47:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997118>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'a05a3c85-3d9d-5244-b069-2d130caf48b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997118',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 62856,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc 1.0tsi life 81kW',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0tsi life 81kW',
'vin': None,
'year': 2023}
2026-03-25 18:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997118auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:37 [ecarstrade.nl] INFO: Saving data for 6997118auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363930.546543, 'last_price_update_time': 1774464457.44579}
2026-03-25 18:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997118auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997123> (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-25 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-25 18:47:37 [ecarstrade.nl] INFO: Extracting details for car 6997123auction110977
2026-03-25 18:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4a96f5c-7099-5d77-ada1-02eb61fd26ee with identifier: 6997123auction110977
2026-03-25 18:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4a96f5c-7099-5d77-ada1-02eb61fd26ee with scrape type 2
2026-03-25 18:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4a96f5c-7099-5d77-ada1-02eb61fd26ee with scrape type 2
2026-03-25 18:47:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b4a96f5c-7099-5d77-ada1-02eb61fd26ee, identifier: 6997123auction110977
2026-03-25 18:47:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b4a96f5c-7099-5d77-ada1-02eb61fd26ee with identifier: 6997123auction110977
2026-03-25 18:47:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b4a96f5c-7099-5d77-ada1-02eb61fd26ee with identifier: 6997123auction110977
2026-03-25 18:47:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b4a96f5c-7099-5d77-ada1-02eb61fd26ee with identifier: 6997123auction110977 to the API
2026-03-25 18:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:47:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997123>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'b4a96f5c-7099-5d77-ada1-02eb61fd26ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997123',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 104480,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-25',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 35 TFSI Advanced edition',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 35 TFSI Advanced edition',
'vin': None,
'year': 2022}
2026-03-25 18:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997123auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:38 [ecarstrade.nl] INFO: Saving data for 6997123auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363958.529577, 'last_price_update_time': 1774464458.326678}
2026-03-25 18:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997123auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997132> (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-25 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-25 18:47:38 [ecarstrade.nl] INFO: Extracting details for car 6997132auction110977
2026-03-25 18:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e322dad-dce2-54a8-888c-f327f192dd23 with identifier: 6997132auction110977
2026-03-25 18:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e322dad-dce2-54a8-888c-f327f192dd23 with scrape type 2
2026-03-25 18:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e322dad-dce2-54a8-888c-f327f192dd23 with scrape type 2
2026-03-25 18:47:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0e322dad-dce2-54a8-888c-f327f192dd23, identifier: 6997132auction110977
2026-03-25 18:47:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0e322dad-dce2-54a8-888c-f327f192dd23 with identifier: 6997132auction110977
2026-03-25 18:47:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0e322dad-dce2-54a8-888c-f327f192dd23 with identifier: 6997132auction110977
2026-03-25 18:47:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0e322dad-dce2-54a8-888c-f327f192dd23 with identifier: 6997132auction110977 to the API
2026-03-25 18:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:47:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997132>
{'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-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '0e322dad-dce2-54a8-888c-f327f192dd23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997132',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 111175,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.0 eTSI Life Business',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN GOLF 1.0 eTSI Life Business',
'vin': None,
'year': 2023}
2026-03-25 18:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997132auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:38 [ecarstrade.nl] INFO: Saving data for 6997132auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363935.767483, 'last_price_update_time': 1774464458.920599}
2026-03-25 18:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997132auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997121> (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-25 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-25 18:47:39 [ecarstrade.nl] INFO: Extracting details for car 6997121auction110977
2026-03-25 18:47:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d157d92-8c34-5ec8-aadb-dc9d6fb02210 with identifier: 6997121auction110977
2026-03-25 18:47:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d157d92-8c34-5ec8-aadb-dc9d6fb02210 with scrape type 2
2026-03-25 18:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d157d92-8c34-5ec8-aadb-dc9d6fb02210 with scrape type 2
2026-03-25 18:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3d157d92-8c34-5ec8-aadb-dc9d6fb02210, identifier: 6997121auction110977
2026-03-25 18:47:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3d157d92-8c34-5ec8-aadb-dc9d6fb02210 with identifier: 6997121auction110977
2026-03-25 18:47:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3d157d92-8c34-5ec8-aadb-dc9d6fb02210 with identifier: 6997121auction110977
2026-03-25 18:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3d157d92-8c34-5ec8-aadb-dc9d6fb02210 with identifier: 6997121auction110977 to the API
2026-03-25 18:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997121>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '3d157d92-8c34-5ec8-aadb-dc9d6fb02210',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997121',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '3008',
'odometer': 92747,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-10',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 PureTech Blue Lease GT',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PureTech Blue Lease GT',
'vin': None,
'year': 2021}
2026-03-25 18:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997121auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:39 [ecarstrade.nl] INFO: Saving data for 6997121auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363963.63709, 'last_price_update_time': 1774464459.845062}
2026-03-25 18:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997121auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:39 [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-25 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-25 18:47:40 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997120auction110977
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997120auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997120auction110977: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997139auction110977
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997139auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997139auction110977: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997122auction110977
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997122auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997122auction110977: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997125auction110977
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997125auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997125auction110977: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997124auction110977
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997124auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997124auction110977: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997149auction110978
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997149auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997149auction110978: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997150auction110978
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997150auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997150auction110978: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997142auction110978
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997142auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997142auction110978: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997151auction110978
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997151auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997151auction110978: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997148auction110978
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997148auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997148auction110978: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997143auction110978
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997143auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997143auction110978: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997155auction110978
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997155auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997155auction110978: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997154auction110978
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997154auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997154auction110978: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997153auction110978
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997153auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997153auction110978: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997147auction110978
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997147auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997147auction110978: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997156auction110978
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997156auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997156auction110978: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997146auction110978
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997146auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997146auction110978: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997145auction110978
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997145auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997145auction110978: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 6997152auction110978
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997152auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 6997152auction110978: 2
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Found listing with ID: 7000895auction111028
2026-03-25 18:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000895auction111028%27 HTTP/1.1" 200 None
2026-03-25 18:47:40 [ecarstrade.nl] INFO: Scrape type for 7000895auction111028: 0
2026-03-25 18:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997129> (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-25 18:47:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:42 [ecarstrade.nl] INFO: Extracting details for car 6997129auction110977
2026-03-25 18:47:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 995c3d53-50e6-5451-8885-7e2f12265611 with identifier: 6997129auction110977
2026-03-25 18:47:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 995c3d53-50e6-5451-8885-7e2f12265611 with scrape type 2
2026-03-25 18:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 995c3d53-50e6-5451-8885-7e2f12265611 with scrape type 2
2026-03-25 18:47:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 995c3d53-50e6-5451-8885-7e2f12265611, identifier: 6997129auction110977
2026-03-25 18:47:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 995c3d53-50e6-5451-8885-7e2f12265611 with identifier: 6997129auction110977
2026-03-25 18:47:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 995c3d53-50e6-5451-8885-7e2f12265611 with identifier: 6997129auction110977
2026-03-25 18:47:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 995c3d53-50e6-5451-8885-7e2f12265611 with identifier: 6997129auction110977 to the API
2026-03-25 18:47:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:47:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:47:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997129>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '995c3d53-50e6-5451-8885-7e2f12265611',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997129',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 169682,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT 1.5 TSI Elegance Business R',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN PASSAT VARIANT 1.5 TSI Elegance Business R',
'vin': None,
'year': 2020}
2026-03-25 18:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997129auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:43 [ecarstrade.nl] INFO: Saving data for 6997129auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363961.72327, 'last_price_update_time': 1774464463.31897}
2026-03-25 18:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997129auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997133> (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-25 18:47:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:43 [ecarstrade.nl] INFO: Extracting details for car 6997133auction110977
2026-03-25 18:47:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d9e96bd-aacf-534b-9b94-7a744ce882e1 with identifier: 6997133auction110977
2026-03-25 18:47:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d9e96bd-aacf-534b-9b94-7a744ce882e1 with scrape type 2
2026-03-25 18:47:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d9e96bd-aacf-534b-9b94-7a744ce882e1 with scrape type 2
2026-03-25 18:47:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7d9e96bd-aacf-534b-9b94-7a744ce882e1, identifier: 6997133auction110977
2026-03-25 18:47:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7d9e96bd-aacf-534b-9b94-7a744ce882e1 with identifier: 6997133auction110977
2026-03-25 18:47:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 18:47:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 18:47:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7d9e96bd-aacf-534b-9b94-7a744ce882e1 with identifier: 6997133auction110977
2026-03-25 18:47:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7d9e96bd-aacf-534b-9b94-7a744ce882e1 with identifier: 6997133auction110977 to the API
2026-03-25 18:47:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:47:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:47:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997133>
{'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-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '7d9e96bd-aacf-534b-9b94-7a744ce882e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997133',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 113237,
'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': 'VOLKSWAGEN T-Cross 1.0 TSI R-Line',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI R-Line',
'vin': None,
'year': 2022}
2026-03-25 18:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997133auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:44 [ecarstrade.nl] INFO: Saving data for 6997133auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363925.937953, 'last_price_update_time': 1774464464.050249}
2026-03-25 18:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997133auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997128> (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-25 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-25 18:47:44 [ecarstrade.nl] INFO: Extracting details for car 6997128auction110977
2026-03-25 18:47:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e506e7b2-5b65-5c59-8b85-b43319e402cb with identifier: 6997128auction110977
2026-03-25 18:47:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e506e7b2-5b65-5c59-8b85-b43319e402cb with scrape type 2
2026-03-25 18:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e506e7b2-5b65-5c59-8b85-b43319e402cb with scrape type 2
2026-03-25 18:47:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e506e7b2-5b65-5c59-8b85-b43319e402cb, identifier: 6997128auction110977
2026-03-25 18:47:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e506e7b2-5b65-5c59-8b85-b43319e402cb with identifier: 6997128auction110977
2026-03-25 18:47:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e506e7b2-5b65-5c59-8b85-b43319e402cb with identifier: 6997128auction110977
2026-03-25 18:47:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e506e7b2-5b65-5c59-8b85-b43319e402cb with identifier: 6997128auction110977 to the API
2026-03-25 18:47:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:47:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:47:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997128>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'e506e7b2-5b65-5c59-8b85-b43319e402cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997128',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 86859,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.0 e-TSI Business Edition',
'transmission': 'automatic',
'trim': 'SKODA OCTAVIA COMBI 1.0 e-TSI Business Edition',
'vin': None,
'year': 2021}
2026-03-25 18:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997128auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:44 [ecarstrade.nl] INFO: Saving data for 6997128auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363933.14608, 'last_price_update_time': 1774464464.924005}
2026-03-25 18:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997128auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997134> (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-25 18:47:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997126> (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-25 18:47:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:46 [ecarstrade.nl] INFO: Extracting details for car 6997134auction110977
2026-03-25 18:47:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1003cefe-aeec-5201-99ee-9e4e85fee3fc with identifier: 6997134auction110977
2026-03-25 18:47:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1003cefe-aeec-5201-99ee-9e4e85fee3fc with scrape type 2
2026-03-25 18:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1003cefe-aeec-5201-99ee-9e4e85fee3fc with scrape type 2
2026-03-25 18:47:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1003cefe-aeec-5201-99ee-9e4e85fee3fc, identifier: 6997134auction110977
2026-03-25 18:47:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1003cefe-aeec-5201-99ee-9e4e85fee3fc with identifier: 6997134auction110977
2026-03-25 18:47:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1003cefe-aeec-5201-99ee-9e4e85fee3fc with identifier: 6997134auction110977
2026-03-25 18:47:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1003cefe-aeec-5201-99ee-9e4e85fee3fc with identifier: 6997134auction110977 to the API
2026-03-25 18:47:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:47:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997134>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1003cefe-aeec-5201-99ee-9e4e85fee3fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997134',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Niro',
'odometer': 95337,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Niro 1.6 GDi Hybrid DynamicLine',
'transmission': 'automatic',
'trim': 'KIA 1.6 GDi Hybrid DynamicLine',
'vin': None,
'year': 2021}
2026-03-25 18:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997134auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:46 [ecarstrade.nl] INFO: Saving data for 6997134auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363954.266409, 'last_price_update_time': 1774464466.479155}
2026-03-25 18:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997134auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:46 [ecarstrade.nl] INFO: Extracting details for car 6997126auction110977
2026-03-25 18:47:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1608a46a-de22-54a6-aee6-e34e28c0f383 with identifier: 6997126auction110977
2026-03-25 18:47:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1608a46a-de22-54a6-aee6-e34e28c0f383 with scrape type 2
2026-03-25 18:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1608a46a-de22-54a6-aee6-e34e28c0f383 with scrape type 2
2026-03-25 18:47:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1608a46a-de22-54a6-aee6-e34e28c0f383, identifier: 6997126auction110977
2026-03-25 18:47:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1608a46a-de22-54a6-aee6-e34e28c0f383 with identifier: 6997126auction110977
2026-03-25 18:47:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1608a46a-de22-54a6-aee6-e34e28c0f383 with identifier: 6997126auction110977
2026-03-25 18:47:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1608a46a-de22-54a6-aee6-e34e28c0f383 with identifier: 6997126auction110977 to the API
2026-03-25 18:47:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:47:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997126>
{'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-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '1608a46a-de22-54a6-aee6-e34e28c0f383',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997126',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 94509,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-27',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF 1.0 TSI Life',
'vin': None,
'year': 2022}
2026-03-25 18:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997126auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:46 [ecarstrade.nl] INFO: Saving data for 6997126auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363941.642326, 'last_price_update_time': 1774464466.82531}
2026-03-25 18:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997126auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997137> (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-25 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-25 18:47:48 [ecarstrade.nl] INFO: Extracting details for car 6997137auction110977
2026-03-25 18:47:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdaeb5ea-8465-5873-a964-30d559e327d5 with identifier: 6997137auction110977
2026-03-25 18:47:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdaeb5ea-8465-5873-a964-30d559e327d5 with scrape type 2
2026-03-25 18:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdaeb5ea-8465-5873-a964-30d559e327d5 with scrape type 2
2026-03-25 18:47:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: bdaeb5ea-8465-5873-a964-30d559e327d5, identifier: 6997137auction110977
2026-03-25 18:47:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: bdaeb5ea-8465-5873-a964-30d559e327d5 with identifier: 6997137auction110977
2026-03-25 18:47:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: bdaeb5ea-8465-5873-a964-30d559e327d5 with identifier: 6997137auction110977
2026-03-25 18:47:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: bdaeb5ea-8465-5873-a964-30d559e327d5 with identifier: 6997137auction110977 to the API
2026-03-25 18:47:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:47:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997137>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Electric',
'id': 'bdaeb5ea-8465-5873-a964-30d559e327d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997137',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Niro',
'odometer': 119960,
'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': 'KIA e-Niro ExecutiveLine 64 kWh',
'transmission': 'automatic',
'trim': 'KIA e- ExecutiveLine 64 kWh',
'vin': None,
'year': 2020}
2026-03-25 18:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997137auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:49 [ecarstrade.nl] INFO: Saving data for 6997137auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363939.382736, 'last_price_update_time': 1774464469.292098}
2026-03-25 18:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997137auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997140> (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-25 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-25 18:47:49 [ecarstrade.nl] INFO: Extracting details for car 6997140auction110977
2026-03-25 18:47:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83dc2e67-cafc-56aa-8b9b-833b7e2efa7d with identifier: 6997140auction110977
2026-03-25 18:47:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83dc2e67-cafc-56aa-8b9b-833b7e2efa7d with scrape type 2
2026-03-25 18:47:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83dc2e67-cafc-56aa-8b9b-833b7e2efa7d with scrape type 2
2026-03-25 18:47:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 83dc2e67-cafc-56aa-8b9b-833b7e2efa7d, identifier: 6997140auction110977
2026-03-25 18:47:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 83dc2e67-cafc-56aa-8b9b-833b7e2efa7d with identifier: 6997140auction110977
2026-03-25 18:47:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 83dc2e67-cafc-56aa-8b9b-833b7e2efa7d with identifier: 6997140auction110977
2026-03-25 18:47:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 83dc2e67-cafc-56aa-8b9b-833b7e2efa7d with identifier: 6997140auction110977 to the API
2026-03-25 18:47:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:47:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:47:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997140>
{'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-26T10:40:00Z',
'fuel_type': 'Electric',
'id': '83dc2e67-cafc-56aa-8b9b-833b7e2efa7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997140',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 32626,
'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': 'PEUGEOT e-208 EV GT 350 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT EV GT 350 50 kWh',
'vin': None,
'year': 2021}
2026-03-25 18:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997140auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:50 [ecarstrade.nl] INFO: Saving data for 6997140auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363956.261925, 'last_price_update_time': 1774464470.209063}
2026-03-25 18:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997140auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997117> (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-25 18:47:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:50 [ecarstrade.nl] INFO: Extracting details for car 6997117auction110977
2026-03-25 18:47:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30cd451e-3fee-537f-8d32-07db8e060e31 with identifier: 6997117auction110977
2026-03-25 18:47:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30cd451e-3fee-537f-8d32-07db8e060e31 with scrape type 2
2026-03-25 18:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30cd451e-3fee-537f-8d32-07db8e060e31 with scrape type 2
2026-03-25 18:47:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 30cd451e-3fee-537f-8d32-07db8e060e31, identifier: 6997117auction110977
2026-03-25 18:47:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 30cd451e-3fee-537f-8d32-07db8e060e31 with identifier: 6997117auction110977
2026-03-25 18:47:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 30cd451e-3fee-537f-8d32-07db8e060e31 with identifier: 6997117auction110977
2026-03-25 18:47:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 30cd451e-3fee-537f-8d32-07db8e060e31 with identifier: 6997117auction110977 to the API
2026-03-25 18:47:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:47:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:47:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997117>
{'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-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '30cd451e-3fee-537f-8d32-07db8e060e31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997117',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Stonic',
'odometer': 41421,
'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': 'KIA Stonic 1.0 T-GDi MHEV DynamicLine',
'transmission': 'manual',
'trim': 'KIA 1.0 T-GDi MHEV DynamicLine',
'vin': None,
'year': 2021}
2026-03-25 18:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997117auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:50 [ecarstrade.nl] INFO: Saving data for 6997117auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774364018.512903, 'last_price_update_time': 1774464470.667299}
2026-03-25 18:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997117auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997119> (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-25 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-25 18:47:52 [ecarstrade.nl] INFO: Extracting details for car 6997119auction110977
2026-03-25 18:47:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7718dfd-01ea-5982-8ed6-96dc215fcfd7 with identifier: 6997119auction110977
2026-03-25 18:47:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7718dfd-01ea-5982-8ed6-96dc215fcfd7 with scrape type 2
2026-03-25 18:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7718dfd-01ea-5982-8ed6-96dc215fcfd7 with scrape type 2
2026-03-25 18:47:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e7718dfd-01ea-5982-8ed6-96dc215fcfd7, identifier: 6997119auction110977
2026-03-25 18:47:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e7718dfd-01ea-5982-8ed6-96dc215fcfd7 with identifier: 6997119auction110977
2026-03-25 18:47:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e7718dfd-01ea-5982-8ed6-96dc215fcfd7 with identifier: 6997119auction110977
2026-03-25 18:47:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e7718dfd-01ea-5982-8ed6-96dc215fcfd7 with identifier: 6997119auction110977 to the API
2026-03-25 18:47:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:47:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997119>
{'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-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'e7718dfd-01ea-5982-8ed6-96dc215fcfd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997119',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 84902,
'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': 4,
'seller_name': None,
'title': 'VOLKSWAGEN UP! 1.0',
'transmission': 'manual',
'trim': 'VOLKSWAGEN UP! 1.0',
'vin': None,
'year': 2023}
2026-03-25 18:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997119auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:52 [ecarstrade.nl] INFO: Saving data for 6997119auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774364030.213536, 'last_price_update_time': 1774464472.791187}
2026-03-25 18:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997119auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997131> (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-25 18:47:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:54 [ecarstrade.nl] INFO: Extracting details for car 6997131auction110977
2026-03-25 18:47:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12f1e5a8-5c59-51f8-8abc-1d98d1220531 with identifier: 6997131auction110977
2026-03-25 18:47:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12f1e5a8-5c59-51f8-8abc-1d98d1220531 with scrape type 2
2026-03-25 18:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12f1e5a8-5c59-51f8-8abc-1d98d1220531 with scrape type 2
2026-03-25 18:47:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 12f1e5a8-5c59-51f8-8abc-1d98d1220531, identifier: 6997131auction110977
2026-03-25 18:47:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 12f1e5a8-5c59-51f8-8abc-1d98d1220531 with identifier: 6997131auction110977
2026-03-25 18:47:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 12f1e5a8-5c59-51f8-8abc-1d98d1220531 with identifier: 6997131auction110977
2026-03-25 18:47:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 12f1e5a8-5c59-51f8-8abc-1d98d1220531 with identifier: 6997131auction110977 to the API
2026-03-25 18:47:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:47:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997131>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '12f1e5a8-5c59-51f8-8abc-1d98d1220531',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997131',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 126753,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI Comfortline',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO 1.0 TSI Comfortline',
'vin': None,
'year': 2020}
2026-03-25 18:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997131auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:54 [ecarstrade.nl] INFO: Saving data for 6997131auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774364024.685241, 'last_price_update_time': 1774464474.399857}
2026-03-25 18:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997131auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997130> (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-25 18:47:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:56 [ecarstrade.nl] INFO: Extracting details for car 6997130auction110977
2026-03-25 18:47:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9ac979e-2f7b-5ea1-8ba1-bcc01b2f36c2 with identifier: 6997130auction110977
2026-03-25 18:47:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9ac979e-2f7b-5ea1-8ba1-bcc01b2f36c2 with scrape type 2
2026-03-25 18:47:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9ac979e-2f7b-5ea1-8ba1-bcc01b2f36c2 with scrape type 2
2026-03-25 18:47:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f9ac979e-2f7b-5ea1-8ba1-bcc01b2f36c2, identifier: 6997130auction110977
2026-03-25 18:47:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f9ac979e-2f7b-5ea1-8ba1-bcc01b2f36c2 with identifier: 6997130auction110977
2026-03-25 18:47:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f9ac979e-2f7b-5ea1-8ba1-bcc01b2f36c2 with identifier: 6997130auction110977
2026-03-25 18:47:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f9ac979e-2f7b-5ea1-8ba1-bcc01b2f36c2 with identifier: 6997130auction110977 to the API
2026-03-25 18:47:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:47:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997130>
{'auction_title': '',
'c_o_2_emission_value': 66,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f9ac979e-2f7b-5ea1-8ba1-bcc01b2f36c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997130',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Explorer',
'odometer': 47968,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-09',
'seats_number': 7,
'seller_name': None,
'title': 'FORD EXPLORER 3.0 V6 EcoBoost PHEV ST-Line',
'transmission': 'automatic',
'trim': 'FORD EXPLORER 3.0 V6 EcoBoost PHEV ST-Line',
'vin': None,
'year': 2024}
2026-03-25 18:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997130auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:56 [ecarstrade.nl] INFO: Saving data for 6997130auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774364010.544784, 'last_price_update_time': 1774464476.527216}
2026-03-25 18:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997130auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997120> (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-25 18:47:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:57 [ecarstrade.nl] INFO: Extracting details for car 6997120auction110977
2026-03-25 18:47:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87ec23eb-83c5-5a26-a173-9e6155c15f20 with identifier: 6997120auction110977
2026-03-25 18:47:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87ec23eb-83c5-5a26-a173-9e6155c15f20 with scrape type 2
2026-03-25 18:47:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87ec23eb-83c5-5a26-a173-9e6155c15f20 with scrape type 2
2026-03-25 18:47:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 87ec23eb-83c5-5a26-a173-9e6155c15f20, identifier: 6997120auction110977
2026-03-25 18:47:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 87ec23eb-83c5-5a26-a173-9e6155c15f20 with identifier: 6997120auction110977
2026-03-25 18:47:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 18:47:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 18:47:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 87ec23eb-83c5-5a26-a173-9e6155c15f20 with identifier: 6997120auction110977
2026-03-25 18:47:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 87ec23eb-83c5-5a26-a173-9e6155c15f20 with identifier: 6997120auction110977 to the API
2026-03-25 18:47:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:47:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997120>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Diesel',
'id': '87ec23eb-83c5-5a26-a173-9e6155c15f20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997120',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 188532,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.5 BlueHDi Blue Lease Allure',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.5 BlueHDi Blue Lease Allure',
'vin': None,
'year': 2020}
2026-03-25 18:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997120auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:58 [ecarstrade.nl] INFO: Saving data for 6997120auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774364026.952728, 'last_price_update_time': 1774464478.16502}
2026-03-25 18:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997120auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997127> (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-25 18:47:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:58 [ecarstrade.nl] INFO: Extracting details for car 6997127auction110977
2026-03-25 18:47:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7bbe606-ad79-5382-9fd4-65317dd5ed8b with identifier: 6997127auction110977
2026-03-25 18:47:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7bbe606-ad79-5382-9fd4-65317dd5ed8b with scrape type 2
2026-03-25 18:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7bbe606-ad79-5382-9fd4-65317dd5ed8b with scrape type 2
2026-03-25 18:47:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f7bbe606-ad79-5382-9fd4-65317dd5ed8b, identifier: 6997127auction110977
2026-03-25 18:47:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f7bbe606-ad79-5382-9fd4-65317dd5ed8b with identifier: 6997127auction110977
2026-03-25 18:47:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f7bbe606-ad79-5382-9fd4-65317dd5ed8b with identifier: 6997127auction110977
2026-03-25 18:47:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f7bbe606-ad79-5382-9fd4-65317dd5ed8b with identifier: 6997127auction110977 to the API
2026-03-25 18:47:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:47:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997127>
{'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-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'f7bbe606-ad79-5382-9fd4-65317dd5ed8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997127',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Stonic',
'odometer': 64622,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Stonic 1.0 T-GDi MHEV DynamicLine',
'transmission': 'manual',
'trim': 'KIA 1.0 T-GDi MHEV DynamicLine',
'vin': None,
'year': 2021}
2026-03-25 18:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997127auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:47:58 [ecarstrade.nl] INFO: Saving data for 6997127auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774364032.517458, 'last_price_update_time': 1774464478.613888}
2026-03-25 18:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997127auction110977') HTTP/1.1" 204 0
2026-03-25 18:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=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-25 18:47:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:47:58 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:47:58 [ecarstrade.nl] INFO: Found listing with ID: 7000896auction111028
2026-03-25 18:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000896auction111028%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000896auction111028: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000898auction111028
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000898auction111028%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000898auction111028: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000899auction111028
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000899auction111028%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000899auction111028: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000900auction111028
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000900auction111028%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000900auction111028: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000901auction111028
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000901auction111028%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000901auction111028: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000902auction111028
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000902auction111028%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000902auction111028: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000903auction111028
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000903auction111028%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000903auction111028: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000904auction111028
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000904auction111028%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000904auction111028: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000120auction111023
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000120auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000120auction111023: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000165auction111023
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000165auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000165auction111023: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000175auction111023
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000175auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000175auction111023: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000176auction111023
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000176auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000176auction111023: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000121auction111023
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000121auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000121auction111023: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000187auction111023
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000187auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000187auction111023: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000166auction111023
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000166auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000166auction111023: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000161auction111023
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000161auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000161auction111023: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000157auction111023
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000157auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000157auction111023: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000189auction111023
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000189auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000189auction111023: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000145auction111023
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000145auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000145auction111023: 0
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7000164auction111023
2026-03-25 18:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000164auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:47:59 [ecarstrade.nl] INFO: Scrape type for 7000164auction111023: 0
2026-03-25 18:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997152> (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-25 18:48:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:48:00 [ecarstrade.nl] INFO: Extracting details for car 6997152auction110978
2026-03-25 18:48:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23bc1a36-ecf1-5ac2-8c1d-61fa17f07f30 with identifier: 6997152auction110978
2026-03-25 18:48:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23bc1a36-ecf1-5ac2-8c1d-61fa17f07f30 with scrape type 2
2026-03-25 18:48:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23bc1a36-ecf1-5ac2-8c1d-61fa17f07f30 with scrape type 2
2026-03-25 18:48:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 23bc1a36-ecf1-5ac2-8c1d-61fa17f07f30, identifier: 6997152auction110978
2026-03-25 18:48:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 23bc1a36-ecf1-5ac2-8c1d-61fa17f07f30 with identifier: 6997152auction110978
2026-03-25 18:48:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 23bc1a36-ecf1-5ac2-8c1d-61fa17f07f30 with identifier: 6997152auction110978
2026-03-25 18:48:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 23bc1a36-ecf1-5ac2-8c1d-61fa17f07f30 with identifier: 6997152auction110978 to the API
2026-03-25 18:48:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:48:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997152>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '23bc1a36-ecf1-5ac2-8c1d-61fa17f07f30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997152',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Toyota PROACE CITY',
'odometer': 204523,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-21',
'seats_number': None,
'seller_name': None,
'title': 'TOYOTA PROACE CITY 1.5 D-4D Cool Comfort Long',
'transmission': 'manual',
'trim': 'TOYOTA PROE CITY 1.5 D-4D Cool Comfort Long',
'vin': None,
'year': 2020}
2026-03-25 18:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997152auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:48:00 [ecarstrade.nl] INFO: Saving data for 6997152auction110978: {'auction_closing_time': 1774532400.0, 'created_time': 1774363999.720938, 'last_price_update_time': 1774464480.493692}
2026-03-25 18:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997152auction110978') HTTP/1.1" 204 0
2026-03-25 18:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997146> (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-25 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-25 18:48:03 [ecarstrade.nl] INFO: Extracting details for car 6997146auction110978
2026-03-25 18:48:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b88ab34b-236f-5dee-be4c-16d56692ec48 with identifier: 6997146auction110978
2026-03-25 18:48:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b88ab34b-236f-5dee-be4c-16d56692ec48 with scrape type 2
2026-03-25 18:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b88ab34b-236f-5dee-be4c-16d56692ec48 with scrape type 2
2026-03-25 18:48:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b88ab34b-236f-5dee-be4c-16d56692ec48, identifier: 6997146auction110978
2026-03-25 18:48:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b88ab34b-236f-5dee-be4c-16d56692ec48 with identifier: 6997146auction110978
2026-03-25 18:48:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 18:48:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 18:48:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b88ab34b-236f-5dee-be4c-16d56692ec48 with identifier: 6997146auction110978
2026-03-25 18:48:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b88ab34b-236f-5dee-be4c-16d56692ec48 with identifier: 6997146auction110978 to the API
2026-03-25 18:48:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997146>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'b88ab34b-236f-5dee-be4c-16d56692ec48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997146',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 6401,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-04',
'seats_number': 4,
'seller_name': None,
'title': 'TOYOTA Aygo X 1.0 VVT-i MT Pulse',
'transmission': 'manual',
'trim': 'TOYOTA X 1.0 VVT-i MT Pulse',
'vin': None,
'year': 2024}
2026-03-25 18:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997146auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:48:04 [ecarstrade.nl] INFO: Saving data for 6997146auction110978: {'auction_closing_time': 1774532400.0, 'created_time': 1774364003.561148, 'last_price_update_time': 1774464484.096858}
2026-03-25 18:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997146auction110978') HTTP/1.1" 204 0
2026-03-25 18:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997156> (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-25 18:48:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:48:04 [ecarstrade.nl] INFO: Extracting details for car 6997156auction110978
2026-03-25 18:48:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e7822b5-9949-58c6-887b-00da25987433 with identifier: 6997156auction110978
2026-03-25 18:48:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e7822b5-9949-58c6-887b-00da25987433 with scrape type 2
2026-03-25 18:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e7822b5-9949-58c6-887b-00da25987433 with scrape type 2
2026-03-25 18:48:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9e7822b5-9949-58c6-887b-00da25987433, identifier: 6997156auction110978
2026-03-25 18:48:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9e7822b5-9949-58c6-887b-00da25987433 with identifier: 6997156auction110978
2026-03-25 18:48:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9e7822b5-9949-58c6-887b-00da25987433 with identifier: 6997156auction110978
2026-03-25 18:48:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9e7822b5-9949-58c6-887b-00da25987433 with identifier: 6997156auction110978 to the API
2026-03-25 18:48:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997156>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '9e7822b5-9949-58c6-887b-00da25987433',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997156',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 19141,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-15',
'seats_number': 4,
'seller_name': None,
'title': 'TOYOTA Aygo X 1.0 VVT-i MT Envy',
'transmission': 'manual',
'trim': 'TOYOTA X 1.0 VVT-i MT Envy',
'vin': None,
'year': 2024}
2026-03-25 18:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997156auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:48:04 [ecarstrade.nl] INFO: Saving data for 6997156auction110978: {'auction_closing_time': 1774532400.0, 'created_time': 1774363988.773088, 'last_price_update_time': 1774464484.545028}
2026-03-25 18:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997156auction110978') HTTP/1.1" 204 0
2026-03-25 18:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997135> (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-25 18:48:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:48:04 [ecarstrade.nl] INFO: Extracting details for car 6997135auction110977
2026-03-25 18:48:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d877ab4f-a3fd-55f4-862d-a9ee4c699f70 with identifier: 6997135auction110977
2026-03-25 18:48:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d877ab4f-a3fd-55f4-862d-a9ee4c699f70 with scrape type 2
2026-03-25 18:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d877ab4f-a3fd-55f4-862d-a9ee4c699f70 with scrape type 2
2026-03-25 18:48:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d877ab4f-a3fd-55f4-862d-a9ee4c699f70, identifier: 6997135auction110977
2026-03-25 18:48:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d877ab4f-a3fd-55f4-862d-a9ee4c699f70 with identifier: 6997135auction110977
2026-03-25 18:48:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d877ab4f-a3fd-55f4-862d-a9ee4c699f70 with identifier: 6997135auction110977
2026-03-25 18:48:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d877ab4f-a3fd-55f4-862d-a9ee4c699f70 with identifier: 6997135auction110977 to the API
2026-03-25 18:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997135>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd877ab4f-a3fd-55f4-862d-a9ee4c699f70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997135',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'XCeed',
'odometer': 98402,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-17',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Xceed 1.6 GDi PHEV DynamicPlusLine',
'transmission': 'automatic',
'trim': 'KIA Xceed 1.6 GDi PHEV DynamicPlusLine',
'vin': None,
'year': 2022}
2026-03-25 18:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997135auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:48:05 [ecarstrade.nl] INFO: Saving data for 6997135auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363945.209537, 'last_price_update_time': 1774464485.331396}
2026-03-25 18:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997135auction110977') HTTP/1.1" 204 0
2026-03-25 18:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997147> (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-25 18:48:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:48:05 [ecarstrade.nl] INFO: Extracting details for car 6997147auction110978
2026-03-25 18:48:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a014518c-41fc-5909-9fda-1506a973b770 with identifier: 6997147auction110978
2026-03-25 18:48:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a014518c-41fc-5909-9fda-1506a973b770 with scrape type 2
2026-03-25 18:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a014518c-41fc-5909-9fda-1506a973b770 with scrape type 2
2026-03-25 18:48:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a014518c-41fc-5909-9fda-1506a973b770, identifier: 6997147auction110978
2026-03-25 18:48:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a014518c-41fc-5909-9fda-1506a973b770 with identifier: 6997147auction110978
2026-03-25 18:48:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a014518c-41fc-5909-9fda-1506a973b770 with identifier: 6997147auction110978
2026-03-25 18:48:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a014518c-41fc-5909-9fda-1506a973b770 with identifier: 6997147auction110978 to the API
2026-03-25 18:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997147>
{'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-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'a014518c-41fc-5909-9fda-1506a973b770',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997147',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 7481,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-28',
'seats_number': 4,
'seller_name': None,
'title': 'TOYOTA Aygo X 1.0 VVT-i S-CVT Envy',
'transmission': 'automatic',
'trim': 'TOYOTA X 1.0 VVT-i S-CVT Envy',
'vin': None,
'year': 2025}
2026-03-25 18:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997147auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:48:05 [ecarstrade.nl] INFO: Saving data for 6997147auction110978: {'auction_closing_time': 1774532400.0, 'created_time': 1774363984.583362, 'last_price_update_time': 1774464485.879573}
2026-03-25 18:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997147auction110978') HTTP/1.1" 204 0
2026-03-25 18:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997153> (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-25 18:48:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:48:06 [ecarstrade.nl] INFO: Extracting details for car 6997153auction110978
2026-03-25 18:48:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc675d60-483a-57f9-89d0-19ab80f86a27 with identifier: 6997153auction110978
2026-03-25 18:48:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc675d60-483a-57f9-89d0-19ab80f86a27 with scrape type 2
2026-03-25 18:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc675d60-483a-57f9-89d0-19ab80f86a27 with scrape type 2
2026-03-25 18:48:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cc675d60-483a-57f9-89d0-19ab80f86a27, identifier: 6997153auction110978
2026-03-25 18:48:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cc675d60-483a-57f9-89d0-19ab80f86a27 with identifier: 6997153auction110978
2026-03-25 18:48:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cc675d60-483a-57f9-89d0-19ab80f86a27 with identifier: 6997153auction110978
2026-03-25 18:48:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cc675d60-483a-57f9-89d0-19ab80f86a27 with identifier: 6997153auction110978 to the API
2026-03-25 18:48:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997153>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cc675d60-483a-57f9-89d0-19ab80f86a27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997153',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 29308,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-08',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS 1.5 Hybrid 115 First Edition',
'transmission': 'automatic',
'trim': 'TOYOTA YARIS 1.5 Hybrid 115 First Edition',
'vin': None,
'year': 2024}
2026-03-25 18:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997153auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:48:06 [ecarstrade.nl] INFO: Saving data for 6997153auction110978: {'auction_closing_time': 1774532400.0, 'created_time': 1774363982.308356, 'last_price_update_time': 1774464486.961351}
2026-03-25 18:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997153auction110978') HTTP/1.1" 204 0
2026-03-25 18:48:06 [scrapy.extensions.logstats] INFO: Crawled 45 pages (at 30 pages/min), scraped 27 items (at 25 items/min)
2026-03-25 18:48:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 281MiB
2026-03-25 18:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997154> (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-25 18:48:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:48:07 [ecarstrade.nl] INFO: Extracting details for car 6997154auction110978
2026-03-25 18:48:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df1770da-87fc-5143-ad05-e331206c908b with identifier: 6997154auction110978
2026-03-25 18:48:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df1770da-87fc-5143-ad05-e331206c908b with scrape type 2
2026-03-25 18:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df1770da-87fc-5143-ad05-e331206c908b with scrape type 2
2026-03-25 18:48:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: df1770da-87fc-5143-ad05-e331206c908b, identifier: 6997154auction110978
2026-03-25 18:48:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: df1770da-87fc-5143-ad05-e331206c908b with identifier: 6997154auction110978
2026-03-25 18:48:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: df1770da-87fc-5143-ad05-e331206c908b with identifier: 6997154auction110978
2026-03-25 18:48:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: df1770da-87fc-5143-ad05-e331206c908b with identifier: 6997154auction110978 to the API
2026-03-25 18:48:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997154>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'df1770da-87fc-5143-ad05-e331206c908b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997154',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 9588,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-30',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA YARIS 1.5 Hybrid 115 First Edition',
'transmission': 'automatic',
'trim': 'TOYOTA YARIS 1.5 Hybrid 115 First Edition',
'vin': None,
'year': 2024}
2026-03-25 18:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997154auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:48:07 [ecarstrade.nl] INFO: Saving data for 6997154auction110978: {'auction_closing_time': 1774532400.0, 'created_time': 1774363947.343773, 'last_price_update_time': 1774464487.55867}
2026-03-25 18:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997154auction110978') HTTP/1.1" 204 0
2026-03-25 18:48:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997155> (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-25 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-25 18:48:10 [ecarstrade.nl] INFO: Extracting details for car 6997155auction110978
2026-03-25 18:48:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1271cb4e-b3a0-5f7a-a62f-230d355148c7 with identifier: 6997155auction110978
2026-03-25 18:48:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1271cb4e-b3a0-5f7a-a62f-230d355148c7 with scrape type 2
2026-03-25 18:48:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1271cb4e-b3a0-5f7a-a62f-230d355148c7 with scrape type 2
2026-03-25 18:48:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1271cb4e-b3a0-5f7a-a62f-230d355148c7, identifier: 6997155auction110978
2026-03-25 18:48:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1271cb4e-b3a0-5f7a-a62f-230d355148c7 with identifier: 6997155auction110978
2026-03-25 18:48:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1271cb4e-b3a0-5f7a-a62f-230d355148c7 with identifier: 6997155auction110978
2026-03-25 18:48:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1271cb4e-b3a0-5f7a-a62f-230d355148c7 with identifier: 6997155auction110978 to the API
2026-03-25 18:48:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:48:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997155>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1271cb4e-b3a0-5f7a-a62f-230d355148c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997155',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 404,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-29',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Yaris Cross 1.5 Hybrid 115 Active',
'transmission': 'automatic',
'trim': 'TOYOTA 1.5 Hybrid 115 Active',
'vin': None,
'year': 2025}
2026-03-25 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997155auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:48:10 [ecarstrade.nl] INFO: Saving data for 6997155auction110978: {'auction_closing_time': 1774532400.0, 'created_time': 1774363978.085136, 'last_price_update_time': 1774464490.455132}
2026-03-25 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997155auction110978') HTTP/1.1" 204 0
2026-03-25 18:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997143> (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-25 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-25 18:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997148> (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-25 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-25 18:48:11 [ecarstrade.nl] INFO: Extracting details for car 6997143auction110978
2026-03-25 18:48:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b3f438d-2fcb-5e1c-a12d-40510c389619 with identifier: 6997143auction110978
2026-03-25 18:48:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b3f438d-2fcb-5e1c-a12d-40510c389619 with scrape type 2
2026-03-25 18:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b3f438d-2fcb-5e1c-a12d-40510c389619 with scrape type 2
2026-03-25 18:48:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8b3f438d-2fcb-5e1c-a12d-40510c389619, identifier: 6997143auction110978
2026-03-25 18:48:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8b3f438d-2fcb-5e1c-a12d-40510c389619 with identifier: 6997143auction110978
2026-03-25 18:48:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8b3f438d-2fcb-5e1c-a12d-40510c389619 with identifier: 6997143auction110978
2026-03-25 18:48:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8b3f438d-2fcb-5e1c-a12d-40510c389619 with identifier: 6997143auction110978 to the API
2026-03-25 18:48:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997143>
{'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-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8b3f438d-2fcb-5e1c-a12d-40510c389619',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997143',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Suzuki',
'model': 'Vitara',
'odometer': 4473,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-15',
'seats_number': 5,
'seller_name': None,
'title': 'SUZUKI VITARA 1.5 Hybrid Style',
'transmission': 'automatic',
'trim': 'SUZUKI VITARA 1.5 Hybrid Style',
'vin': None,
'year': 2025}
2026-03-25 18:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997143auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:48:12 [ecarstrade.nl] INFO: Saving data for 6997143auction110978: {'auction_closing_time': 1774532400.0, 'created_time': 1774363980.950325, 'last_price_update_time': 1774464492.333355}
2026-03-25 18:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997143auction110978') HTTP/1.1" 204 0
2026-03-25 18:48:12 [ecarstrade.nl] INFO: Extracting details for car 6997148auction110978
2026-03-25 18:48:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2670749-66f5-5427-805d-2aad03fac14b with identifier: 6997148auction110978
2026-03-25 18:48:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2670749-66f5-5427-805d-2aad03fac14b with scrape type 2
2026-03-25 18:48:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2670749-66f5-5427-805d-2aad03fac14b with scrape type 2
2026-03-25 18:48:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e2670749-66f5-5427-805d-2aad03fac14b, identifier: 6997148auction110978
2026-03-25 18:48:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e2670749-66f5-5427-805d-2aad03fac14b with identifier: 6997148auction110978
2026-03-25 18:48:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e2670749-66f5-5427-805d-2aad03fac14b with identifier: 6997148auction110978
2026-03-25 18:48:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e2670749-66f5-5427-805d-2aad03fac14b with identifier: 6997148auction110978 to the API
2026-03-25 18:48:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997148>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e2670749-66f5-5427-805d-2aad03fac14b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997148',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 19275,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-26',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR 1.8 Hybrid 140 First Edition',
'transmission': 'automatic',
'trim': 'TOYOTA 1.8 Hybrid 140 First Edition',
'vin': None,
'year': 2024}
2026-03-25 18:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997148auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:48:12 [ecarstrade.nl] INFO: Saving data for 6997148auction110978: {'auction_closing_time': 1774532400.0, 'created_time': 1774363986.680831, 'last_price_update_time': 1774464492.687367}
2026-03-25 18:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997148auction110978') HTTP/1.1" 204 0
2026-03-25 18:48:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997151> (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-25 18:48:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:48:13 [ecarstrade.nl] INFO: Extracting details for car 6997151auction110978
2026-03-25 18:48:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3b31634-f381-5287-8e13-c04f9b1942d7 with identifier: 6997151auction110978
2026-03-25 18:48:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3b31634-f381-5287-8e13-c04f9b1942d7 with scrape type 2
2026-03-25 18:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3b31634-f381-5287-8e13-c04f9b1942d7 with scrape type 2
2026-03-25 18:48:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c3b31634-f381-5287-8e13-c04f9b1942d7, identifier: 6997151auction110978
2026-03-25 18:48:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c3b31634-f381-5287-8e13-c04f9b1942d7 with identifier: 6997151auction110978
2026-03-25 18:48:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c3b31634-f381-5287-8e13-c04f9b1942d7 with identifier: 6997151auction110978
2026-03-25 18:48:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c3b31634-f381-5287-8e13-c04f9b1942d7 with identifier: 6997151auction110978 to the API
2026-03-25 18:48:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997151>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c3b31634-f381-5287-8e13-c04f9b1942d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997151',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 8493,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-17',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Touring Sports Hybrid 140 Comfort',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports Hybrid 140 Comfort',
'vin': None,
'year': 2025}
2026-03-25 18:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997151auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:48:13 [ecarstrade.nl] INFO: Saving data for 6997151auction110978: {'auction_closing_time': 1774532400.0, 'created_time': 1774363992.63596, 'last_price_update_time': 1774464493.548412}
2026-03-25 18:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997151auction110978') HTTP/1.1" 204 0
2026-03-25 18:48:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997150> (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-25 18:48:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:48:13 [ecarstrade.nl] INFO: Extracting details for car 6997150auction110978
2026-03-25 18:48:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b01ec13-f3ba-5f3b-84c5-f7304acc42d3 with identifier: 6997150auction110978
2026-03-25 18:48:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b01ec13-f3ba-5f3b-84c5-f7304acc42d3 with scrape type 2
2026-03-25 18:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b01ec13-f3ba-5f3b-84c5-f7304acc42d3 with scrape type 2
2026-03-25 18:48:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9b01ec13-f3ba-5f3b-84c5-f7304acc42d3, identifier: 6997150auction110978
2026-03-25 18:48:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9b01ec13-f3ba-5f3b-84c5-f7304acc42d3 with identifier: 6997150auction110978
2026-03-25 18:48:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9b01ec13-f3ba-5f3b-84c5-f7304acc42d3 with identifier: 6997150auction110978
2026-03-25 18:48:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9b01ec13-f3ba-5f3b-84c5-f7304acc42d3 with identifier: 6997150auction110978 to the API
2026-03-25 18:48:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997150>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9b01ec13-f3ba-5f3b-84c5-f7304acc42d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997150',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 8024,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Touring Sports Hybrid 140 Active',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports Hybrid 140 Active',
'vin': None,
'year': 2025}
2026-03-25 18:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997150auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:48:14 [ecarstrade.nl] INFO: Saving data for 6997150auction110978: {'auction_closing_time': 1774532400.0, 'created_time': 1774364006.946984, 'last_price_update_time': 1774464494.257687}
2026-03-25 18:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997150auction110978') HTTP/1.1" 204 0
2026-03-25 18:48:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997142> (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-25 18:48:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:48:15 [ecarstrade.nl] INFO: Extracting details for car 6997142auction110978
2026-03-25 18:48:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39052fc8-6ee8-59ed-867a-73e087a705ba with identifier: 6997142auction110978
2026-03-25 18:48:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39052fc8-6ee8-59ed-867a-73e087a705ba with scrape type 2
2026-03-25 18:48:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39052fc8-6ee8-59ed-867a-73e087a705ba with scrape type 2
2026-03-25 18:48:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 39052fc8-6ee8-59ed-867a-73e087a705ba, identifier: 6997142auction110978
2026-03-25 18:48:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 39052fc8-6ee8-59ed-867a-73e087a705ba with identifier: 6997142auction110978
2026-03-25 18:48:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 18:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 18:48:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 39052fc8-6ee8-59ed-867a-73e087a705ba with identifier: 6997142auction110978
2026-03-25 18:48:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 39052fc8-6ee8-59ed-867a-73e087a705ba with identifier: 6997142auction110978 to the API
2026-03-25 18:48:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997142>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '39052fc8-6ee8-59ed-867a-73e087a705ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997142',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Suzuki Across',
'odometer': 125767,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-11',
'seats_number': 5,
'seller_name': None,
'title': 'SUZUKI Across 2.5 Plug-in Hybrid Style',
'transmission': 'automatic',
'trim': 'SUZUKI Across 2.5 Plug-in Hybrid Style',
'vin': None,
'year': 2022}
2026-03-25 18:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997142auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:48:15 [ecarstrade.nl] INFO: Saving data for 6997142auction110978: {'auction_closing_time': 1774532400.0, 'created_time': 1774363995.774826, 'last_price_update_time': 1774464495.516772}
2026-03-25 18:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997142auction110978') HTTP/1.1" 204 0
2026-03-25 18:48:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997149> (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-25 18:48:16 [ecarstrade.nl] INFO: Extracting details for car 6997149auction110978
2026-03-25 18:48:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c076b63-0f1c-5014-86f1-c0273ecdc859 with identifier: 6997149auction110978
2026-03-25 18:48:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c076b63-0f1c-5014-86f1-c0273ecdc859 with scrape type 2
2026-03-25 18:48:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c076b63-0f1c-5014-86f1-c0273ecdc859 with scrape type 2
2026-03-25 18:48:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9c076b63-0f1c-5014-86f1-c0273ecdc859, identifier: 6997149auction110978
2026-03-25 18:48:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9c076b63-0f1c-5014-86f1-c0273ecdc859 with identifier: 6997149auction110978
2026-03-25 18:48:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9c076b63-0f1c-5014-86f1-c0273ecdc859 with identifier: 6997149auction110978
2026-03-25 18:48:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9c076b63-0f1c-5014-86f1-c0273ecdc859 with identifier: 6997149auction110978 to the API
2026-03-25 18:48:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:48:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997149>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9c076b63-0f1c-5014-86f1-c0273ecdc859',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997149',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Corolla Cross',
'odometer': 16346,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-26',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Cross Hybrid 200 Style',
'transmission': 'automatic',
'trim': 'TOYOTA Hybrid 200 Style',
'vin': None,
'year': 2024}
2026-03-25 18:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997149auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:48:17 [ecarstrade.nl] INFO: Saving data for 6997149auction110978: {'auction_closing_time': 1774532400.0, 'created_time': 1774363951.588726, 'last_price_update_time': 1774464497.148012}
2026-03-25 18:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997149auction110978') HTTP/1.1" 204 0
2026-03-25 18:48:18 [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-25 18:48:18 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:48:18 [ecarstrade.nl] INFO: Found listing with ID: 7000159auction111023
2026-03-25 18:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:18 [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-25 18:48:18 [ecarstrade.nl] INFO: Scrape type for 7000159auction111023: 0
2026-03-25 18:48:18 [ecarstrade.nl] INFO: Found listing with ID: 7000123auction111023
2026-03-25 18:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:18 [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-25 18:48:18 [ecarstrade.nl] INFO: Scrape type for 7000123auction111023: 0
2026-03-25 18:48:18 [ecarstrade.nl] INFO: Found listing with ID: 7000191auction111023
2026-03-25 18:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:18 [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-25 18:48:18 [ecarstrade.nl] INFO: Scrape type for 7000191auction111023: 0
2026-03-25 18:48:18 [ecarstrade.nl] INFO: Found listing with ID: 7000139auction111023
2026-03-25 18:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:18 [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-25 18:48:18 [ecarstrade.nl] INFO: Scrape type for 7000139auction111023: 0
2026-03-25 18:48:18 [ecarstrade.nl] INFO: Found listing with ID: 7000153auction111023
2026-03-25 18:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:18 [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-25 18:48:18 [ecarstrade.nl] INFO: Scrape type for 7000153auction111023: 0
2026-03-25 18:48:18 [ecarstrade.nl] INFO: Found listing with ID: 7000163auction111023
2026-03-25 18:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:18 [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-25 18:48:18 [ecarstrade.nl] INFO: Scrape type for 7000163auction111023: 0
2026-03-25 18:48:18 [ecarstrade.nl] INFO: Found listing with ID: 7000169auction111023
2026-03-25 18:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:18 [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-25 18:48:18 [ecarstrade.nl] INFO: Scrape type for 7000169auction111023: 0
2026-03-25 18:48:18 [ecarstrade.nl] INFO: Found listing with ID: 7000133auction111023
2026-03-25 18:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:18 [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-25 18:48:18 [ecarstrade.nl] INFO: Scrape type for 7000133auction111023: 0
2026-03-25 18:48:18 [ecarstrade.nl] INFO: Found listing with ID: 7000160auction111023
2026-03-25 18:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:18 [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-25 18:48:18 [ecarstrade.nl] INFO: Scrape type for 7000160auction111023: 0
2026-03-25 18:48:18 [ecarstrade.nl] INFO: Found listing with ID: 7000158auction111023
2026-03-25 18:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:18 [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-25 18:48:18 [ecarstrade.nl] INFO: Scrape type for 7000158auction111023: 0
2026-03-25 18:48:18 [ecarstrade.nl] INFO: Found listing with ID: 7000188auction111023
2026-03-25 18:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000188auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Scrape type for 7000188auction111023: 0
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Found listing with ID: 7000190auction111023
2026-03-25 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000190auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Scrape type for 7000190auction111023: 0
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Found listing with ID: 7000162auction111023
2026-03-25 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000162auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Scrape type for 7000162auction111023: 0
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Found listing with ID: 7000170auction111023
2026-03-25 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000170auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Scrape type for 7000170auction111023: 0
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Found listing with ID: 7000149auction111023
2026-03-25 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000149auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Scrape type for 7000149auction111023: 0
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Found listing with ID: 7000124auction111023
2026-03-25 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000124auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Scrape type for 7000124auction111023: 0
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Found listing with ID: 7000172auction111023
2026-03-25 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000172auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Scrape type for 7000172auction111023: 0
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Found listing with ID: 7000148auction111023
2026-03-25 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000148auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Scrape type for 7000148auction111023: 0
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Found listing with ID: 7000171auction111023
2026-03-25 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000171auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Scrape type for 7000171auction111023: 0
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Found listing with ID: 7000127auction111023
2026-03-25 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000127auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Scrape type for 7000127auction111023: 0
2026-03-25 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-25 18:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997124> (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-25 18:48:19 [ecarstrade.nl] INFO: Extracting details for car 6997124auction110977
2026-03-25 18:48:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e2c34ad-15fa-58cb-a942-ecbb51a723a2 with identifier: 6997124auction110977
2026-03-25 18:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e2c34ad-15fa-58cb-a942-ecbb51a723a2 with scrape type 2
2026-03-25 18:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e2c34ad-15fa-58cb-a942-ecbb51a723a2 with scrape type 2
2026-03-25 18:48:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6e2c34ad-15fa-58cb-a942-ecbb51a723a2, identifier: 6997124auction110977
2026-03-25 18:48:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6e2c34ad-15fa-58cb-a942-ecbb51a723a2 with identifier: 6997124auction110977
2026-03-25 18:48:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6e2c34ad-15fa-58cb-a942-ecbb51a723a2 with identifier: 6997124auction110977
2026-03-25 18:48:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6e2c34ad-15fa-58cb-a942-ecbb51a723a2 with identifier: 6997124auction110977 to the API
2026-03-25 18:48:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 18:48:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997124>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '6e2c34ad-15fa-58cb-a942-ecbb51a723a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997124',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 129938,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 4,
'seller_name': None,
'title': 'KIA PICANTO 1.0 DPi DynamicLine',
'transmission': 'manual',
'trim': 'KIA PICANTO 1.0 DPi DynamicLine',
'vin': None,
'year': 2021}
2026-03-25 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997124auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:48:19 [ecarstrade.nl] INFO: Saving data for 6997124auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363990.550473, 'last_price_update_time': 1774464499.820569}
2026-03-25 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997124auction110977') HTTP/1.1" 204 0
2026-03-25 18:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997125> (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-25 18:48:20 [ecarstrade.nl] INFO: Extracting details for car 6997125auction110977
2026-03-25 18:48:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9c91201-d2e2-58da-b24d-038fd993010b with identifier: 6997125auction110977
2026-03-25 18:48:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9c91201-d2e2-58da-b24d-038fd993010b with scrape type 2
2026-03-25 18:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9c91201-d2e2-58da-b24d-038fd993010b with scrape type 2
2026-03-25 18:48:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b9c91201-d2e2-58da-b24d-038fd993010b, identifier: 6997125auction110977
2026-03-25 18:48:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b9c91201-d2e2-58da-b24d-038fd993010b with identifier: 6997125auction110977
2026-03-25 18:48:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b9c91201-d2e2-58da-b24d-038fd993010b with identifier: 6997125auction110977
2026-03-25 18:48:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b9c91201-d2e2-58da-b24d-038fd993010b with identifier: 6997125auction110977 to the API
2026-03-25 18:48:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997125>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'b9c91201-d2e2-58da-b24d-038fd993010b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997125',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 65323,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-30',
'seats_number': 4,
'seller_name': None,
'title': 'KIA PICANTO 1.0 DPi ComfortLine',
'transmission': 'manual',
'trim': 'KIA PICANTO 1.0 DPi ComfortLine',
'vin': None,
'year': 2021}
2026-03-25 18:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997125auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:48:20 [ecarstrade.nl] INFO: Saving data for 6997125auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363998.072355, 'last_price_update_time': 1774464500.373638}
2026-03-25 18:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997125auction110977') HTTP/1.1" 204 0
2026-03-25 18:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997122> (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-25 18:48:20 [ecarstrade.nl] INFO: Extracting details for car 6997122auction110977
2026-03-25 18:48:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82fd00e1-d25e-5f8d-a7a4-e70300bbc797 with identifier: 6997122auction110977
2026-03-25 18:48:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82fd00e1-d25e-5f8d-a7a4-e70300bbc797 with scrape type 2
2026-03-25 18:48:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82fd00e1-d25e-5f8d-a7a4-e70300bbc797 with scrape type 2
2026-03-25 18:48:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 82fd00e1-d25e-5f8d-a7a4-e70300bbc797, identifier: 6997122auction110977
2026-03-25 18:48:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 82fd00e1-d25e-5f8d-a7a4-e70300bbc797 with identifier: 6997122auction110977
2026-03-25 18:48:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 82fd00e1-d25e-5f8d-a7a4-e70300bbc797 with identifier: 6997122auction110977
2026-03-25 18:48:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 82fd00e1-d25e-5f8d-a7a4-e70300bbc797 with identifier: 6997122auction110977 to the API
2026-03-25 18:48:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997122>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '82fd00e1-d25e-5f8d-a7a4-e70300bbc797',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997122',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 48821,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-16',
'seats_number': 4,
'seller_name': None,
'title': 'KIA PICANTO 1.0 DPi ComfortLine',
'transmission': 'manual',
'trim': 'KIA PICANTO 1.0 DPi ComfortLine',
'vin': None,
'year': 2021}
2026-03-25 18:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997122auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:48:20 [ecarstrade.nl] INFO: Saving data for 6997122auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774363949.6615, 'last_price_update_time': 1774464500.832236}
2026-03-25 18:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997122auction110977') HTTP/1.1" 204 0
2026-03-25 18:48:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997139> (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-25 18:48:21 [ecarstrade.nl] INFO: Extracting details for car 6997139auction110977
2026-03-25 18:48:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5842462d-3daa-59c6-8786-1e2cb1786ef8 with identifier: 6997139auction110977
2026-03-25 18:48:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5842462d-3daa-59c6-8786-1e2cb1786ef8 with scrape type 2
2026-03-25 18:48:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5842462d-3daa-59c6-8786-1e2cb1786ef8 with scrape type 2
2026-03-25 18:48:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5842462d-3daa-59c6-8786-1e2cb1786ef8, identifier: 6997139auction110977
2026-03-25 18:48:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5842462d-3daa-59c6-8786-1e2cb1786ef8 with identifier: 6997139auction110977
2026-03-25 18:48:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5842462d-3daa-59c6-8786-1e2cb1786ef8 with identifier: 6997139auction110977
2026-03-25 18:48:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5842462d-3daa-59c6-8786-1e2cb1786ef8 with identifier: 6997139auction110977 to the API
2026-03-25 18:48:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997139>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5842462d-3daa-59c6-8786-1e2cb1786ef8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997139',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 96973,
'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': 4,
'seller_name': None,
'title': 'KIA PICANTO 1.0 DPi DynamicPlusLine',
'transmission': 'manual',
'trim': 'KIA PICANTO 1.0 DPi DynamicPlusLine',
'vin': None,
'year': 2021}
2026-03-25 18:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997139auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:48:22 [ecarstrade.nl] INFO: Saving data for 6997139auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774364058.856996, 'last_price_update_time': 1774464502.049692}
2026-03-25 18:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997139auction110977') HTTP/1.1" 204 0
2026-03-25 18:48:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997138> (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-25 18:48:23 [ecarstrade.nl] INFO: Extracting details for car 6997138auction110977
2026-03-25 18:48:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 995b1b08-1937-5e31-810f-31622e57ac9c with identifier: 6997138auction110977
2026-03-25 18:48:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 995b1b08-1937-5e31-810f-31622e57ac9c with scrape type 2
2026-03-25 18:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 995b1b08-1937-5e31-810f-31622e57ac9c with scrape type 2
2026-03-25 18:48:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 995b1b08-1937-5e31-810f-31622e57ac9c, identifier: 6997138auction110977
2026-03-25 18:48:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 995b1b08-1937-5e31-810f-31622e57ac9c with identifier: 6997138auction110977
2026-03-25 18:48:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 995b1b08-1937-5e31-810f-31622e57ac9c with identifier: 6997138auction110977
2026-03-25 18:48:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 995b1b08-1937-5e31-810f-31622e57ac9c with identifier: 6997138auction110977 to the API
2026-03-25 18:48:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997138>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '995b1b08-1937-5e31-810f-31622e57ac9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997138',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 32253,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-31',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 1.0 Hybrid Cult',
'transmission': 'manual',
'trim': 'FIAT 1.0 Hybrid Cult',
'vin': None,
'year': 2022}
2026-03-25 18:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%276997138auction110977%27 HTTP/1.1" 200 None
2026-03-25 18:48:24 [ecarstrade.nl] INFO: Saving data for 6997138auction110977: {'auction_closing_time': 1774521600.0, 'created_time': 1774364020.650349, 'last_price_update_time': 1774464504.056864}
2026-03-25 18:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997138auction110977') HTTP/1.1" 204 0
2026-03-25 18:48:25 [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-25 18:48:25 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Found listing with ID: 7000138auction111023
2026-03-25 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000138auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Scrape type for 7000138auction111023: 0
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Found listing with ID: 7000129auction111023
2026-03-25 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000129auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Scrape type for 7000129auction111023: 0
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Found listing with ID: 7000134auction111023
2026-03-25 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000134auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Scrape type for 7000134auction111023: 0
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Found listing with ID: 7000155auction111023
2026-03-25 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000155auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Scrape type for 7000155auction111023: 0
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Found listing with ID: 7000122auction111023
2026-03-25 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000122auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Scrape type for 7000122auction111023: 0
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Found listing with ID: 7000128auction111023
2026-03-25 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000128auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Scrape type for 7000128auction111023: 0
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Found listing with ID: 7000136auction111023
2026-03-25 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000136auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Scrape type for 7000136auction111023: 0
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Found listing with ID: 7000131auction111023
2026-03-25 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000131auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Scrape type for 7000131auction111023: 0
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Found listing with ID: 7000126auction111023
2026-03-25 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000126auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Scrape type for 7000126auction111023: 0
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Found listing with ID: 7000156auction111023
2026-03-25 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000156auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Scrape type for 7000156auction111023: 0
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Found listing with ID: 7000135auction111023
2026-03-25 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000135auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Scrape type for 7000135auction111023: 0
2026-03-25 18:48:25 [ecarstrade.nl] INFO: Found listing with ID: 7000154auction111023
2026-03-25 18:48:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000154auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Scrape type for 7000154auction111023: 0
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Found listing with ID: 7000140auction111023
2026-03-25 18:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000140auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Scrape type for 7000140auction111023: 0
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Found listing with ID: 7000125auction111023
2026-03-25 18:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000125auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Scrape type for 7000125auction111023: 0
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Found listing with ID: 7000132auction111023
2026-03-25 18:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000132auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Scrape type for 7000132auction111023: 0
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Found listing with ID: 7000173auction111023
2026-03-25 18:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000173auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Scrape type for 7000173auction111023: 0
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Found listing with ID: 7000141auction111023
2026-03-25 18:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000141auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Scrape type for 7000141auction111023: 0
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Found listing with ID: 7000152auction111023
2026-03-25 18:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000152auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Scrape type for 7000152auction111023: 0
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Found listing with ID: 7000167auction111023
2026-03-25 18:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000167auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Scrape type for 7000167auction111023: 0
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Found listing with ID: 7000142auction111023
2026-03-25 18:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000142auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:26 [ecarstrade.nl] INFO: Scrape type for 7000142auction111023: 0
2026-03-25 18:48:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997145> (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-25 18:48:28 [ecarstrade.nl] INFO: Extracting details for car 6997145auction110978
2026-03-25 18:48:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00eabf49-4a2a-589a-a7a1-142c3f7c127f with identifier: 6997145auction110978
2026-03-25 18:48:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00eabf49-4a2a-589a-a7a1-142c3f7c127f with scrape type 2
2026-03-25 18:48:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00eabf49-4a2a-589a-a7a1-142c3f7c127f with scrape type 2
2026-03-25 18:48:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 00eabf49-4a2a-589a-a7a1-142c3f7c127f, identifier: 6997145auction110978
2026-03-25 18:48:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 00eabf49-4a2a-589a-a7a1-142c3f7c127f with identifier: 6997145auction110978
2026-03-25 18:48:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 00eabf49-4a2a-589a-a7a1-142c3f7c127f with identifier: 6997145auction110978
2026-03-25 18:48:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 00eabf49-4a2a-589a-a7a1-142c3f7c127f with identifier: 6997145auction110978 to the API
2026-03-25 18:48:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 18:48:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 18:48:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997145>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '00eabf49-4a2a-589a-a7a1-142c3f7c127f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997145',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 25401,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-06',
'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': 2024}
2026-03-25 18:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276997145auction110978%27 HTTP/1.1" 200 None
2026-03-25 18:48:28 [ecarstrade.nl] INFO: Saving data for 6997145auction110978: {'auction_closing_time': 1774532400.0, 'created_time': 1774364005.306418, 'last_price_update_time': 1774464508.733973}
2026-03-25 18:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6997145auction110978') HTTP/1.1" 204 0
2026-03-25 18:48:32 [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-25 18:48:32 [ecarstrade.nl] INFO: Found 20 car items
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Found listing with ID: 7000178auction111023
2026-03-25 18:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000178auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Scrape type for 7000178auction111023: 0
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Found listing with ID: 7000174auction111023
2026-03-25 18:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000174auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Scrape type for 7000174auction111023: 0
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Found listing with ID: 7000143auction111023
2026-03-25 18:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000143auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Scrape type for 7000143auction111023: 0
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Found listing with ID: 7000144auction111023
2026-03-25 18:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000144auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Scrape type for 7000144auction111023: 0
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Found listing with ID: 7000130auction111023
2026-03-25 18:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000130auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Scrape type for 7000130auction111023: 0
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Found listing with ID: 7000150auction111023
2026-03-25 18:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000150auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Scrape type for 7000150auction111023: 0
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Found listing with ID: 7000168auction111023
2026-03-25 18:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000168auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Scrape type for 7000168auction111023: 0
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Found listing with ID: 7000177auction111023
2026-03-25 18:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000177auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Scrape type for 7000177auction111023: 0
2026-03-25 18:48:32 [ecarstrade.nl] INFO: Found listing with ID: 7000137auction111023
2026-03-25 18:48:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000137auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Scrape type for 7000137auction111023: 0
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Found listing with ID: 7000151auction111023
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000151auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Scrape type for 7000151auction111023: 0
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Found listing with ID: 7000179auction111023
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000179auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Scrape type for 7000179auction111023: 0
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Found listing with ID: 7000181auction111023
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000181auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Scrape type for 7000181auction111023: 0
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Found listing with ID: 7000180auction111023
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000180auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Scrape type for 7000180auction111023: 0
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Found listing with ID: 7000146auction111023
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000146auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Scrape type for 7000146auction111023: 0
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Found listing with ID: 7000147auction111023
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000147auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Scrape type for 7000147auction111023: 0
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Found listing with ID: 7000182auction111023
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000182auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Scrape type for 7000182auction111023: 0
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Found listing with ID: 7000184auction111023
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000184auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Scrape type for 7000184auction111023: 0
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Found listing with ID: 7000186auction111023
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000186auction111023%27 HTTP/1.1" 200 None
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Scrape type for 7000186auction111023: 0
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Found listing with ID: 6999952auction111021
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999952auction111021%27 HTTP/1.1" 200 None
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Scrape type for 6999952auction111021: 0
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Found listing with ID: 6999954auction111021
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999954auction111021%27 HTTP/1.1" 200 None
2026-03-25 18:48:33 [ecarstrade.nl] INFO: Scrape type for 6999954auction111021: 0
2026-03-25 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-25 18:48:40 [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-25 18:48:40 [ecarstrade.nl] INFO: Found 16 car items
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999947auction111021
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999947auction111021%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999947auction111021: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999957auction111021
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999957auction111021%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999957auction111021: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999956auction111021
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999956auction111021%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999956auction111021: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999949auction111021
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999949auction111021%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999949auction111021: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999946auction111021
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999946auction111021%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999946auction111021: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999955auction111021
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999955auction111021%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999955auction111021: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999950auction111021
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999950auction111021%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999950auction111021: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999951auction111021
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999951auction111021%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999951auction111021: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999953auction111021
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999953auction111021%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999953auction111021: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999948auction111021
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999948auction111021%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999948auction111021: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999443auction111008
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999443auction111008%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999443auction111008: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 7001333auction111008
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277001333auction111008%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 7001333auction111008: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999445auction111008
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999445auction111008%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999445auction111008: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999441auction111008
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999441auction111008%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999441auction111008: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999440auction111008
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999440auction111008%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999440auction111008: 0
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Found listing with ID: 6999442auction111008
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999442auction111008%27 HTTP/1.1" 200 None
2026-03-25 18:48:40 [ecarstrade.nl] INFO: Scrape type for 6999442auction111008: 0
2026-03-25 18:48:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 18:48:46 [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-25 18:48:46 [ecarstrade.nl] INFO: No car items found on page 22
2026-03-25 18:48:46 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-25 18:48:46 [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>: 36, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-25 18:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 18:48:46 [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%201774032526 HTTP/1.1" 200 None
2026-03-25 18:48:47 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (41 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.nl/task_35_2026-03-25T18_45_00.jl
2026-03-25 18:48:47 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 150279,
'downloader/request_count': 64,
'downloader/request_method_count/GET': 64,
'downloader/response_bytes': 33583996,
'downloader/response_count': 64,
'downloader/response_status_count/200': 64,
'elapsed_time_seconds': 220.094983,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 25, 18, 48, 46, 979399, tzinfo=datetime.timezone.utc),
'item_scraped_count': 41,
'log_count/DEBUG': 1606,
'log_count/INFO': 1285,
'memusage/max': 295407616,
'memusage/startup': 149970944,
'playwright/context_count': 1,
'playwright/context_count/max_concurrent': 1,
'playwright/context_count/persistent/False': 1,
'playwright/context_count/remote/False': 1,
'playwright/page_count': 1,
'playwright/page_count/max_concurrent': 1,
'playwright/request_count': 168,
'playwright/request_count/method/GET': 148,
'playwright/request_count/method/POST': 20,
'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': 16,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 82,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 43,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 11,
'playwright/response_count': 168,
'playwright/response_count/method/GET': 148,
'playwright/response_count/method/POST': 20,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 16,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 82,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 43,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 11,
'request_depth_max': 22,
'response_received_count': 64,
'scheduler/dequeued': 64,
'scheduler/dequeued/memory': 64,
'scheduler/enqueued': 64,
'scheduler/enqueued/memory': 64,
'scrape_type/price_update': 41,
'scrape_type/skipped': 375,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 63,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 9.381855596551706,
'scrapy-zyte-api/mean_response_seconds': 9.605954043485875,
'scrapy-zyte-api/processed': 63,
'scrapy-zyte-api/request_args/browserHtml': 63,
'scrapy-zyte-api/request_args/experimental.requestCookies': 63,
'scrapy-zyte-api/request_args/experimental.responseCookies': 63,
'scrapy-zyte-api/request_args/requestHeaders': 63,
'scrapy-zyte-api/request_args/sessionContext': 63,
'scrapy-zyte-api/request_args/url': 63,
'scrapy-zyte-api/status_codes/200': 63,
'scrapy-zyte-api/success': 63,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 25, 18, 45, 6, 884416, tzinfo=datetime.timezone.utc)}
2026-03-25 18:48:47 [scrapy.core.engine] INFO: Spider closed (finished)