2026-03-27 09:45:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-27 09:45:06 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-27 09:45:06 [ecarstrade.nl] INFO: Starting spider ecarstrade.nl
2026-03-27 09:45:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-27 09:45:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-27 09:45:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-27 09:45:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-27 09:45:06 [scrapy.extensions.telnet] INFO: Telnet Password: 2072654ba26a3f52
2026-03-27 09:45:06 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-27 09: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-27T09_45_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-27 09:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 09:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 09:45:06 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-27 09:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-27 09:45:06 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-27 09:45:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-27 09:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-27 09:45:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-27 09:45:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-27 09:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-27 09:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-27 09:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27en%27%20and%20RowKey%20eq%20%27en%27 HTTP/1.1" 200 None
2026-03-27 09:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-27 09:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-27 09:45:06 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-27 09:45:06 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-27 09:45:06 [scrapy.core.engine] INFO: Spider opened
2026-03-27 09:45:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 09:45:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-27 09:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-27 09:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-27 09:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-27 09:45:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-27 09:45:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-27 09:45:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-27 09:45:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-27 09:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-27 09:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-27 09:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-27 09:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-27 09:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/back.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/icons/flags/svg/en.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/exclusive.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/engine.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/doors.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/places.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/warehouse_32x32.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/stripe/powered_by_stripe.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/lightbox/loading.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser> (resource type: fetch, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-27 09:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/app/dist/subscribe.js> (resource type: script, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21)
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=2034067048&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=367344370&gjid=1409812711&cid=1112519533.1774604715&tid=UA-73443533-1&_gid=2130608774.1774604715&_r=1&_slc=1&z=98180745> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774604714392&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1112519533.1774604715&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252&sid=1774604715&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=2453> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1112519533.1774604715>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=1112519533.1774604715>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252&z=1230484454> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774604714392&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1112519533.1774604715&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252&sid=1774604715&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=1774604302&ep.url=%2Fsearch&ep.eventName=search&_et=3&tfd=2492> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=2034067048&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=367344370&gjid=1409812711&cid=1112519533.1774604715&tid=UA-73443533-1&_gid=2130608774.1774604715&_r=1&_slc=1&z=98180745>
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/marksData.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-27 09: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-27 09: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-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774604714392&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1112519533.1774604715&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252&sid=1774604715&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=20&tfd=2943> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=AW-742220279> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1h1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117384406~117484252&apve=1&apvf=f&apvc=1&tft=1774604715962&tfd=2970> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1112519533.1774604715>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252>
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false>
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003803/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/171/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [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-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2> (resource type: font, referrer: https://ecarstrade.com/)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003790/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003806/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003761/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003823/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003757/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003821/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003756/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003755/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003822/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003791/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003819/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003824/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003787/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003803/photo_001/260x0__r.jpg>
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774604714392&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1112519533.1774604715&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252&sid=1774604715&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=1774604302&ep.url=%2Fsearch&ep.eventName=search&_et=3&tfd=2492>
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/171/logo.png>
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/it.png>
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774604716293&cv=11&fst=1774604716293&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=770808353.1774604716&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774604716324&tfd=3332> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774604714392&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1112519533.1774604715&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252&sid=1774604715&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=2453>
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774604714392&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1112519533.1774604715&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252&sid=1774604715&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=20&tfd=2943>
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003753/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003754/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003814/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003763/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003812/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003825/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=1112519533.1774604715>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252&z=1230484454>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774604400000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1h1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117384406~117484252&apve=1&apvf=f&apvc=1&tft=1774604715962&tfd=2970>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003790/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003806/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003761/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003823/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003757/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003821/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003756/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003755/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003822/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003791/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003824/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003819/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003787/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003753/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774604716324&tfd=3332>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003754/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003814/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003812/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003763/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7003825/photo_001/260x0__r.jpg>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/573.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774604400000/5441429.js>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774604716293&cv=11&fst=1774604716293&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=770808353.1774604716&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774604716293&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=770808353.1774604716&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9luFWww0Xvw2Q7lYXMiQEdi0FPNKJxVwwoBnatzpt5MWwG-f-Tn3raaHJlSrDsfxnqqHFVEdx8tB5RlILkAkZQ2Pz5sFGtpxNJc4&random=3807548115&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774604716293&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=770808353.1774604716&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9luFWww0Xvw2Q7lYXMiQEdi0FPNKJxVwwoBnatzpt5MWwG-f-Tn3raaHJlSrDsfxnqqHFVEdx8tB5RlILkAkZQ2Pz5sFGtpxNJc4&random=3807548115&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-27 09: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-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774604716293&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=770808353.1774604716&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9luFWww0Xvw2Q7lYXMiQEdi0FPNKJxVwwoBnatzpt5MWwG-f-Tn3raaHJlSrDsfxnqqHFVEdx8tB5RlILkAkZQ2Pz5sFGtpxNJc4&random=3807548115&rmt_tld=0&ipr=y>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774604716293&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=770808353.1774604716&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9luFWww0Xvw2Q7lYXMiQEdi0FPNKJxVwwoBnatzpt5MWwG-f-Tn3raaHJlSrDsfxnqqHFVEdx8tB5RlILkAkZQ2Pz5sFGtpxNJc4&random=3807548115&rmt_tld=1&ipr=y>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=6d6b93b56e594bb3b8739b0d622432fb&traceId=6d6b93b56e594bb3b8739b0d622432fb> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 09:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://q.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774604718119&vi=b86d58924da62bae76bb700bc400eeb1&nc=true&u=129379155.b86d58924da62bae76bb700bc400eeb1.1774604718118.1774604718118.1774604718118.1&b=129379155.1.1774604718118&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21>
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21>
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/chosen-sprite.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774604718781&vi=b86d58924da62bae76bb700bc400eeb1&nc=true&u=129379155.b86d58924da62bae76bb700bc400eeb1.1774604718118.1774604718118.1774604718118.1&b=129379155.1.1774604718118&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:18 [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=1774604718119&vi=b86d58924da62bae76bb700bc400eeb1&nc=true&u=129379155.b86d58924da62bae76bb700bc400eeb1.1774604718118.1774604718118.1774604718118.1&b=129379155.1.1774604718118&cc=15>
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://q.clarity.ms/collect>
2026-03-27 09:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=6d6b93b56e594bb3b8739b0d622432fb&traceId=6d6b93b56e594bb3b8739b0d622432fb>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774604719067&vi=b86d58924da62bae76bb700bc400eeb1&nc=true&u=129379155.b86d58924da62bae76bb700bc400eeb1.1774604718118.1774604718118.1774604718118.1&b=129379155.1.1774604718118&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774604718781&vi=b86d58924da62bae76bb700bc400eeb1&nc=true&u=129379155.b86d58924da62bae76bb700bc400eeb1.1774604718118.1774604718118.1774604718118.1&b=129379155.1.1774604718118&cc=15>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774604714392&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1112519533.1774604715&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252&sid=1774604715&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=441&tfd=6142> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774604719138&cv=11&fst=1774604719138&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [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=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1h1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117384406~117484252&apve=1&apvf=f&apvc=1&tft=1774604719150&tfd=6158> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774604302&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774604719150&tfd=6158> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://q.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774604714392&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1112519533.1774604715&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252&sid=1774604715&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=441&tfd=6142>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774604719067&vi=b86d58924da62bae76bb700bc400eeb1&nc=true&u=129379155.b86d58924da62bae76bb700bc400eeb1.1774604718118.1774604718118.1774604718118.1&b=129379155.1.1774604718118&cc=15>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774604719138&cv=11&fst=1774604719138&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774604719138&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9BPsmA7DearaTwlJIEtybsBhd0nZ2nmE-6q5VYvuk5N8bRjOek29-YRFQXHZlhnHkSZouQCFZ3J3rKjCCud-xw5Yl522d7aO1LHWNLHoDaJFZxDGNNRXwbg&random=2834723159&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774604719138&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9BPsmA7DearaTwlJIEtybsBhd0nZ2nmE-6q5VYvuk5N8bRjOek29-YRFQXHZlhnHkSZouQCFZ3J3rKjCCud-xw5Yl522d7aO1LHWNLHoDaJFZxDGNNRXwbg&random=2834723159&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [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=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1h1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117384406~117484252&apve=1&apvf=f&apvc=1&tft=1774604719150&tfd=6158>
2026-03-27 09:45:19 [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=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774604302&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774604719150&tfd=6158>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://q.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://q.clarity.ms/collect>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774604719415&vi=b86d58924da62bae76bb700bc400eeb1&nc=true&u=129379155.b86d58924da62bae76bb700bc400eeb1.1774604718118.1774604718118.1774604718118.1&b=129379155.1.1774604718118&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774604719138&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9BPsmA7DearaTwlJIEtybsBhd0nZ2nmE-6q5VYvuk5N8bRjOek29-YRFQXHZlhnHkSZouQCFZ3J3rKjCCud-xw5Yl522d7aO1LHWNLHoDaJFZxDGNNRXwbg&random=2834723159&rmt_tld=0&ipr=y>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774604714392&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1112519533.1774604715&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=5&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252&uid=0&sid=1774604715&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=1774604302&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=3192&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=6530> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774604719535&cv=11&fst=1774604719535&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774604302&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774604719556&tfd=6564> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774604719138&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9BPsmA7DearaTwlJIEtybsBhd0nZ2nmE-6q5VYvuk5N8bRjOek29-YRFQXHZlhnHkSZouQCFZ3J3rKjCCud-xw5Yl522d7aO1LHWNLHoDaJFZxDGNNRXwbg&random=2834723159&rmt_tld=1&ipr=y>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774604714392&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1112519533.1774604715&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=5&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252&uid=0&sid=1774604715&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=1774604302&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=3192&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=6530>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774604719415&vi=b86d58924da62bae76bb700bc400eeb1&nc=true&u=129379155.b86d58924da62bae76bb700bc400eeb1.1774604718118.1774604718118.1774604718118.1&b=129379155.1.1774604718118&cc=15>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774604719535&cv=11&fst=1774604719535&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774604719535&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9y3ftG37ZryOFuDYoEKDI7WgLmmt2DwnlOsZj5v98wQiZV3X_uRbzAwZdF1P1GjIN34rVVWCDkEjzN8mfhiP1dky2rxj9Hey7DyAvcLNQaR1lXZPOM2VZMw&random=2102325973&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774604719535&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9y3ftG37ZryOFuDYoEKDI7WgLmmt2DwnlOsZj5v98wQiZV3X_uRbzAwZdF1P1GjIN34rVVWCDkEjzN8mfhiP1dky2rxj9Hey7DyAvcLNQaR1lXZPOM2VZMw&random=2102325973&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:19 [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=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774604302&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774604719556&tfd=6564>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://q.clarity.ms/collect>
2026-03-27 09:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774604719535&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9y3ftG37ZryOFuDYoEKDI7WgLmmt2DwnlOsZj5v98wQiZV3X_uRbzAwZdF1P1GjIN34rVVWCDkEjzN8mfhiP1dky2rxj9Hey7DyAvcLNQaR1lXZPOM2VZMw&random=2102325973&rmt_tld=0&ipr=y>
2026-03-27 09:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774604719535&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9y3ftG37ZryOFuDYoEKDI7WgLmmt2DwnlOsZj5v98wQiZV3X_uRbzAwZdF1P1GjIN34rVVWCDkEjzN8mfhiP1dky2rxj9Hey7DyAvcLNQaR1lXZPOM2VZMw&random=2102325973&rmt_tld=1&ipr=y>
2026-03-27 09:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-27 09:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://q.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 09:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://q.clarity.ms/collect>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007651/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007649/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007647/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007646/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007651/photo_000/260x0__r.jpg>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007649/photo_000/260x0__r.jpg>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007644/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007642/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007647/photo_000/260x0__r.jpg>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007646/photo_000/260x0__r.jpg>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007408/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [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-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007407/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007404/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/fr.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007642/photo_000/260x0__r.jpg>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007644/photo_000/260x0__r.jpg>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007405/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007402/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007403/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/221/logo.png>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007408/photo_001/260x0__r.jpg>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007407/photo_001/260x0__r.jpg>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007404/photo_001/260x0__r.jpg>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-27 09:45:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007397/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007398/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007399/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007400/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007394/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007405/photo_001/260x0__r.jpg>
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007395/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007396/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007390/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007402/photo_001/260x0__r.jpg>
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007403/photo_001/260x0__r.jpg>
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007397/photo_001/260x0__r.jpg>
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007398/photo_001/260x0__r.jpg>
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007400/photo_001/260x0__r.jpg>
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007399/photo_001/260x0__r.jpg>
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007394/photo_001/260x0__r.jpg>
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007395/photo_001/260x0__r.jpg>
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007396/photo_001/260x0__r.jpg>
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007390/photo_001/260x0__r.jpg>
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774604714392&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1112519533.1774604715&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=6&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252&uid=0&sid=1774604715&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=1774604302&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=382&tfd=11531> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774604714392&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1112519533.1774604715&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=6&tag_exp=0~115616985~115938466~115938469~116991816~117384406~117484252&uid=0&sid=1774604715&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=1774604302&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=382&tfd=11531>
2026-03-27 09:45:24 [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=1774604724765&vi=b86d58924da62bae76bb700bc400eeb1&nc=true&u=129379155.b86d58924da62bae76bb700bc400eeb1.1774604718118.1774604718118.1774604718118.1&b=129379155.1.1774604718118&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774604724810&cv=11&fst=1774604724810&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:24 [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=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774604302&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774604724830&tfd=11838> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774604302&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774604724830&tfd=11838>
2026-03-27 09:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774604724810&cv=11&fst=1774604724810&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-27 09:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774604724810&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%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=CAQSXQAFq6B9cgYstTFrMo-43-bnCSoNPOgiIlWmvkQ5dvzMhEyQNw_K0ggcKPDfK9PYYjhJtX2EK_4Hx-xdIfwn_xeWckfbRZQ-J-li0avErIQneRwZA5mci1HmfYXTRA&random=2015706564&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774604724810&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%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=CAQSXQAFq6B9cgYstTFrMo-43-bnCSoNPOgiIlWmvkQ5dvzMhEyQNw_K0ggcKPDfK9PYYjhJtX2EK_4Hx-xdIfwn_xeWckfbRZQ-J-li0avErIQneRwZA5mci1HmfYXTRA&random=2015706564&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774604724765&vi=b86d58924da62bae76bb700bc400eeb1&nc=true&u=129379155.b86d58924da62bae76bb700bc400eeb1.1774604718118.1774604718118.1774604718118.1&b=129379155.1.1774604718118&cc=15>
2026-03-27 09:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774604724810&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%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=CAQSXQAFq6B9cgYstTFrMo-43-bnCSoNPOgiIlWmvkQ5dvzMhEyQNw_K0ggcKPDfK9PYYjhJtX2EK_4Hx-xdIfwn_xeWckfbRZQ-J-li0avErIQneRwZA5mci1HmfYXTRA&random=2015706564&rmt_tld=0&ipr=y>
2026-03-27 09:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774604724810&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%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=CAQSXQAFq6B9cgYstTFrMo-43-bnCSoNPOgiIlWmvkQ5dvzMhEyQNw_K0ggcKPDfK9PYYjhJtX2EK_4Hx-xdIfwn_xeWckfbRZQ-J-li0avErIQneRwZA5mci1HmfYXTRA&random=2015706564&rmt_tld=1&ipr=y>
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774604727192&cv=11&fst=1774604727192&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774604727220&cv=11&fst=1774604727220&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774604302&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774604727231&tfd=14240> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774604302&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774604727232&tfd=14240> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://q.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774604727192&cv=11&fst=1774604727192&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774604302&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774604727231&tfd=14240>
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774604727192&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9kbQ0W9kNkKkUWm63AdjRTXcVtxwCq3BM65xJI972meBpH0DstcG1cM2w9qTQlqHUU_e_OB5au5HtWDt6Xy0Jh3aD4228FQvQcucbkTpyH1OkR4Cq6iTg_g&random=4293749095&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774604727192&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9kbQ0W9kNkKkUWm63AdjRTXcVtxwCq3BM65xJI972meBpH0DstcG1cM2w9qTQlqHUU_e_OB5au5HtWDt6Xy0Jh3aD4228FQvQcucbkTpyH1OkR4Cq6iTg_g&random=4293749095&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774604727220&cv=11&fst=1774604727220&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=948384457.1774604716&dt=Search%20%7C%20eCarsTrade&auid=770808353.1774604716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774604302&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774604727232&tfd=14240>
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774604727220&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%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=CAQSXQAFq6B9lzNmZpilsmPbJ_njJZfsEljSCbwcKv8aOFaMwZb2aQzmQw7KaFdgXJQRnHOKnGG5bLF-uVTeyfELBU3_F4JlusBUWvU9hHXYsRs8Ug0L0aJrYY-ol0sQfg&random=2099704472&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774604727220&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%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=CAQSXQAFq6B9lzNmZpilsmPbJ_njJZfsEljSCbwcKv8aOFaMwZb2aQzmQw7KaFdgXJQRnHOKnGG5bLF-uVTeyfELBU3_F4JlusBUWvU9hHXYsRs8Ug0L0aJrYY-ol0sQfg&random=2099704472&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774604727192&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9kbQ0W9kNkKkUWm63AdjRTXcVtxwCq3BM65xJI972meBpH0DstcG1cM2w9qTQlqHUU_e_OB5au5HtWDt6Xy0Jh3aD4228FQvQcucbkTpyH1OkR4Cq6iTg_g&random=4293749095&rmt_tld=0&ipr=y>
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774604727220&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%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=CAQSXQAFq6B9lzNmZpilsmPbJ_njJZfsEljSCbwcKv8aOFaMwZb2aQzmQw7KaFdgXJQRnHOKnGG5bLF-uVTeyfELBU3_F4JlusBUWvU9hHXYsRs8Ug0L0aJrYY-ol0sQfg&random=2099704472&rmt_tld=0&ipr=y>
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774604727192&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9kbQ0W9kNkKkUWm63AdjRTXcVtxwCq3BM65xJI972meBpH0DstcG1cM2w9qTQlqHUU_e_OB5au5HtWDt6Xy0Jh3aD4228FQvQcucbkTpyH1OkR4Cq6iTg_g&random=4293749095&rmt_tld=1&ipr=y>
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774604727220&cv=11&fst=1774602000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~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=770808353.1774604716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774604302%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=CAQSXQAFq6B9lzNmZpilsmPbJ_njJZfsEljSCbwcKv8aOFaMwZb2aQzmQw7KaFdgXJQRnHOKnGG5bLF-uVTeyfELBU3_F4JlusBUWvU9hHXYsRs8Ug0L0aJrYY-ol0sQfg&random=2099704472&rmt_tld=1&ipr=y>
2026-03-27 09:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://q.clarity.ms/collect>
2026-03-27 09:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-27 09:45:29 [ecarstrade.nl] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUlT5pIu5McbW4rxcd337J1_1Dq5i40EGVkrJJ4OE4BunzbHsNldDRCKv9d_', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808300719, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777196713, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'hf5akn6qg8t35taosuh7uq93sn', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774633513, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836121513, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777196713, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': 'cc87fd36-32f0-4bbe-bf1b-2fbe91da88d0', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809164715, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.2130608774.1774604715', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774691115, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774604775, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.1112519533.1774604715', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837676715, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.770808353.1774604716', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782380716, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A9c610d44-0f25-4928-a194-b2d27592a70f%22%2C%22%24device_id%22%3A%229c610d44-0f25-4928-a194-b2d27592a70f%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': 1806140716, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': '4dad4a74-1a0a-440d-b14a-8d918b9c929a', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806140717, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hstc', 'value': '129379155.b86d58924da62bae76bb700bc400eeb1.1774604718118.1774604718118.1774604718118.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790156718, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': 'b86d58924da62bae76bb700bc400eeb1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790156718, '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.1774604718118', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774606518, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'cc_cookie', 'value': '%7B%22categories%22%3A%5B%22necessary%22%2C%22analytics%22%5D%2C%22revision%22%3A0%2C%22data%22%3Anull%2C%22consentTimestamp%22%3A%222026-03-27T09%3A45%3A18.807Z%22%2C%22consentId%22%3A%2220ba110a-29be-42b6-bcbd-0c1d76e2391e%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-27T09%3A45%3A18.807Z%22%2C%22expirationTime%22%3A1790329518807%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790329518, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"20ba110a-29be-42b6-bcbd-0c1d76e2391e","acceptType":"all","acceptedCategories":["necessary","analytics"],"rejectedCategories":[]}', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 2524651200, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/SESSION_INIT', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774605023, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774604715$o1$g1$t1774604727$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837676727, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': '9wudxVg3O9.z7Q.0csS1IAHDzhPvBW70pxd8MQ6xRo4-1774604718-1.0.1.1-zakl4box3qVLrz7dLnFtY.1jJkm55VzkmaQmlhObJo_.pDHJL5OJ3tDAeyaJ4DlBLIRJ6gm8M.KX8md32XAWaF_S0CITZ.VRmfeigwtW.XE', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774606518, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'kL_i6OGPA0N1mNn_84QEfDgoNJg2PNxGU9iH7d67yj8-1774604718798-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-27 09:45:29 [ecarstrade.nl] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUlT5pIu5McbW4rxcd337J1_1Dq5i40EGVkrJJ4OE4BunzbHsNldDRCKv9d_', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'hf5akn6qg8t35taosuh7uq93sn', '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': 'cc87fd36-32f0-4bbe-bf1b-2fbe91da88d0', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.2130608774.1774604715', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.1112519533.1774604715', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.770808353.1774604716', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A9c610d44-0f25-4928-a194-b2d27592a70f%22%2C%22%24device_id%22%3A%229c610d44-0f25-4928-a194-b2d27592a70f%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': '4dad4a74-1a0a-440d-b14a-8d918b9c929a', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.b86d58924da62bae76bb700bc400eeb1.1774604718118.1774604718118.1774604718118.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': 'b86d58924da62bae76bb700bc400eeb1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774604718118', '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-27T09%3A45%3A18.807Z%22%2C%22consentId%22%3A%2220ba110a-29be-42b6-bcbd-0c1d76e2391e%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-27T09%3A45%3A18.807Z%22%2C%22expirationTime%22%3A1790329518807%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"20ba110a-29be-42b6-bcbd-0c1d76e2391e","acceptType":"all","acceptedCategories":["necessary","analytics"],"rejectedCategories":[]}', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/SESSION_INIT', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774604715$o1$g1$t1774604727$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': '9wudxVg3O9.z7Q.0csS1IAHDzhPvBW70pxd8MQ6xRo4-1774604718-1.0.1.1-zakl4box3qVLrz7dLnFtY.1jJkm55VzkmaQmlhObJo_.pDHJL5OJ3tDAeyaJ4DlBLIRJ6gm8M.KX8md32XAWaF_S0CITZ.VRmfeigwtW.XE', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'kL_i6OGPA0N1mNn_84QEfDgoNJg2PNxGU9iH7d67yj8-1774604718798-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-27 09:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-27 09:45:29 [ecarstrade.nl] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-27 09:45:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page1?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search) ['zyte-api']
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000895auction111028
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000895auction111028%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7000895auction111028: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000896auction111028
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000896auction111028%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7000896auction111028: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000898auction111028
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000898auction111028%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7000898auction111028: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000899auction111028
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000899auction111028%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7000899auction111028: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000900auction111028
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000900auction111028%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7000900auction111028: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000901auction111028
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000901auction111028%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7000901auction111028: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000902auction111028
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000902auction111028%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7000902auction111028: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000903auction111028
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000903auction111028%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7000903auction111028: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7000904auction111028
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000904auction111028%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7000904auction111028: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7004572auction111081
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004572auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7004572auction111081: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7004573auction111081
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004573auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7004573auction111081: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7004574auction111081
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004574auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7004574auction111081: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7004575auction111081
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004575auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7004575auction111081: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7004576auction111081
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004576auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7004576auction111081: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7004577auction111081
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004577auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7004577auction111081: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7004578auction111081
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004578auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7004578auction111081: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7004579auction111081
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004579auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7004579auction111081: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7004580auction111081
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004580auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7004580auction111081: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7004581auction111081
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004581auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7004581auction111081: 0
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Found listing with ID: 7004582auction111081
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:45:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004582auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:45:36 [ecarstrade.nl] INFO: Scrape type for 7004582auction111081: 0
2026-03-27 09:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:46:06 [scrapy.extensions.logstats] INFO: Crawled 2 pages (at 2 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 09:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-27 09:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004583auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004583auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004583auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004584auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004584auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004584auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004585auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004585auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004585auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004586auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004586auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004586auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004587auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004587auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004587auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004588auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004588auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004588auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004589auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004589auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004589auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004590auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004590auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004590auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004591auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004591auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004591auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004592auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004592auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004592auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004593auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004593auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004593auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004594auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004594auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004594auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004595auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004595auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004595auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004596auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004596auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004596auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004597auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004597auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004597auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004598auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004598auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004598auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004599auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004599auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004599auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004600auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004600auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004600auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004601auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004601auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004601auction111081: 0
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004602auction111081
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004602auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:13 [ecarstrade.nl] INFO: Scrape type for 7004602auction111081: 0
2026-03-27 09:46:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004603auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004603auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004603auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004604auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004604auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004604auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004605auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004605auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004605auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004606auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004606auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004606auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004607auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004607auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004607auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004608auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004608auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004608auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004609auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004609auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004609auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004610auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004610auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004610auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004611auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004611auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004611auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004612auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004612auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004612auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004613auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004613auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004613auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004614auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004614auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004614auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004615auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004615auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004615auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004616auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004616auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004616auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004617auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004617auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004617auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004618auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004618auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004618auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004619auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004619auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004619auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004620auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004620auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004620auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004621auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004621auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004621auction111081: 0
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004622auction111081
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004622auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:20 [ecarstrade.nl] INFO: Scrape type for 7004622auction111081: 0
2026-03-27 09:46:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:46:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004623auction111081
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004623auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Scrape type for 7004623auction111081: 0
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004624auction111081
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004624auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Scrape type for 7004624auction111081: 0
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004625auction111081
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004625auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Scrape type for 7004625auction111081: 0
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004626auction111081
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004626auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Scrape type for 7004626auction111081: 0
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004627auction111081
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004627auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Scrape type for 7004627auction111081: 0
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004628auction111081
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004628auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Scrape type for 7004628auction111081: 0
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004629auction111081
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004629auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Scrape type for 7004629auction111081: 0
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004630auction111081
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004630auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Scrape type for 7004630auction111081: 0
2026-03-27 09:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004631auction111081
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004631auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Scrape type for 7004631auction111081: 0
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Found listing with ID: 7004632auction111081
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004632auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Scrape type for 7004632auction111081: 0
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Found listing with ID: 7004633auction111081
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004633auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Scrape type for 7004633auction111081: 0
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Found listing with ID: 7004634auction111081
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004634auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Scrape type for 7004634auction111081: 0
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Found listing with ID: 7004635auction111081
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004635auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Scrape type for 7004635auction111081: 0
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Found listing with ID: 7004636auction111081
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004636auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Scrape type for 7004636auction111081: 0
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Found listing with ID: 7004637auction111081
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004637auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Scrape type for 7004637auction111081: 0
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Found listing with ID: 7004638auction111081
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004638auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Scrape type for 7004638auction111081: 0
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Found listing with ID: 7004639auction111081
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004639auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Scrape type for 7004639auction111081: 0
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Found listing with ID: 7004640auction111081
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004640auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Scrape type for 7004640auction111081: 0
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Found listing with ID: 7004641auction111081
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004641auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Scrape type for 7004641auction111081: 0
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Found listing with ID: 7004642auction111081
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004642auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:28 [ecarstrade.nl] INFO: Scrape type for 7004642auction111081: 0
2026-03-27 09:46:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:46:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004643auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004643auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004643auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004644auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004644auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004644auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004645auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004645auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004645auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004646auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004646auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004646auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004647auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004647auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004647auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004648auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004648auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004648auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004649auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004649auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004649auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004650auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004650auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004650auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004651auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004651auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004651auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004652auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004652auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004652auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004653auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004653auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004653auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004654auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004654auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004654auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004655auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004655auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004655auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004656auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004656auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004656auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004657auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004657auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004657auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004658auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004658auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004658auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004659auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004659auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004659auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004660auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004660auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004660auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004661auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004661auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004661auction111081: 0
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Found listing with ID: 7004662auction111081
2026-03-27 09:46:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004662auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:35 [ecarstrade.nl] INFO: Scrape type for 7004662auction111081: 0
2026-03-27 09: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-27 09:46:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:46:41 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:46:41 [ecarstrade.nl] INFO: Found listing with ID: 7004663auction111081
2026-03-27 09:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004663auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:41 [ecarstrade.nl] INFO: Scrape type for 7004663auction111081: 0
2026-03-27 09:46:41 [ecarstrade.nl] INFO: Found listing with ID: 7004664auction111081
2026-03-27 09:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004664auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:41 [ecarstrade.nl] INFO: Scrape type for 7004664auction111081: 0
2026-03-27 09:46:41 [ecarstrade.nl] INFO: Found listing with ID: 7004665auction111081
2026-03-27 09:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004665auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004665auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004666auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004666auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004666auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004667auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004667auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004667auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004668auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004668auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004668auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004669auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004669auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004669auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004670auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004670auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004670auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004671auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004671auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004671auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004672auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004672auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004672auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004673auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004673auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004673auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004674auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004674auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004674auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004675auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004675auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004675auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004676auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004676auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004676auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004677auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004677auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004677auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004678auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004678auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004678auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004679auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004679auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004679auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004680auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004680auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004680auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004681auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004681auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004681auction111081: 0
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Found listing with ID: 7004682auction111081
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004682auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:42 [ecarstrade.nl] INFO: Scrape type for 7004682auction111081: 0
2026-03-27 09:46:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:46:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:46:48 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:46:48 [ecarstrade.nl] INFO: Found listing with ID: 7004683auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004683auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004683auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004684auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004684auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004684auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004685auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004685auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004685auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004686auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004686auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004686auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004687auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004687auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004687auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004688auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004688auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004688auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004689auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004689auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004689auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004690auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004690auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004690auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004691auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004691auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004691auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004692auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004692auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004692auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004693auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004693auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004693auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004694auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004694auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004694auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004695auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004695auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004695auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004696auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004696auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004696auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004697auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004697auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004697auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004698auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004698auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004698auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004699auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004699auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004699auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004700auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004700auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004700auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004701auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004701auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004701auction111081: 0
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Found listing with ID: 7004702auction111081
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004702auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:49 [ecarstrade.nl] INFO: Scrape type for 7004702auction111081: 0
2026-03-27 09:46:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:46:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:46:55 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004703auction111081
2026-03-27 09:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004703auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:55 [ecarstrade.nl] INFO: Scrape type for 7004703auction111081: 0
2026-03-27 09:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004704auction111081
2026-03-27 09:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004704auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:55 [ecarstrade.nl] INFO: Scrape type for 7004704auction111081: 0
2026-03-27 09:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004705auction111081
2026-03-27 09:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004705auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:55 [ecarstrade.nl] INFO: Scrape type for 7004705auction111081: 0
2026-03-27 09:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004706auction111081
2026-03-27 09:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004706auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:55 [ecarstrade.nl] INFO: Scrape type for 7004706auction111081: 0
2026-03-27 09:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004707auction111081
2026-03-27 09:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004707auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:55 [ecarstrade.nl] INFO: Scrape type for 7004707auction111081: 0
2026-03-27 09:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004708auction111081
2026-03-27 09:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004708auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:55 [ecarstrade.nl] INFO: Scrape type for 7004708auction111081: 0
2026-03-27 09:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004709auction111081
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004709auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Scrape type for 7004709auction111081: 0
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Found listing with ID: 7004710auction111081
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004710auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Scrape type for 7004710auction111081: 0
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Found listing with ID: 7004711auction111081
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004711auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Scrape type for 7004711auction111081: 0
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Found listing with ID: 7004712auction111081
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004712auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Scrape type for 7004712auction111081: 0
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Found listing with ID: 7004713auction111081
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004713auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Scrape type for 7004713auction111081: 0
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Found listing with ID: 7004714auction111081
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004714auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Scrape type for 7004714auction111081: 0
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Found listing with ID: 7004715auction111081
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004715auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Scrape type for 7004715auction111081: 0
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Found listing with ID: 7004716auction111081
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004716auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Scrape type for 7004716auction111081: 0
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Found listing with ID: 7004717auction111081
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004717auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Scrape type for 7004717auction111081: 0
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Found listing with ID: 7004718auction111081
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004718auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Scrape type for 7004718auction111081: 0
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Found listing with ID: 7004719auction111081
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004719auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Scrape type for 7004719auction111081: 0
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Found listing with ID: 7004720auction111081
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004720auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Scrape type for 7004720auction111081: 0
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Found listing with ID: 7004721auction111081
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004721auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Scrape type for 7004721auction111081: 0
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Found listing with ID: 7004722auction111081
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004722auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:46:56 [ecarstrade.nl] INFO: Scrape type for 7004722auction111081: 0
2026-03-27 09:46:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:47:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7004723auction111081
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004723auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7004723auction111081: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7004724auction111081
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004724auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7004724auction111081: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7004725auction111081
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004725auction111081%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7004725auction111081: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000120auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000120auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000120auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000165auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000165auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000165auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000175auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000175auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000175auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000176auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000176auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000176auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000121auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000121auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000121auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000187auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000187auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000187auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000166auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000166auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000166auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000161auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000161auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000161auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000157auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000157auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000157auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000189auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000189auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000189auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000145auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000145auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000145auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000164auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000164auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000164auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000159auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000159auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000159auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000123auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000123auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000123auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000191auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000191auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000191auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000139auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000139auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000139auction111023: 0
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Found listing with ID: 7000153auction111023
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000153auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:03 [ecarstrade.nl] INFO: Scrape type for 7000153auction111023: 0
2026-03-27 09:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:47:06 [scrapy.extensions.logstats] INFO: Crawled 10 pages (at 8 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 09:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 221MiB
2026-03-27 09:47:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000163auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000163auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000163auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000169auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000169auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000169auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000133auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000133auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000133auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000160auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000160auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000160auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000158auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000158auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000158auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000188auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000188auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000188auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000190auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000190auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000190auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000162auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000162auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000162auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000170auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000170auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000170auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000149auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000149auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000149auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000124auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000124auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000124auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000172auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000172auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000172auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000148auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000148auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000148auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000171auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000171auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000171auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000127auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000127auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000127auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000138auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000138auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000138auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000129auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000129auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000129auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000134auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000134auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000134auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000155auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000155auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000155auction111023: 0
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Found listing with ID: 7000122auction111023
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000122auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:10 [ecarstrade.nl] INFO: Scrape type for 7000122auction111023: 0
2026-03-27 09:47:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:47:16 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7000128auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000128auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000128auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000136auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000136auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000136auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000131auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000131auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000131auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000126auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000126auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000126auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000156auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000156auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000156auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000135auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000135auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000135auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000154auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000154auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000154auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000140auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000140auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000140auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000125auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000125auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000125auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000132auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000132auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000132auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000173auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000173auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000173auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000141auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000141auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000141auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000152auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000152auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000152auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000167auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000167auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000167auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000142auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000142auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000142auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000178auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000178auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000178auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000174auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000174auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000174auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000143auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000143auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000143auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000144auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000144auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000144auction111023: 0
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Found listing with ID: 7000130auction111023
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000130auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:17 [ecarstrade.nl] INFO: Scrape type for 7000130auction111023: 0
2026-03-27 09:47:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7000150auction111023
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000150auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7000150auction111023: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7000168auction111023
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000168auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7000168auction111023: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7000177auction111023
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000177auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7000177auction111023: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7000137auction111023
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000137auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7000137auction111023: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7000151auction111023
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000151auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7000151auction111023: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7000179auction111023
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000179auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7000179auction111023: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7000181auction111023
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000181auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7000181auction111023: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7000180auction111023
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000180auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7000180auction111023: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7000146auction111023
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000146auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7000146auction111023: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7000147auction111023
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000147auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7000147auction111023: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7000182auction111023
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000182auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7000182auction111023: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7000184auction111023
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000184auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7000184auction111023: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7000186auction111023
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000186auction111023%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7000186auction111023: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7005149auction111084
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005149auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7005149auction111084: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7005206auction111084
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005206auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7005206auction111084: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7005207auction111084
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005207auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7005207auction111084: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7005205auction111084
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005205auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7005205auction111084: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7005203auction111084
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005203auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7005203auction111084: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7005148auction111084
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005148auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7005148auction111084: 0
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Found listing with ID: 7005204auction111084
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005204auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:25 [ecarstrade.nl] INFO: Scrape type for 7005204auction111084: 0
2026-03-27 09:47:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:47:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005166auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005166auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005166auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005208auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005208auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005208auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005192auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005192auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005192auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005169auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005169auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005169auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005147auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005147auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005147auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005181auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005181auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005181auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005146auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005146auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005146auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005151auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005151auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005151auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005165auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005165auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005165auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005202auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005202auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005202auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005193auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005193auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005193auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005163auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005163auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005163auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005194auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005194auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005194auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005167auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005167auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005167auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005196auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005196auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005196auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005184auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005184auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005184auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005170auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005170auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005170auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005168auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005168auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005168auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005154auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005154auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005154auction111084: 0
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Found listing with ID: 7005176auction111084
2026-03-27 09:47:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005176auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:31 [ecarstrade.nl] INFO: Scrape type for 7005176auction111084: 0
2026-03-27 09:47:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005157auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005157auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005157auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005209auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005209auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005209auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005158auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005158auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005158auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005161auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005161auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005161auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005191auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005191auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005191auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005177auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005177auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005177auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005190auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005190auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005190auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005162auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005162auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005162auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005159auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005159auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005159auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005164auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005164auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005164auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005178auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005178auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005178auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005179auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005179auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005179auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005188auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005188auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005188auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005153auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005153auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005153auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005155auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005155auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005155auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005156auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005156auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005156auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005175auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005175auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005175auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005152auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005152auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005152auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005187auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005187auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005187auction111084: 0
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Found listing with ID: 7005189auction111084
2026-03-27 09:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005189auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:38 [ecarstrade.nl] INFO: Scrape type for 7005189auction111084: 0
2026-03-27 09:47:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7005185auction111084
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005185auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7005185auction111084: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7005201auction111084
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005201auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7005201auction111084: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7005199auction111084
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005199auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7005199auction111084: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7005173auction111084
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005173auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7005173auction111084: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7005200auction111084
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005200auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7005200auction111084: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7005150auction111084
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005150auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7005150auction111084: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7005197auction111084
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005197auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7005197auction111084: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7005195auction111084
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005195auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7005195auction111084: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7005172auction111084
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005172auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7005172auction111084: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7005198auction111084
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005198auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7005198auction111084: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7005171auction111084
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277005171auction111084%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7005171auction111084: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7004123auction111077
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004123auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7004123auction111077: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7004138auction111077
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004138auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7004138auction111077: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7004128auction111077
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004128auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7004128auction111077: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7004124auction111077
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004124auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7004124auction111077: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7004136auction111077
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004136auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7004136auction111077: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7004147auction111077
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004147auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7004147auction111077: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7004126auction111077
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004126auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7004126auction111077: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7004255auction111077
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004255auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7004255auction111077: 0
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Found listing with ID: 7004285auction111077
2026-03-27 09:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004285auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:46 [ecarstrade.nl] INFO: Scrape type for 7004285auction111077: 0
2026-03-27 09: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-27 09:47:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:47:53 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:47:53 [ecarstrade.nl] INFO: Found listing with ID: 7004283auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004283auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004283auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004190auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004190auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004190auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004289auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004289auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004289auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004155auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004155auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004155auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004260auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004260auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004260auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004253auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004253auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004253auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004135auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004135auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004135auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004139auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004139auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004139auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004133auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004133auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004133auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004254auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004254auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004254auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004279auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004279auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004279auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004192auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004192auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004192auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004193auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004193auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004193auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004196auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004196auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004196auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004278auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004278auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004278auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004131auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004131auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004131auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004275auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004275auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004275auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004127auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004127auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004127auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004290auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004290auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004290auction111077: 0
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Found listing with ID: 7004169auction111077
2026-03-27 09:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004169auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:47:54 [ecarstrade.nl] INFO: Scrape type for 7004169auction111077: 0
2026-03-27 09:47:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:48:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004263auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004263auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004263auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004261auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004261auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004261auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004282auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004282auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004282auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004315auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004315auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004315auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004251auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004251auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004251auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004252auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004252auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004252auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004250auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004250auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004250auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004163auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004163auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004163auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004114auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004114auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004114auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004141auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004141auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004141auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004262auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004262auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004262auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004314auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004314auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004314auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004265auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004265auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004265auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004313auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004313auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004313auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004117auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004117auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004117auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004161auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004161auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004161auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004154auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004154auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004154auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004264auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004264auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004264auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004177auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004177auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004177auction111077: 0
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Found listing with ID: 7004195auction111077
2026-03-27 09:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004195auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:00 [ecarstrade.nl] INFO: Scrape type for 7004195auction111077: 0
2026-03-27 09: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-27 09:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7004266auction111077
2026-03-27 09:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004266auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Scrape type for 7004266auction111077: 0
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7004189auction111077
2026-03-27 09:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004189auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Scrape type for 7004189auction111077: 0
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7004130auction111077
2026-03-27 09:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004130auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Scrape type for 7004130auction111077: 0
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7004119auction111077
2026-03-27 09:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004119auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Scrape type for 7004119auction111077: 0
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7004157auction111077
2026-03-27 09:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004157auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Scrape type for 7004157auction111077: 0
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7004182auction111077
2026-03-27 09:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004182auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Scrape type for 7004182auction111077: 0
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7004323auction111077
2026-03-27 09:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004323auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Scrape type for 7004323auction111077: 0
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7004110auction111077
2026-03-27 09:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004110auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Scrape type for 7004110auction111077: 0
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7004115auction111077
2026-03-27 09:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004115auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Scrape type for 7004115auction111077: 0
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7004149auction111077
2026-03-27 09:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004149auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Scrape type for 7004149auction111077: 0
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7004258auction111077
2026-03-27 09:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004258auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Scrape type for 7004258auction111077: 0
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7004122auction111077
2026-03-27 09:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004122auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Scrape type for 7004122auction111077: 0
2026-03-27 09:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7004318auction111077
2026-03-27 09:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004318auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Scrape type for 7004318auction111077: 0
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Found listing with ID: 7004287auction111077
2026-03-27 09:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004287auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Scrape type for 7004287auction111077: 0
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Found listing with ID: 7004288auction111077
2026-03-27 09:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004288auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Scrape type for 7004288auction111077: 0
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Found listing with ID: 7004297auction111077
2026-03-27 09:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004297auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Scrape type for 7004297auction111077: 0
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Found listing with ID: 7004257auction111077
2026-03-27 09:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004257auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Scrape type for 7004257auction111077: 0
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Found listing with ID: 7004259auction111077
2026-03-27 09:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004259auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Scrape type for 7004259auction111077: 0
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Found listing with ID: 7004299auction111077
2026-03-27 09:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004299auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Scrape type for 7004299auction111077: 0
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Found listing with ID: 7004324auction111077
2026-03-27 09:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004324auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:07 [ecarstrade.nl] INFO: Scrape type for 7004324auction111077: 0
2026-03-27 09:48:07 [scrapy.extensions.logstats] INFO: Crawled 19 pages (at 9 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 09:48:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 272MiB
2026-03-27 09: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-27 09:48:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004291auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004291auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004291auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004292auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004292auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004292auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004116auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004116auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004116auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004142auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004142auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004142auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004179auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004179auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004179auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004317auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004317auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004317auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004118auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004118auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004118auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004168auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004168auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004168auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004143auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004143auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004143auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004284auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004284auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004284auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004113auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004113auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004113auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004121auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004121auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004121auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004271auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004271auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004271auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004109auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004109auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004109auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004188auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004188auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004188auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004293auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004293auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004293auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004120auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004120auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004120auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004274auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004274auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004274auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004309auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004309auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004309auction111077: 0
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Found listing with ID: 7004272auction111077
2026-03-27 09:48:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004272auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:14 [ecarstrade.nl] INFO: Scrape type for 7004272auction111077: 0
2026-03-27 09: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-27 09:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004320auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004320auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004320auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004148auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004148auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004148auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004268auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004268auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004268auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004294auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004294auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004294auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004277auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004277auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004277auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004107auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004107auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004107auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004159auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004159auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004159auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004172auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004172auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004172auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004269auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004269auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004269auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004296auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004296auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004296auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004160auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004160auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004160auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004273auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004273auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004273auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004280auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004280auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004280auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004298auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004298auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004298auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004267auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004267auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004267auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004286auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004286auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004286auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004295auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004295auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004295auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004322auction111077
2026-03-27 09:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09: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%277004322auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Scrape type for 7004322auction111077: 0
2026-03-27 09:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004164auction111077
2026-03-27 09:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004164auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:21 [ecarstrade.nl] INFO: Scrape type for 7004164auction111077: 0
2026-03-27 09:48:21 [ecarstrade.nl] INFO: Found listing with ID: 7004145auction111077
2026-03-27 09:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004145auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:21 [ecarstrade.nl] INFO: Scrape type for 7004145auction111077: 0
2026-03-27 09:48:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:48:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004316auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004316auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004316auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004321auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004321auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004321auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004108auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004108auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004108auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004270auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004270auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004270auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004101auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004101auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004101auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004102auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004102auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004102auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004104auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004104auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004104auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004106auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004106auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004106auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004103auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004103auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004103auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004105auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004105auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004105auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7005063auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005063auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7005063auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004176auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004176auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004176auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004276auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004276auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004276auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004312auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004312auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004312auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004311auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004311auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004311auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004152auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004152auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004152auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004325auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004325auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004325auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004170auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004170auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004170auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004174auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004174auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004174auction111077: 0
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Found listing with ID: 7004301auction111077
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004301auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:48:58 [ecarstrade.nl] INFO: Scrape type for 7004301auction111077: 0
2026-03-27 09:48:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004167auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004167auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004167auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004175auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004175auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004175auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004151auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004151auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004151auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004165auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004165auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004165auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004183auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004183auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004183auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004319auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004319auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004319auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004306auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004306auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004306auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004184auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004184auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004184auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004281auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004281auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004281auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004310auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004310auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004310auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004308auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004308auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004308auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004186auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004186auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004186auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004300auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004300auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004300auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004256auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004256auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004256auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004112auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004112auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004112auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004111auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004111auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004111auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004100auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004100auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004100auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004180auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004180auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004180auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7004307auction111077
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004307auction111077%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7004307auction111077: 0
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Found listing with ID: 7006194auction111095
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006194auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:05 [ecarstrade.nl] INFO: Scrape type for 7006194auction111095: 0
2026-03-27 09:49:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:06 [scrapy.extensions.logstats] INFO: Crawled 23 pages (at 4 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 09:49:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 295MiB
2026-03-27 09:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006216auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006216auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006216auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006221auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006221auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006221auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006486auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006486auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006486auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006485auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006485auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006485auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006223auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006223auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006223auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006202auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006202auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006202auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006187auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006187auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006187auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006174auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006174auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006174auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006178auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006178auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006178auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006111auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006111auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006111auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006108auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006108auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006108auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006488auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006488auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006488auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006098auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006098auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006098auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006191auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006191auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006191auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006107auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006107auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006107auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006104auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006104auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006104auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006214auction111095
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006214auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Scrape type for 7006214auction111095: 0
2026-03-27 09:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7006219auction111095
2026-03-27 09:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006219auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:15 [ecarstrade.nl] INFO: Scrape type for 7006219auction111095: 0
2026-03-27 09:49:15 [ecarstrade.nl] INFO: Found listing with ID: 7006100auction111095
2026-03-27 09:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006100auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:15 [ecarstrade.nl] INFO: Scrape type for 7006100auction111095: 0
2026-03-27 09:49:15 [ecarstrade.nl] INFO: Found listing with ID: 7006123auction111095
2026-03-27 09:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006123auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:15 [ecarstrade.nl] INFO: Scrape type for 7006123auction111095: 0
2026-03-27 09:49:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:21 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:49:21 [ecarstrade.nl] INFO: Found listing with ID: 7006114auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006114auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006114auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006186auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006186auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006186auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006110auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006110auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006110auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006135auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006135auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006135auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006102auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006102auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006102auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006129auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006129auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006129auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006181auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006181auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006181auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006119auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006119auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006119auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006206auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006206auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006206auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006208auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006208auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006208auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006198auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006198auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006198auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006117auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006117auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006117auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006176auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006176auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006176auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006139auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006139auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006139auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006164auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006164auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006164auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006196auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006196auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006196auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006166auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006166auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006166auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006183auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006183auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006183auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006200auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006200auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006200auction111095: 0
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Found listing with ID: 7006212auction111095
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006212auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:22 [ecarstrade.nl] INFO: Scrape type for 7006212auction111095: 0
2026-03-27 09:49:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 7006116auction111095
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006116auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 7006116auction111095: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 7006151auction111095
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006151auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 7006151auction111095: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 7006097auction111095
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006097auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 7006097auction111095: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 7006125auction111095
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006125auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 7006125auction111095: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 7006155auction111095
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006155auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 7006155auction111095: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 7006146auction111095
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006146auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 7006146auction111095: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 7006161auction111095
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006161auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 7006161auction111095: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 7006169auction111095
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006169auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 7006169auction111095: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 7006142auction111095
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006142auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 7006142auction111095: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 7006172auction111095
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006172auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 7006172auction111095: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 7006203auction111095
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006203auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 7006203auction111095: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 7006127auction111095
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006127auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 7006127auction111095: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 7006210auction111095
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006210auction111095%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 7006210auction111095: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 6999952auction111021
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999952auction111021%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 6999952auction111021: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 6999954auction111021
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999954auction111021%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 6999954auction111021: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 6999947auction111021
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999947auction111021%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 6999947auction111021: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 6999957auction111021
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999957auction111021%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 6999957auction111021: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 6999956auction111021
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999956auction111021%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 6999956auction111021: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 6999949auction111021
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999949auction111021%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 6999949auction111021: 0
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Found listing with ID: 6999946auction111021
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999946auction111021%27 HTTP/1.1" 200 None
2026-03-27 09:49:29 [ecarstrade.nl] INFO: Scrape type for 6999946auction111021: 0
2026-03-27 09:49:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:35 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 09:49:35 [ecarstrade.nl] INFO: Found listing with ID: 6999955auction111021
2026-03-27 09:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999955auction111021%27 HTTP/1.1" 200 None
2026-03-27 09:49:35 [ecarstrade.nl] INFO: Scrape type for 6999955auction111021: 0
2026-03-27 09:49:35 [ecarstrade.nl] INFO: Found listing with ID: 6999950auction111021
2026-03-27 09:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999950auction111021%27 HTTP/1.1" 200 None
2026-03-27 09:49:35 [ecarstrade.nl] INFO: Scrape type for 6999950auction111021: 0
2026-03-27 09:49:35 [ecarstrade.nl] INFO: Found listing with ID: 6999951auction111021
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999951auction111021%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 6999951auction111021: 0
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 6999953auction111021
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999953auction111021%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 6999953auction111021: 0
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 6999948auction111021
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999948auction111021%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 6999948auction111021: 0
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 6999443auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999443auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 6999443auction111008: 0
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7001333auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277001333auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 7001333auction111008: 0
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7002866auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002866auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 7002866auction111008: 2
2026-03-27 09:49:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 6999445auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999445auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 6999445auction111008: 0
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 6999441auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999441auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 6999441auction111008: 0
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 6999440auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999440auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 6999440auction111008: 0
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7002869auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002869auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 7002869auction111008: 2
2026-03-27 09:49:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7002870auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002870auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 7002870auction111008: 2
2026-03-27 09:49:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7002874auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002874auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 7002874auction111008: 2
2026-03-27 09:49:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7002861auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002861auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 7002861auction111008: 2
2026-03-27 09:49:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7002863auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002863auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 7002863auction111008: 2
2026-03-27 09:49:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7002862auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002862auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 7002862auction111008: 2
2026-03-27 09:49:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7002867auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002867auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 7002867auction111008: 2
2026-03-27 09:49:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7002912auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002912auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 7002912auction111008: 2
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7002854auction111008
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002854auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:36 [ecarstrade.nl] INFO: Scrape type for 7002854auction111008: 2
2026-03-27 09:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002874> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002870> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002866> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:42 [ecarstrade.nl] INFO: Extracting details for car 7002874auction111008
2026-03-27 09:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002862> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dcce13e-39d1-59a1-ad33-e6c378dff978 with identifier: 7002874auction111008
2026-03-27 09:49:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dcce13e-39d1-59a1-ad33-e6c378dff978 with scrape type 2
2026-03-27 09:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dcce13e-39d1-59a1-ad33-e6c378dff978 with scrape type 2
2026-03-27 09:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2dcce13e-39d1-59a1-ad33-e6c378dff978, identifier: 7002874auction111008
2026-03-27 09:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2dcce13e-39d1-59a1-ad33-e6c378dff978 with identifier: 7002874auction111008
2026-03-27 09:49:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 09:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 09:49:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 09:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 09:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2dcce13e-39d1-59a1-ad33-e6c378dff978 with identifier: 7002874auction111008
2026-03-27 09:49:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2dcce13e-39d1-59a1-ad33-e6c378dff978 with identifier: 7002874auction111008 to the API
2026-03-27 09:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:49:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002874>
{'auction_title': '',
'c_o_2_emission_value': 83,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Benzine Hybride',
'id': '2dcce13e-39d1-59a1-ad33-e6c378dff978',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002874',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Clio',
'odometer': 45418,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.6 hev e-tech zen 103kW aut',
'transmission': 'automatic',
'trim': 'RENAULT CLIO 1.6 hev e-tech zen 103kW aut',
'vin': None,
'year': 2022}
2026-03-27 09:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002874auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:43 [ecarstrade.nl] INFO: Saving data for 7002874auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518395.220766, 'last_price_update_time': 1774604983.448416}
2026-03-27 09:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002874auction111008') HTTP/1.1" 204 0
2026-03-27 09:49:43 [ecarstrade.nl] INFO: Extracting details for car 7002870auction111008
2026-03-27 09:49:43 [ecarstrade.nl] INFO: Extracting details for car 7002866auction111008
2026-03-27 09:49:43 [ecarstrade.nl] INFO: Extracting details for car 7002862auction111008
2026-03-27 09:49:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002861> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002863> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d5592d8-9877-5f16-bc0f-50d41147ff50 with identifier: 7002870auction111008
2026-03-27 09:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d5592d8-9877-5f16-bc0f-50d41147ff50 with scrape type 2
2026-03-27 09:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d5592d8-9877-5f16-bc0f-50d41147ff50 with scrape type 2
2026-03-27 09:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4d5592d8-9877-5f16-bc0f-50d41147ff50, identifier: 7002870auction111008
2026-03-27 09:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37107f23-2b05-58be-83d1-39eb765eb5d6 with identifier: 7002866auction111008
2026-03-27 09:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37107f23-2b05-58be-83d1-39eb765eb5d6 with scrape type 2
2026-03-27 09:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37107f23-2b05-58be-83d1-39eb765eb5d6 with scrape type 2
2026-03-27 09:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 37107f23-2b05-58be-83d1-39eb765eb5d6, identifier: 7002866auction111008
2026-03-27 09:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1122ae0-904c-5362-9218-126a40ec0de9 with identifier: 7002862auction111008
2026-03-27 09:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1122ae0-904c-5362-9218-126a40ec0de9 with scrape type 2
2026-03-27 09:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1122ae0-904c-5362-9218-126a40ec0de9 with scrape type 2
2026-03-27 09:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e1122ae0-904c-5362-9218-126a40ec0de9, identifier: 7002862auction111008
2026-03-27 09:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4d5592d8-9877-5f16-bc0f-50d41147ff50 with identifier: 7002870auction111008
2026-03-27 09:49:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 09:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 09:49:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 09:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 09:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4d5592d8-9877-5f16-bc0f-50d41147ff50 with identifier: 7002870auction111008
2026-03-27 09:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4d5592d8-9877-5f16-bc0f-50d41147ff50 with identifier: 7002870auction111008 to the API
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:49:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002870>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '4d5592d8-9877-5f16-bc0f-50d41147ff50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002870',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 207853,
'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': 'SKODA Karoq 1.5tsi greentech business edition 110kW dsg-7 aut',
'transmission': 'automatic',
'trim': 'SKODA 1.5tsi greentech business edition 110kW dsg-7 aut',
'vin': None,
'year': 2021}
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002870auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:44 [ecarstrade.nl] INFO: Saving data for 7002870auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518398.111204, 'last_price_update_time': 1774604984.305169}
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002870auction111008') HTTP/1.1" 204 0
2026-03-27 09:49:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 37107f23-2b05-58be-83d1-39eb765eb5d6 with identifier: 7002866auction111008
2026-03-27 09:49:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 09:49:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 37107f23-2b05-58be-83d1-39eb765eb5d6 with identifier: 7002866auction111008
2026-03-27 09:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 37107f23-2b05-58be-83d1-39eb765eb5d6 with identifier: 7002866auction111008 to the API
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:49:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002866>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '37107f23-2b05-58be-83d1-39eb765eb5d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002866',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'XC40',
'odometer': 145497,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 2.0 b3 mhev core 130kW geartronic aut',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 b3 mhev core 130kW geartronic aut',
'vin': None,
'year': 2022}
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002866auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:44 [ecarstrade.nl] INFO: Saving data for 7002866auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518399.050372, 'last_price_update_time': 1774604984.592299}
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002866auction111008') HTTP/1.1" 204 0
2026-03-27 09:49:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e1122ae0-904c-5362-9218-126a40ec0de9 with identifier: 7002862auction111008
2026-03-27 09:49:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e1122ae0-904c-5362-9218-126a40ec0de9 with identifier: 7002862auction111008
2026-03-27 09:49:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e1122ae0-904c-5362-9218-126a40ec0de9 with identifier: 7002862auction111008 to the API
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:49:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002862>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'e1122ae0-904c-5362-9218-126a40ec0de9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002862',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MAN',
'model': 'Mini Countryman Series',
'odometer': 173781,
'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': 'Mini Mini countryman 1.5 business edition one 75kW aut',
'transmission': 'automatic',
'trim': 'Mini Mini countryman 1.5 business edition one 75kW aut',
'vin': None,
'year': 2021}
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002862auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:44 [ecarstrade.nl] INFO: Saving data for 7002862auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518397.122771, 'last_price_update_time': 1774604984.93772}
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002862auction111008') HTTP/1.1" 204 0
2026-03-27 09:49:44 [ecarstrade.nl] INFO: Extracting details for car 7002861auction111008
2026-03-27 09:49:44 [ecarstrade.nl] INFO: Extracting details for car 7002863auction111008
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Found 15 car items
2026-03-27 09:49:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3d47839-d6ca-5fcd-b060-09aa0f2c560e with identifier: 7002861auction111008
2026-03-27 09:49:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3d47839-d6ca-5fcd-b060-09aa0f2c560e with scrape type 2
2026-03-27 09:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3d47839-d6ca-5fcd-b060-09aa0f2c560e with scrape type 2
2026-03-27 09:49:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f3d47839-d6ca-5fcd-b060-09aa0f2c560e, identifier: 7002861auction111008
2026-03-27 09:49:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab3d5073-573b-5cfa-bb23-5beae91fa522 with identifier: 7002863auction111008
2026-03-27 09:49:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab3d5073-573b-5cfa-bb23-5beae91fa522 with scrape type 2
2026-03-27 09:49:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab3d5073-573b-5cfa-bb23-5beae91fa522 with scrape type 2
2026-03-27 09:49:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ab3d5073-573b-5cfa-bb23-5beae91fa522, identifier: 7002863auction111008
2026-03-27 09:49:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f3d47839-d6ca-5fcd-b060-09aa0f2c560e with identifier: 7002861auction111008
2026-03-27 09:49:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f3d47839-d6ca-5fcd-b060-09aa0f2c560e with identifier: 7002861auction111008
2026-03-27 09:49:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f3d47839-d6ca-5fcd-b060-09aa0f2c560e with identifier: 7002861auction111008 to the API
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:49:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002861>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Benzine Hybride',
'id': 'f3d47839-d6ca-5fcd-b060-09aa0f2c560e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002861',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Niro',
'odometer': 160059,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-15',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Niro hev dynamicline 104kW dct6 aut',
'transmission': 'automatic',
'trim': 'KIA hev dynamicline 104kW dct6 aut',
'vin': None,
'year': 2019}
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002861auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Saving data for 7002861auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518397.741574, 'last_price_update_time': 1774604985.487973}
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002861auction111008') HTTP/1.1" 204 0
2026-03-27 09:49:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ab3d5073-573b-5cfa-bb23-5beae91fa522 with identifier: 7002863auction111008
2026-03-27 09:49:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 09:49:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ab3d5073-573b-5cfa-bb23-5beae91fa522 with identifier: 7002863auction111008
2026-03-27 09:49:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ab3d5073-573b-5cfa-bb23-5beae91fa522 with identifier: 7002863auction111008 to the API
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:49:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002863>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'ab3d5073-573b-5cfa-bb23-5beae91fa522',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002863',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mini',
'model': 'ONE',
'odometer': 50417,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-15',
'seats_number': 4,
'seller_name': None,
'title': 'Mini MINI 1.5 one first 55kW',
'transmission': 'manual',
'trim': 'MINI 1.5 one first 55kW',
'vin': None,
'year': 2021}
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002863auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Saving data for 7002863auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518399.974558, 'last_price_update_time': 1774604985.776994}
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002863auction111008') HTTP/1.1" 204 0
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7002875auction111008
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002875auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Scrape type for 7002875auction111008: 2
2026-03-27 09:49:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7002873auction111008
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002873auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Scrape type for 7002873auction111008: 2
2026-03-27 09:49:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7002859auction111008
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002859auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Scrape type for 7002859auction111008: 2
2026-03-27 09:49:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7002910auction111008
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002910auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Scrape type for 7002910auction111008: 2
2026-03-27 09:49:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7002911auction111008
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002911auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Scrape type for 7002911auction111008: 2
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7002872auction111008
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002872auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Scrape type for 7002872auction111008: 2
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7002871auction111008
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002871auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Scrape type for 7002871auction111008: 2
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7002855auction111008
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002855auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Scrape type for 7002855auction111008: 2
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Found listing with ID: 7002858auction111008
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002858auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:45 [ecarstrade.nl] INFO: Scrape type for 7002858auction111008: 2
2026-03-27 09:49:46 [ecarstrade.nl] INFO: Found listing with ID: 7002856auction111008
2026-03-27 09:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002856auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:46 [ecarstrade.nl] INFO: Scrape type for 7002856auction111008: 2
2026-03-27 09:49:46 [ecarstrade.nl] INFO: Found listing with ID: 7002868auction111008
2026-03-27 09:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002868auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:46 [ecarstrade.nl] INFO: Scrape type for 7002868auction111008: 2
2026-03-27 09:49:46 [ecarstrade.nl] INFO: Found listing with ID: 6999442auction111008
2026-03-27 09:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999442auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:46 [ecarstrade.nl] INFO: Scrape type for 6999442auction111008: 0
2026-03-27 09:49:46 [ecarstrade.nl] INFO: Found listing with ID: 7002857auction111008
2026-03-27 09:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002857auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:46 [ecarstrade.nl] INFO: Scrape type for 7002857auction111008: 2
2026-03-27 09:49:46 [ecarstrade.nl] INFO: Found listing with ID: 7002860auction111008
2026-03-27 09:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002860auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:46 [ecarstrade.nl] INFO: Scrape type for 7002860auction111008: 2
2026-03-27 09:49:46 [ecarstrade.nl] INFO: Found listing with ID: 7002876auction111008
2026-03-27 09:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002876auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:46 [ecarstrade.nl] INFO: Scrape type for 7002876auction111008: 2
2026-03-27 09:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002854> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002867> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:51 [ecarstrade.nl] INFO: Extracting details for car 7002854auction111008
2026-03-27 09:49:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd02a168-e246-50a8-8c12-bf53caceb85a with identifier: 7002854auction111008
2026-03-27 09:49:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd02a168-e246-50a8-8c12-bf53caceb85a with scrape type 2
2026-03-27 09:49:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd02a168-e246-50a8-8c12-bf53caceb85a with scrape type 2
2026-03-27 09:49:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cd02a168-e246-50a8-8c12-bf53caceb85a, identifier: 7002854auction111008
2026-03-27 09:49:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cd02a168-e246-50a8-8c12-bf53caceb85a with identifier: 7002854auction111008
2026-03-27 09:49:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 09:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 09:49:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cd02a168-e246-50a8-8c12-bf53caceb85a with identifier: 7002854auction111008
2026-03-27 09:49:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cd02a168-e246-50a8-8c12-bf53caceb85a with identifier: 7002854auction111008 to the API
2026-03-27 09:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:49:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002854>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'cd02a168-e246-50a8-8c12-bf53caceb85a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002854',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 40533,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'KIA PICANTO 1.0tgdi x-line 5-zits 74kW',
'transmission': 'manual',
'trim': 'KIA PICANTO 1.0tgdi x-line 5-zits 74kW',
'vin': None,
'year': 2023}
2026-03-27 09:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002854auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:51 [ecarstrade.nl] INFO: Saving data for 7002854auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518396.016373, 'last_price_update_time': 1774604991.89281}
2026-03-27 09:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002854auction111008') HTTP/1.1" 204 0
2026-03-27 09:49:52 [ecarstrade.nl] INFO: Extracting details for car 7002867auction111008
2026-03-27 09:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002912> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd933745-2902-594f-9600-3a7e47ecf245 with identifier: 7002867auction111008
2026-03-27 09:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd933745-2902-594f-9600-3a7e47ecf245 with scrape type 2
2026-03-27 09:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd933745-2902-594f-9600-3a7e47ecf245 with scrape type 2
2026-03-27 09:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cd933745-2902-594f-9600-3a7e47ecf245, identifier: 7002867auction111008
2026-03-27 09:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cd933745-2902-594f-9600-3a7e47ecf245 with identifier: 7002867auction111008
2026-03-27 09:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cd933745-2902-594f-9600-3a7e47ecf245 with identifier: 7002867auction111008
2026-03-27 09:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cd933745-2902-594f-9600-3a7e47ecf245 with identifier: 7002867auction111008 to the API
2026-03-27 09:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:49:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002867>
{'auction_title': '',
'c_o_2_emission_value': 83,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Benzine Hybride',
'id': 'cd933745-2902-594f-9600-3a7e47ecf245',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002867',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 179612,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-19',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Touring Sports 1.8 hev business plus 90kW aut',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports 1.8 hev business plus 90kW aut',
'vin': None,
'year': 2020}
2026-03-27 09:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002867auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:52 [ecarstrade.nl] INFO: Saving data for 7002867auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518393.883796, 'last_price_update_time': 1774604992.492693}
2026-03-27 09:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002867auction111008') HTTP/1.1" 204 0
2026-03-27 09:49:52 [ecarstrade.nl] INFO: Extracting details for car 7002912auction111008
2026-03-27 09:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002873> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002859> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2fbd0d8-4af7-5642-899a-1bdf7998d22c with identifier: 7002912auction111008
2026-03-27 09:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2fbd0d8-4af7-5642-899a-1bdf7998d22c with scrape type 2
2026-03-27 09:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2fbd0d8-4af7-5642-899a-1bdf7998d22c with scrape type 2
2026-03-27 09:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f2fbd0d8-4af7-5642-899a-1bdf7998d22c, identifier: 7002912auction111008
2026-03-27 09:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f2fbd0d8-4af7-5642-899a-1bdf7998d22c with identifier: 7002912auction111008
2026-03-27 09:49:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 09:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 09:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f2fbd0d8-4af7-5642-899a-1bdf7998d22c with identifier: 7002912auction111008
2026-03-27 09:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f2fbd0d8-4af7-5642-899a-1bdf7998d22c with identifier: 7002912auction111008 to the API
2026-03-27 09:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:49:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002912>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'f2fbd0d8-4af7-5642-899a-1bdf7998d22c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002912',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 193485,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia Combi 1.5tsi mhev e-tec business edition plus 110kW '
'dsg-7 aut',
'transmission': 'automatic',
'trim': 'SKODA Combi 1.5tsi mhev e-tec business edition plus 110kW dsg-7 aut',
'vin': None,
'year': 2021}
2026-03-27 09:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002912auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:52 [ecarstrade.nl] INFO: Saving data for 7002912auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518393.402741, 'last_price_update_time': 1774604992.89829}
2026-03-27 09:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002912auction111008') HTTP/1.1" 204 0
2026-03-27 09:49:52 [ecarstrade.nl] INFO: Extracting details for car 7002873auction111008
2026-03-27 09:49:52 [ecarstrade.nl] INFO: Extracting details for car 7002859auction111008
2026-03-27 09:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002875> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9a90d22-6849-586e-a50e-19fb552b3bd1 with identifier: 7002873auction111008
2026-03-27 09:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9a90d22-6849-586e-a50e-19fb552b3bd1 with scrape type 2
2026-03-27 09:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9a90d22-6849-586e-a50e-19fb552b3bd1 with scrape type 2
2026-03-27 09:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e9a90d22-6849-586e-a50e-19fb552b3bd1, identifier: 7002873auction111008
2026-03-27 09:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e75f907-7941-5071-9783-8414a8a9c485 with identifier: 7002859auction111008
2026-03-27 09:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e75f907-7941-5071-9783-8414a8a9c485 with scrape type 2
2026-03-27 09:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e75f907-7941-5071-9783-8414a8a9c485 with scrape type 2
2026-03-27 09:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5e75f907-7941-5071-9783-8414a8a9c485, identifier: 7002859auction111008
2026-03-27 09:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e9a90d22-6849-586e-a50e-19fb552b3bd1 with identifier: 7002873auction111008
2026-03-27 09:49:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 09:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e9a90d22-6849-586e-a50e-19fb552b3bd1 with identifier: 7002873auction111008
2026-03-27 09:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e9a90d22-6849-586e-a50e-19fb552b3bd1 with identifier: 7002873auction111008 to the API
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002873>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'e9a90d22-6849-586e-a50e-19fb552b3bd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002873',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Clio',
'odometer': 54928,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.0tce zen 67kW',
'transmission': 'manual',
'trim': 'RENAULT CLIO 1.0tce zen 67kW',
'vin': None,
'year': 2022}
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002873auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:53 [ecarstrade.nl] INFO: Saving data for 7002873auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518419.984536, 'last_price_update_time': 1774604993.425979}
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002873auction111008') HTTP/1.1" 204 0
2026-03-27 09:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5e75f907-7941-5071-9783-8414a8a9c485 with identifier: 7002859auction111008
2026-03-27 09:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5e75f907-7941-5071-9783-8414a8a9c485 with identifier: 7002859auction111008
2026-03-27 09:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5e75f907-7941-5071-9783-8414a8a9c485 with identifier: 7002859auction111008 to the API
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002859>
{'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-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '5e75f907-7941-5071-9783-8414a8a9c485',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002859',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 112701,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-05',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Ceed 1.0tgdi dynamicline 88kW',
'transmission': 'manual',
'trim': 'KIA Ceed 1.0tgdi dynamicline 88kW',
'vin': None,
'year': 2021}
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002859auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:53 [ecarstrade.nl] INFO: Saving data for 7002859auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518394.649525, 'last_price_update_time': 1774604993.718194}
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002859auction111008') HTTP/1.1" 204 0
2026-03-27 09:49:53 [ecarstrade.nl] INFO: Extracting details for car 7002875auction111008
2026-03-27 09:49:53 [ecarstrade.nl] INFO: No car items found on page 28
2026-03-27 09:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce8ab043-02ca-5461-8aaf-5c7d19faf5bf with identifier: 7002875auction111008
2026-03-27 09:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce8ab043-02ca-5461-8aaf-5c7d19faf5bf with scrape type 2
2026-03-27 09:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce8ab043-02ca-5461-8aaf-5c7d19faf5bf with scrape type 2
2026-03-27 09:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ce8ab043-02ca-5461-8aaf-5c7d19faf5bf, identifier: 7002875auction111008
2026-03-27 09:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ce8ab043-02ca-5461-8aaf-5c7d19faf5bf with identifier: 7002875auction111008
2026-03-27 09:49:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 09:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ce8ab043-02ca-5461-8aaf-5c7d19faf5bf with identifier: 7002875auction111008
2026-03-27 09:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ce8ab043-02ca-5461-8aaf-5c7d19faf5bf with identifier: 7002875auction111008 to the API
2026-03-27 09:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:49:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:49:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002875>
{'auction_title': '',
'c_o_2_emission_value': 83,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Benzine Hybride',
'id': 'ce8ab043-02ca-5461-8aaf-5c7d19faf5bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002875',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Clio',
'odometer': 122007,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.6 hev e-tech zen 103kW aut',
'transmission': 'automatic',
'trim': 'RENAULT CLIO 1.6 hev e-tech zen 103kW aut',
'vin': None,
'year': 2022}
2026-03-27 09:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002875auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:54 [ecarstrade.nl] INFO: Saving data for 7002875auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518392.664724, 'last_price_update_time': 1774604994.156038}
2026-03-27 09:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002875auction111008') HTTP/1.1" 204 0
2026-03-27 09:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002910> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:58 [ecarstrade.nl] INFO: Extracting details for car 7002910auction111008
2026-03-27 09:49:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d79c1c58-8d73-569d-a95d-de1255ef3450 with identifier: 7002910auction111008
2026-03-27 09:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d79c1c58-8d73-569d-a95d-de1255ef3450 with scrape type 2
2026-03-27 09:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d79c1c58-8d73-569d-a95d-de1255ef3450 with scrape type 2
2026-03-27 09:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d79c1c58-8d73-569d-a95d-de1255ef3450, identifier: 7002910auction111008
2026-03-27 09:49:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d79c1c58-8d73-569d-a95d-de1255ef3450 with identifier: 7002910auction111008
2026-03-27 09:49:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 09:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 09:49:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d79c1c58-8d73-569d-a95d-de1255ef3450 with identifier: 7002910auction111008
2026-03-27 09:49:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d79c1c58-8d73-569d-a95d-de1255ef3450 with identifier: 7002910auction111008 to the API
2026-03-27 09:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:49:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002910>
{'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-04-01T12:40:00Z',
'fuel_type': 'Electric',
'id': 'd79c1c58-8d73-569d-a95d-de1255ef3450',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002910',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Soul',
'odometer': 318132,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'KIA e-Soul 64kWh ev executiveline aut',
'transmission': 'automatic',
'trim': 'KIA e- 64kWh ev executiveline aut',
'vin': None,
'year': 2020}
2026-03-27 09:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002910auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:59 [ecarstrade.nl] INFO: Saving data for 7002910auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518410.243965, 'last_price_update_time': 1774604999.189839}
2026-03-27 09:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002910auction111008') HTTP/1.1" 204 0
2026-03-27 09:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002911> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002855> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:49:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:49:59 [ecarstrade.nl] INFO: Extracting details for car 7002911auction111008
2026-03-27 09:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3d28e19-5436-572c-a49c-243fa5e58ca9 with identifier: 7002911auction111008
2026-03-27 09:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3d28e19-5436-572c-a49c-243fa5e58ca9 with scrape type 2
2026-03-27 09:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3d28e19-5436-572c-a49c-243fa5e58ca9 with scrape type 2
2026-03-27 09:49:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c3d28e19-5436-572c-a49c-243fa5e58ca9, identifier: 7002911auction111008
2026-03-27 09:49:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c3d28e19-5436-572c-a49c-243fa5e58ca9 with identifier: 7002911auction111008
2026-03-27 09:49:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c3d28e19-5436-572c-a49c-243fa5e58ca9 with identifier: 7002911auction111008
2026-03-27 09:49:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c3d28e19-5436-572c-a49c-243fa5e58ca9 with identifier: 7002911auction111008 to the API
2026-03-27 09:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:49:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002911>
{'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-04-01T12:40:00Z',
'fuel_type': 'Electric',
'id': 'c3d28e19-5436-572c-a49c-243fa5e58ca9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002911',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Soul',
'odometer': 316261,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-20',
'seats_number': 5,
'seller_name': None,
'title': 'KIA e-Soul 64kWh ev executiveline aut',
'transmission': 'automatic',
'trim': 'KIA e- 64kWh ev executiveline aut',
'vin': None,
'year': 2020}
2026-03-27 09:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002911auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:49:59 [ecarstrade.nl] INFO: Saving data for 7002911auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518408.971266, 'last_price_update_time': 1774604999.825905}
2026-03-27 09:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002911auction111008') HTTP/1.1" 204 0
2026-03-27 09:49:59 [ecarstrade.nl] INFO: Extracting details for car 7002855auction111008
2026-03-27 09:49:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b7d2ca8-2531-55a8-b12e-94359b939617 with identifier: 7002855auction111008
2026-03-27 09:49:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b7d2ca8-2531-55a8-b12e-94359b939617 with scrape type 2
2026-03-27 09:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b7d2ca8-2531-55a8-b12e-94359b939617 with scrape type 2
2026-03-27 09:49:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8b7d2ca8-2531-55a8-b12e-94359b939617, identifier: 7002855auction111008
2026-03-27 09:49:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8b7d2ca8-2531-55a8-b12e-94359b939617 with identifier: 7002855auction111008
2026-03-27 09:49:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8b7d2ca8-2531-55a8-b12e-94359b939617 with identifier: 7002855auction111008
2026-03-27 09:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8b7d2ca8-2531-55a8-b12e-94359b939617 with identifier: 7002855auction111008 to the API
2026-03-27 09:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:50:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:50:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002855>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '8b7d2ca8-2531-55a8-b12e-94359b939617',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002855',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 79213,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-06',
'seats_number': 4,
'seller_name': None,
'title': 'KIA PICANTO 1.0dpi dynamicplusline 4-zits 49kW',
'transmission': 'manual',
'trim': 'KIA PICANTO 1.0dpi dynamicplusline 4-zits 49kW',
'vin': None,
'year': 2022}
2026-03-27 09:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002855auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:50:00 [ecarstrade.nl] INFO: Saving data for 7002855auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518408.338422, 'last_price_update_time': 1774605000.25893}
2026-03-27 09:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002855auction111008') HTTP/1.1" 204 0
2026-03-27 09:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002871> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002872> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:50:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 09:50:00 [ecarstrade.nl] INFO: Extracting details for car 7002871auction111008
2026-03-27 09:50:00 [ecarstrade.nl] INFO: Extracting details for car 7002872auction111008
2026-03-27 09:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16cd0b80-5464-53fc-af44-2643e40e7e64 with identifier: 7002871auction111008
2026-03-27 09:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16cd0b80-5464-53fc-af44-2643e40e7e64 with scrape type 2
2026-03-27 09:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16cd0b80-5464-53fc-af44-2643e40e7e64 with scrape type 2
2026-03-27 09:50:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 16cd0b80-5464-53fc-af44-2643e40e7e64, identifier: 7002871auction111008
2026-03-27 09:50:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a73f0a2-1ce5-5ca8-bf55-282c906b2377 with identifier: 7002872auction111008
2026-03-27 09:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a73f0a2-1ce5-5ca8-bf55-282c906b2377 with scrape type 2
2026-03-27 09:50:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a73f0a2-1ce5-5ca8-bf55-282c906b2377 with scrape type 2
2026-03-27 09:50:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8a73f0a2-1ce5-5ca8-bf55-282c906b2377, identifier: 7002872auction111008
2026-03-27 09:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 16cd0b80-5464-53fc-af44-2643e40e7e64 with identifier: 7002871auction111008
2026-03-27 09:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 16cd0b80-5464-53fc-af44-2643e40e7e64 with identifier: 7002871auction111008
2026-03-27 09:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 16cd0b80-5464-53fc-af44-2643e40e7e64 with identifier: 7002871auction111008 to the API
2026-03-27 09:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:50:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:50:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002871>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '16cd0b80-5464-53fc-af44-2643e40e7e64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002871',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 160109,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT IBIZA 1.0tsi fr business intense plus 81kW',
'transmission': 'manual',
'trim': 'SEAT IBIZA 1.0tsi fr business intense plus 81kW',
'vin': None,
'year': 2021}
2026-03-27 09:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002871auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:50:00 [ecarstrade.nl] INFO: Saving data for 7002871auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518425.138061, 'last_price_update_time': 1774605000.900569}
2026-03-27 09:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002871auction111008') HTTP/1.1" 204 0
2026-03-27 09:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8a73f0a2-1ce5-5ca8-bf55-282c906b2377 with identifier: 7002872auction111008
2026-03-27 09:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8a73f0a2-1ce5-5ca8-bf55-282c906b2377 with identifier: 7002872auction111008
2026-03-27 09:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8a73f0a2-1ce5-5ca8-bf55-282c906b2377 with identifier: 7002872auction111008 to the API
2026-03-27 09:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:50:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:50:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002872>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '8a73f0a2-1ce5-5ca8-bf55-282c906b2377',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002872',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 121266,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-06',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT IBIZA evo fr business intense 110kW',
'transmission': 'manual',
'trim': 'SEAT IBIZA evo fr business intense 110kW',
'vin': None,
'year': 2018}
2026-03-27 09:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002872auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:50:01 [ecarstrade.nl] INFO: Saving data for 7002872auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518411.752443, 'last_price_update_time': 1774605001.182987}
2026-03-27 09:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002872auction111008') HTTP/1.1" 204 0
2026-03-27 09:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002858> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:50:01 [ecarstrade.nl] INFO: Extracting details for car 7002858auction111008
2026-03-27 09:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 520763df-5a00-5dbe-b58e-89d297f90c53 with identifier: 7002858auction111008
2026-03-27 09:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 520763df-5a00-5dbe-b58e-89d297f90c53 with scrape type 2
2026-03-27 09:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 520763df-5a00-5dbe-b58e-89d297f90c53 with scrape type 2
2026-03-27 09:50:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 520763df-5a00-5dbe-b58e-89d297f90c53, identifier: 7002858auction111008
2026-03-27 09:50:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 520763df-5a00-5dbe-b58e-89d297f90c53 with identifier: 7002858auction111008
2026-03-27 09:50:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 520763df-5a00-5dbe-b58e-89d297f90c53 with identifier: 7002858auction111008
2026-03-27 09:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 520763df-5a00-5dbe-b58e-89d297f90c53 with identifier: 7002858auction111008 to the API
2026-03-27 09:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:50:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:50:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002858>
{'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-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '520763df-5a00-5dbe-b58e-89d297f90c53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002858',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 42182,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-26',
'seats_number': 4,
'seller_name': None,
'title': 'KIA PICANTO comfortline 4-zits 49kW',
'transmission': 'manual',
'trim': 'KIA PICANTO comfortline 4-zits 49kW',
'vin': None,
'year': 2021}
2026-03-27 09:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002858auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:50:01 [ecarstrade.nl] INFO: Saving data for 7002858auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518407.109763, 'last_price_update_time': 1774605001.734797}
2026-03-27 09:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002858auction111008') HTTP/1.1" 204 0
2026-03-27 09:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002856> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:50:01 [ecarstrade.nl] INFO: Extracting details for car 7002856auction111008
2026-03-27 09:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d8464e9-94aa-5ba3-bce2-2d11da4a8726 with identifier: 7002856auction111008
2026-03-27 09:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d8464e9-94aa-5ba3-bce2-2d11da4a8726 with scrape type 2
2026-03-27 09:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d8464e9-94aa-5ba3-bce2-2d11da4a8726 with scrape type 2
2026-03-27 09:50:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4d8464e9-94aa-5ba3-bce2-2d11da4a8726, identifier: 7002856auction111008
2026-03-27 09:50:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4d8464e9-94aa-5ba3-bce2-2d11da4a8726 with identifier: 7002856auction111008
2026-03-27 09:50:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4d8464e9-94aa-5ba3-bce2-2d11da4a8726 with identifier: 7002856auction111008
2026-03-27 09:50:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4d8464e9-94aa-5ba3-bce2-2d11da4a8726 with identifier: 7002856auction111008 to the API
2026-03-27 09:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:50:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:50:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002856>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '4d8464e9-94aa-5ba3-bce2-2d11da4a8726',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002856',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 78036,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-17',
'seats_number': 4,
'seller_name': None,
'title': 'KIA PICANTO 1.0dpi comfortline 4-zits 49kW',
'transmission': 'manual',
'trim': 'KIA PICANTO 1.0dpi comfortline 4-zits 49kW',
'vin': None,
'year': 2022}
2026-03-27 09:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002856auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:50:02 [ecarstrade.nl] INFO: Saving data for 7002856auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518410.861462, 'last_price_update_time': 1774605002.237636}
2026-03-27 09:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002856auction111008') HTTP/1.1" 204 0
2026-03-27 09:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002868> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:50:05 [ecarstrade.nl] INFO: Extracting details for car 7002868auction111008
2026-03-27 09:50:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9759c2fc-1c26-5cf2-9793-4339e6d823f9 with identifier: 7002868auction111008
2026-03-27 09:50:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9759c2fc-1c26-5cf2-9793-4339e6d823f9 with scrape type 2
2026-03-27 09:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9759c2fc-1c26-5cf2-9793-4339e6d823f9 with scrape type 2
2026-03-27 09:50:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9759c2fc-1c26-5cf2-9793-4339e6d823f9, identifier: 7002868auction111008
2026-03-27 09:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9759c2fc-1c26-5cf2-9793-4339e6d823f9 with identifier: 7002868auction111008
2026-03-27 09:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9759c2fc-1c26-5cf2-9793-4339e6d823f9 with identifier: 7002868auction111008
2026-03-27 09:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9759c2fc-1c26-5cf2-9793-4339e6d823f9 with identifier: 7002868auction111008 to the API
2026-03-27 09:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:50:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:50:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002868>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '9759c2fc-1c26-5cf2-9793-4339e6d823f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002868',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 48080,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 4,
'seller_name': None,
'title': 'TOYOTA Aygo 1.0vvti x-fun 53kW',
'transmission': 'manual',
'trim': 'TOYOTA 1.0vvti x-fun 53kW',
'vin': None,
'year': 2021}
2026-03-27 09:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002868auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:50:05 [ecarstrade.nl] INFO: Saving data for 7002868auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518407.775081, 'last_price_update_time': 1774605005.856326}
2026-03-27 09:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002868auction111008') HTTP/1.1" 204 0
2026-03-27 09:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002876> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:50:06 [ecarstrade.nl] INFO: Extracting details for car 7002876auction111008
2026-03-27 09:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2c74ef4-d793-522b-b0f0-3d2f9d7060f6 with identifier: 7002876auction111008
2026-03-27 09:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2c74ef4-d793-522b-b0f0-3d2f9d7060f6 with scrape type 2
2026-03-27 09:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2c74ef4-d793-522b-b0f0-3d2f9d7060f6 with scrape type 2
2026-03-27 09:50:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f2c74ef4-d793-522b-b0f0-3d2f9d7060f6, identifier: 7002876auction111008
2026-03-27 09:50:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f2c74ef4-d793-522b-b0f0-3d2f9d7060f6 with identifier: 7002876auction111008
2026-03-27 09:50:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f2c74ef4-d793-522b-b0f0-3d2f9d7060f6 with identifier: 7002876auction111008
2026-03-27 09:50:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f2c74ef4-d793-522b-b0f0-3d2f9d7060f6 with identifier: 7002876auction111008 to the API
2026-03-27 09:50:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:50:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:50:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002876>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'f2c74ef4-d793-522b-b0f0-3d2f9d7060f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002876',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '108',
'odometer': 135412,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-26',
'seats_number': 4,
'seller_name': None,
'title': 'PEUGEOT 108 1.0evti active 53kW',
'transmission': 'manual',
'trim': 'PEUGEOT 1.0evti active 53kW',
'vin': None,
'year': 2021}
2026-03-27 09:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002876auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:50:06 [ecarstrade.nl] INFO: Saving data for 7002876auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518411.2455, 'last_price_update_time': 1774605006.499556}
2026-03-27 09:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002876auction111008') HTTP/1.1" 204 0
2026-03-27 09:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002860> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:50:06 [ecarstrade.nl] INFO: Extracting details for car 7002860auction111008
2026-03-27 09:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fed781d-8711-5c30-a7a1-9b599f2028a5 with identifier: 7002860auction111008
2026-03-27 09:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fed781d-8711-5c30-a7a1-9b599f2028a5 with scrape type 2
2026-03-27 09:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fed781d-8711-5c30-a7a1-9b599f2028a5 with scrape type 2
2026-03-27 09:50:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6fed781d-8711-5c30-a7a1-9b599f2028a5, identifier: 7002860auction111008
2026-03-27 09:50:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6fed781d-8711-5c30-a7a1-9b599f2028a5 with identifier: 7002860auction111008
2026-03-27 09:50:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6fed781d-8711-5c30-a7a1-9b599f2028a5 with identifier: 7002860auction111008
2026-03-27 09:50:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6fed781d-8711-5c30-a7a1-9b599f2028a5 with identifier: 7002860auction111008 to the API
2026-03-27 09:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:50:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:50:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002860>
{'auction_title': '',
'c_o_2_emission_value': 90,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '6fed781d-8711-5c30-a7a1-9b599f2028a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002860',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 99827,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-10',
'seats_number': 4,
'seller_name': None,
'title': 'KIA PICANTO 1.0mpi economyplusline 4-zits',
'transmission': 'manual',
'trim': 'KIA PICANTO 1.0mpi economyplusline 4-zits',
'vin': None,
'year': 2019}
2026-03-27 09:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002860auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:50:07 [ecarstrade.nl] INFO: Saving data for 7002860auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518409.505896, 'last_price_update_time': 1774605007.181116}
2026-03-27 09:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002860auction111008') HTTP/1.1" 204 0
2026-03-27 09:50:07 [scrapy.extensions.logstats] INFO: Crawled 51 pages (at 28 pages/min), scraped 22 items (at 22 items/min)
2026-03-27 09:50:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 318MiB
2026-03-27 09:50:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002857> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:50:07 [ecarstrade.nl] INFO: Extracting details for car 7002857auction111008
2026-03-27 09:50:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 125b550f-7de1-5e2d-9b96-16ca07c0d3b5 with identifier: 7002857auction111008
2026-03-27 09:50:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 125b550f-7de1-5e2d-9b96-16ca07c0d3b5 with scrape type 2
2026-03-27 09:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 125b550f-7de1-5e2d-9b96-16ca07c0d3b5 with scrape type 2
2026-03-27 09:50:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 125b550f-7de1-5e2d-9b96-16ca07c0d3b5, identifier: 7002857auction111008
2026-03-27 09:50:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 125b550f-7de1-5e2d-9b96-16ca07c0d3b5 with identifier: 7002857auction111008
2026-03-27 09:50:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 125b550f-7de1-5e2d-9b96-16ca07c0d3b5 with identifier: 7002857auction111008
2026-03-27 09:50:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 125b550f-7de1-5e2d-9b96-16ca07c0d3b5 with identifier: 7002857auction111008 to the API
2026-03-27 09:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:50:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:50:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002857>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '125b550f-7de1-5e2d-9b96-16ca07c0d3b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002857',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 133699,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-17',
'seats_number': 4,
'seller_name': None,
'title': 'KIA PICANTO 1.0dpi comfortline 4-zits 49kW',
'transmission': 'manual',
'trim': 'KIA PICANTO 1.0dpi comfortline 4-zits 49kW',
'vin': None,
'year': 2022}
2026-03-27 09:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002857auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:50:07 [ecarstrade.nl] INFO: Saving data for 7002857auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518406.561627, 'last_price_update_time': 1774605007.842415}
2026-03-27 09:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002857auction111008') HTTP/1.1" 204 0
2026-03-27 09:50:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002869> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 09:50:10 [ecarstrade.nl] INFO: Extracting details for car 7002869auction111008
2026-03-27 09:50:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 040238d1-a690-5c2d-b1c6-d696b64419dd with identifier: 7002869auction111008
2026-03-27 09:50:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 040238d1-a690-5c2d-b1c6-d696b64419dd with scrape type 2
2026-03-27 09:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 040238d1-a690-5c2d-b1c6-d696b64419dd with scrape type 2
2026-03-27 09:50:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 040238d1-a690-5c2d-b1c6-d696b64419dd, identifier: 7002869auction111008
2026-03-27 09:50:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 040238d1-a690-5c2d-b1c6-d696b64419dd with identifier: 7002869auction111008
2026-03-27 09:50:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 040238d1-a690-5c2d-b1c6-d696b64419dd with identifier: 7002869auction111008
2026-03-27 09:50:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 040238d1-a690-5c2d-b1c6-d696b64419dd with identifier: 7002869auction111008 to the API
2026-03-27 09:50:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 09:50:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 09:50:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002869>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '040238d1-a690-5c2d-b1c6-d696b64419dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002869',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 152476,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Kamiq 1.5tsi act greentech business edition 110kW dsg-7 aut',
'transmission': 'automatic',
'trim': 'SKODA 1.5tsi act greentech business edition 110kW dsg-7 aut',
'vin': None,
'year': 2022}
2026-03-27 09:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002869auction111008%27 HTTP/1.1" 200 None
2026-03-27 09:50:10 [ecarstrade.nl] INFO: Saving data for 7002869auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518396.731172, 'last_price_update_time': 1774605010.953626}
2026-03-27 09:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002869auction111008') HTTP/1.1" 204 0
2026-03-27 09:50:10 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-27 09:50:10 [ecarstrade.nl] INFO: ecarstrade.nl Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-27 09:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 09:50:11 [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%201774173011 HTTP/1.1" 200 None
2026-03-27 09:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978371auction110752') HTTP/1.1" 204 0
2026-03-27 09:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978378auction110752') HTTP/1.1" 204 0
2026-03-27 09:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978398auction110752') HTTP/1.1" 204 0
2026-03-27 09:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978413auction110752') HTTP/1.1" 204 0
2026-03-27 09:50:11 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (24 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.nl/task_35_2026-03-27T09_45_00.jl
2026-03-27 09:50:11 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 124867,
'downloader/request_count': 53,
'downloader/request_method_count/GET': 53,
'downloader/response_bytes': 31965693,
'downloader/response_count': 53,
'downloader/response_status_count/200': 53,
'elapsed_time_seconds': 304.350558,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 27, 9, 50, 11, 173586, tzinfo=datetime.timezone.utc),
'item_scraped_count': 24,
'log_count/DEBUG': 1730,
'log_count/INFO': 1381,
'memusage/max': 333918208,
'memusage/startup': 148107264,
'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': 179,
'playwright/request_count/method/GET': 155,
'playwright/request_count/method/POST': 24,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/eventsource': 2,
'playwright/request_count/resource_type/fetch': 19,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 87,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 45,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 12,
'playwright/response_count': 179,
'playwright/response_count/method/GET': 155,
'playwright/response_count/method/POST': 24,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 19,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 87,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 45,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 12,
'request_depth_max': 28,
'response_received_count': 53,
'scheduler/dequeued': 53,
'scheduler/dequeued/memory': 53,
'scheduler/enqueued': 53,
'scheduler/enqueued/memory': 53,
'scrape_type/price_update': 24,
'scrape_type/skipped': 511,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 52,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 8.394344378791105,
'scrapy-zyte-api/mean_response_seconds': 8.653656833948427,
'scrapy-zyte-api/processed': 52,
'scrapy-zyte-api/request_args/browserHtml': 52,
'scrapy-zyte-api/request_args/experimental.requestCookies': 52,
'scrapy-zyte-api/request_args/experimental.responseCookies': 52,
'scrapy-zyte-api/request_args/requestHeaders': 52,
'scrapy-zyte-api/request_args/sessionContext': 52,
'scrapy-zyte-api/request_args/url': 52,
'scrapy-zyte-api/status_codes/200': 52,
'scrapy-zyte-api/success': 52,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 27, 9, 45, 6, 823028, tzinfo=datetime.timezone.utc)}
2026-03-27 09:50:11 [scrapy.core.engine] INFO: Spider closed (finished)