2026-03-27 00:45:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-27 00:45:06 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-27 00:45:06 [ecarstrade.nl] INFO: Starting spider ecarstrade.nl
2026-03-27 00:45:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-27 00:45:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-27 00:45:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-27 00:45:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-27 00:45:06 [scrapy.extensions.telnet] INFO: Telnet Password: 43f3ea4562287c11
2026-03-27 00:45:06 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-27 00:45:06 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/ecarstrade.nl/task_35_2026-03-27T00_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 00:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 00:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 00:45:06 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-27 00:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-27 00:45:06 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-27 00:45:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-27 00:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-27 00:45:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2111
2026-03-27 00:45:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-27 00:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-27 00:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-27 00:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27en%27%20and%20RowKey%20eq%20%27en%27 HTTP/1.1" 200 None
2026-03-27 00:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-27 00:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-27 00:45:06 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-27 00:45:06 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-27 00:45:06 [scrapy.core.engine] INFO: Spider opened
2026-03-27 00:45:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 00:45:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-27 00:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-27 00:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-27 00:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-27 00:45:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-27 00:45:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-27 00:45:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-27 00:45:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-27 00:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-27 00:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-27 00:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-27 00:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-27 00: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 00: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 00: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 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/back.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/icons/flags/svg/en.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/exclusive.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/engine.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/doors.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/places.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/warehouse_32x32.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/stripe/powered_by_stripe.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/lightbox/loading.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-27 00: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 00: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 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-27 00: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 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-27 00: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 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-27 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-27 00: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 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-27 00: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 00: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 00:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00: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 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/app/dist/subscribe.js> (resource type: script, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21)
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=658248173&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=1742099693&gjid=968220139&cid=853277396.1774572315&tid=UA-73443533-1&_gid=1505105647.1774572315&_r=1&_slc=1&z=307380649> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/marksData.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=658248173&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=1742099693&gjid=968220139&cid=853277396.1774572315&tid=UA-73443533-1&_gid=1505105647.1774572315&_r=1&_slc=1&z=307380649>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-27 00: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 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-27 00:45:15 [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 00: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 00: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 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774572314443&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=853277396.1774572315&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&sid=1774572315&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=2877> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=853277396.1774572315>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-27 00: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=853277396.1774572315>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&z=332574823> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774572314443&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=853277396.1774572315&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&gaf=2&_s=2&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&sid=1774572315&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=1774571721&ep.url=%2Fsearch&ep.eventName=search&_et=2&tfd=2915> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00: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 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6994995/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [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 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00: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 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6994998/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6994999/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995000/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995005/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995006/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995007/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995014/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995015/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995016/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6994995/photo_000/260x0__r.jpg>
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995111/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995112/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995113/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995114/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995235/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995237/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995238/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995247/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995249/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995250/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774572314443&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=853277396.1774572315&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&sid=1774572315&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=2877>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-27 00: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 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6994998/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6994999/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-27 00: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 00: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 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=853277396.1774572315>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995000/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774572314443&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=853277396.1774572315&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&gaf=2&_s=2&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&sid=1774572315&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=1774571721&ep.url=%2Fsearch&ep.eventName=search&_et=2&tfd=2915>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995005/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995006/photo_000/260x0__r.jpg>
2026-03-27 00: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=853277396.1774572315>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&z=332574823>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995007/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995014/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995015/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995111/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995016/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995112/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995113/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995114/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995235/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995237/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995238/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995247/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995249/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995250/photo_000/260x0__r.jpg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-27 00:45:17 [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 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774572314443&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=853277396.1774572315&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&gaf=2&_s=3&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&sid=1774572315&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=21&tfd=4408> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:45:17 [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 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:45:17 [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=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266400~117484252&apve=1&apvf=f&apvc=1&tft=1774572317466&tfd=4459> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774572314443&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=853277396.1774572315&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&gaf=2&_s=3&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&sid=1774572315&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=21&tfd=4408>
2026-03-27 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-27 00: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 00:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774572318081&cv=11&fst=1774572318081&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:45:18 [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=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774572318102&tfd=5095> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774572300000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266400~117484252&apve=1&apvf=f&apvc=1&tft=1774572317466&tfd=4459>
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774572318081&cv=11&fst=1774572318081&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774572318081&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9Tcj3NyzyuBtEpFnMttNw09WTPhCQrO9FVUkdBaWNme0eRcTqXUOzcc0HovZIWruII5ABxNf2MqAOhBHwf-8exn88FhJwu1BzrPC-&random=2366398944&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774572318081&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9Tcj3NyzyuBtEpFnMttNw09WTPhCQrO9FVUkdBaWNme0eRcTqXUOzcc0HovZIWruII5ABxNf2MqAOhBHwf-8exn88FhJwu1BzrPC-&random=2366398944&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774572318102&tfd=5095>
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774572318081&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9Tcj3NyzyuBtEpFnMttNw09WTPhCQrO9FVUkdBaWNme0eRcTqXUOzcc0HovZIWruII5ABxNf2MqAOhBHwf-8exn88FhJwu1BzrPC-&random=2366398944&rmt_tld=1&ipr=y>
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774572318081&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9Tcj3NyzyuBtEpFnMttNw09WTPhCQrO9FVUkdBaWNme0eRcTqXUOzcc0HovZIWruII5ABxNf2MqAOhBHwf-8exn88FhJwu1BzrPC-&random=2366398944&rmt_tld=0&ipr=y>
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774572300000/5441429.js>
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://j.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-27 00:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=a7a63f2532ea4f0d830e94945ae6a7e3&traceId=a7a63f2532ea4f0d830e94945ae6a7e3> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&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=1774572319081&vi=044acf6b19bd90a7c77aea1c36a869bf&nc=true&u=129379155.044acf6b19bd90a7c77aea1c36a869bf.1774572319080.1774572319080.1774572319080.1&b=129379155.1.1774572319081&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21>
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21>
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/chosen-sprite.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=a7a63f2532ea4f0d830e94945ae6a7e3&traceId=a7a63f2532ea4f0d830e94945ae6a7e3>
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774572319530&vi=044acf6b19bd90a7c77aea1c36a869bf&nc=true&u=129379155.044acf6b19bd90a7c77aea1c36a869bf.1774572319080.1774572319080.1774572319080.1&b=129379155.1.1774572319081&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-27 00: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=1774572319707&vi=044acf6b19bd90a7c77aea1c36a869bf&nc=true&u=129379155.044acf6b19bd90a7c77aea1c36a869bf.1774572319080.1774572319080.1774572319080.1&b=129379155.1.1774572319081&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774572314443&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=853277396.1774572315&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&gaf=2&_s=4&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&sid=1774572315&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=1466&tfd=6760> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774572319773&cv=11&fst=1774572319773&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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 00: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=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266400~117484252&apve=1&apvf=f&apvc=1&tft=1774572319790&tfd=6783> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00: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=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774571721&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=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774572319791&tfd=6783> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774572314443&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=853277396.1774572315&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&gaf=2&_s=4&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&sid=1774572315&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=1466&tfd=6760>
2026-03-27 00: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=1774572319944&vi=044acf6b19bd90a7c77aea1c36a869bf&nc=true&u=129379155.044acf6b19bd90a7c77aea1c36a869bf.1774572319080.1774572319080.1774572319080.1&b=129379155.1.1774572319081&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://j.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774572319773&cv=11&fst=1774572319773&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774572319081&vi=044acf6b19bd90a7c77aea1c36a869bf&nc=true&u=129379155.044acf6b19bd90a7c77aea1c36a869bf.1774572319080.1774572319080.1774572319080.1&b=129379155.1.1774572319081&cc=15>
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774572314443&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=853277396.1774572315&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&gaf=2&_s=5&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&uid=0&sid=1774572315&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=1774571721&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=2342&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=7055> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774572320070&cv=11&fst=1774572320070&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774571721&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=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774572320080&tfd=7072> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774572319773&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9_uTFjwMHUGok7eOiJNJCQ0zStyREazIdsg3x5VLxBwMnXTMygW2Zpe4CmmkUA2i1uqT2nDhsoQTr51qyv_ykqRao-ygTz4G_fSQmsaCU0U3pTIelCxwqSvM&random=1962685777&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774572319773&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9_uTFjwMHUGok7eOiJNJCQ0zStyREazIdsg3x5VLxBwMnXTMygW2Zpe4CmmkUA2i1uqT2nDhsoQTr51qyv_ykqRao-ygTz4G_fSQmsaCU0U3pTIelCxwqSvM&random=1962685777&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266400~117484252&apve=1&apvf=f&apvc=1&tft=1774572319790&tfd=6783>
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774571721&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=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774572319791&tfd=6783>
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774572319530&vi=044acf6b19bd90a7c77aea1c36a869bf&nc=true&u=129379155.044acf6b19bd90a7c77aea1c36a869bf.1774572319080.1774572319080.1774572319080.1&b=129379155.1.1774572319081&cc=15>
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774572314443&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=853277396.1774572315&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&gaf=2&_s=5&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&uid=0&sid=1774572315&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=1774571721&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=2342&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=7055>
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774572320070&cv=11&fst=1774572320070&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774572320070&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9GpcLP_cyPeFFFZEEBun8ZC5Hy1nZRoepKIhEKTDhXCkDRJg0Maysuut01n5jpk6u6GcwUNn5iazTTaxWxipxONPPIyRb1tJ_-ZyeuMplI0bsciylQVrg0XQ&random=2786759370&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774572320070&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9GpcLP_cyPeFFFZEEBun8ZC5Hy1nZRoepKIhEKTDhXCkDRJg0Maysuut01n5jpk6u6GcwUNn5iazTTaxWxipxONPPIyRb1tJ_-ZyeuMplI0bsciylQVrg0XQ&random=2786759370&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774572319707&vi=044acf6b19bd90a7c77aea1c36a869bf&nc=true&u=129379155.044acf6b19bd90a7c77aea1c36a869bf.1774572319080.1774572319080.1774572319080.1&b=129379155.1.1774572319081&cc=15>
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774572319944&vi=044acf6b19bd90a7c77aea1c36a869bf&nc=true&u=129379155.044acf6b19bd90a7c77aea1c36a869bf.1774572319080.1774572319080.1774572319080.1&b=129379155.1.1774572319081&cc=15>
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774571721&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=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774572320080&tfd=7072>
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774572319773&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9_uTFjwMHUGok7eOiJNJCQ0zStyREazIdsg3x5VLxBwMnXTMygW2Zpe4CmmkUA2i1uqT2nDhsoQTr51qyv_ykqRao-ygTz4G_fSQmsaCU0U3pTIelCxwqSvM&random=1962685777&rmt_tld=0&ipr=y>
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774572320070&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9GpcLP_cyPeFFFZEEBun8ZC5Hy1nZRoepKIhEKTDhXCkDRJg0Maysuut01n5jpk6u6GcwUNn5iazTTaxWxipxONPPIyRb1tJ_-ZyeuMplI0bsciylQVrg0XQ&random=2786759370&rmt_tld=0&ipr=y>
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774572319773&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9_uTFjwMHUGok7eOiJNJCQ0zStyREazIdsg3x5VLxBwMnXTMygW2Zpe4CmmkUA2i1uqT2nDhsoQTr51qyv_ykqRao-ygTz4G_fSQmsaCU0U3pTIelCxwqSvM&random=1962685777&rmt_tld=1&ipr=y>
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774572320070&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9GpcLP_cyPeFFFZEEBun8ZC5Hy1nZRoepKIhEKTDhXCkDRJg0Maysuut01n5jpk6u6GcwUNn5iazTTaxWxipxONPPIyRb1tJ_-ZyeuMplI0bsciylQVrg0XQ&random=2786759370&rmt_tld=1&ipr=y>
2026-03-27 00:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://j.clarity.ms/collect>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007005/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007004/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [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 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007001/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006874/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/62/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006873/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006872/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006871/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006870/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006869/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006868/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006867/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006866/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006865/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006864/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006863/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006862/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007005/photo_001/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007004/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006861/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006860/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006859/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006858/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007001/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006874/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/62/logo.png>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006873/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006872/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006871/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006870/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006869/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006867/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006868/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006865/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006866/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006864/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006863/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006862/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006861/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006860/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006859/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006858/photo_000/260x0__r.jpg>
2026-03-27 00:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://j.clarity.ms/collect>
2026-03-27 00:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://j.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 00:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-27 00:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://j.clarity.ms/collect>
2026-03-27 00:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774572314443&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=853277396.1774572315&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&gaf=2&_s=6&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&uid=0&sid=1774572315&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=1774571721&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=290&tfd=12056> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://j.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 00:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774572314443&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=853277396.1774572315&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&gaf=2&_s=6&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&uid=0&sid=1774572315&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=1774571721&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=290&tfd=12056>
2026-03-27 00:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774572325321&vi=044acf6b19bd90a7c77aea1c36a869bf&nc=true&u=129379155.044acf6b19bd90a7c77aea1c36a869bf.1774572319080.1774572319080.1774572319080.1&b=129379155.1.1774572319081&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774572325353&cv=11&fst=1774572325353&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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 00:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774571721&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=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774572325365&tfd=12357> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://j.clarity.ms/collect>
2026-03-27 00:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774572325353&cv=11&fst=1774572325353&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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 00: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=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774571721&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=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774572325365&tfd=12357>
2026-03-27 00:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774572325353&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9eqdP7pIv9GmOhxyHj4_cerjtTE9mSeRu7oquaIJ9MMkhF9WiFV5fYz83Nb0cNcccGda3rCKtQ2EtAvnS_svO-kbQMphcj_f6ZQmwS0IsY5W2dHRJ_04h4F4&random=1534037253&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774572325353&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9eqdP7pIv9GmOhxyHj4_cerjtTE9mSeRu7oquaIJ9MMkhF9WiFV5fYz83Nb0cNcccGda3rCKtQ2EtAvnS_svO-kbQMphcj_f6ZQmwS0IsY5W2dHRJ_04h4F4&random=1534037253&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00: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=1774572325321&vi=044acf6b19bd90a7c77aea1c36a869bf&nc=true&u=129379155.044acf6b19bd90a7c77aea1c36a869bf.1774572319080.1774572319080.1774572319080.1&b=129379155.1.1774572319081&cc=15>
2026-03-27 00:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774572325353&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9eqdP7pIv9GmOhxyHj4_cerjtTE9mSeRu7oquaIJ9MMkhF9WiFV5fYz83Nb0cNcccGda3rCKtQ2EtAvnS_svO-kbQMphcj_f6ZQmwS0IsY5W2dHRJ_04h4F4&random=1534037253&rmt_tld=0&ipr=y>
2026-03-27 00:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774572325353&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9eqdP7pIv9GmOhxyHj4_cerjtTE9mSeRu7oquaIJ9MMkhF9WiFV5fYz83Nb0cNcccGda3rCKtQ2EtAvnS_svO-kbQMphcj_f6ZQmwS0IsY5W2dHRJ_04h4F4&random=1534037253&rmt_tld=1&ipr=y>
2026-03-27 00:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774572327651&cv=11&fst=1774572327651&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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 00:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774572327675&cv=11&fst=1774572327675&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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 00: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=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774571721&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774572327686&tfd=14678> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00: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=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774571721&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=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774572327686&tfd=14679> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774572327651&cv=11&fst=1774572327651&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-27 00:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774571721&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774572327686&tfd=14678>
2026-03-27 00:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774572327675&cv=11&fst=1774572327675&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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 00:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774572327651&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9V3ZrrdtMnUuwWuWpPphHaLtUAvQUKpxbgvf4ZySCJcvctSiFNEk9jxiyEpTcJxGKFmPUlnjUcf7tP8Mhucb42tUPp4UnmLOa2Mk78DjrPXYo5P8rg9oj7eI&random=4244912006&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774572327651&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9V3ZrrdtMnUuwWuWpPphHaLtUAvQUKpxbgvf4ZySCJcvctSiFNEk9jxiyEpTcJxGKFmPUlnjUcf7tP8Mhucb42tUPp4UnmLOa2Mk78DjrPXYo5P8rg9oj7eI&random=4244912006&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774572327675&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9xytJqbNom9LLHwdOEGe3W0og6cv_19dHPh3fEYOx4utjMlhF_jHTkReILEbJmy7P7J_1heNrdnPdTlc-d_Uw_KCGIYub9kLImpgG83cYjGJZbmVMcuowTtg&random=3948905612&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774572327675&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9xytJqbNom9LLHwdOEGe3W0og6cv_19dHPh3fEYOx4utjMlhF_jHTkReILEbJmy7P7J_1heNrdnPdTlc-d_Uw_KCGIYub9kLImpgG83cYjGJZbmVMcuowTtg&random=3948905612&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=129561669.1774572317&dt=Search%20%7C%20eCarsTrade&auid=674970786.1774572317&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774571721&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=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774572327686&tfd=14679>
2026-03-27 00:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774572327651&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9V3ZrrdtMnUuwWuWpPphHaLtUAvQUKpxbgvf4ZySCJcvctSiFNEk9jxiyEpTcJxGKFmPUlnjUcf7tP8Mhucb42tUPp4UnmLOa2Mk78DjrPXYo5P8rg9oj7eI&random=4244912006&rmt_tld=1&ipr=y>
2026-03-27 00:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774572327651&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9V3ZrrdtMnUuwWuWpPphHaLtUAvQUKpxbgvf4ZySCJcvctSiFNEk9jxiyEpTcJxGKFmPUlnjUcf7tP8Mhucb42tUPp4UnmLOa2Mk78DjrPXYo5P8rg9oj7eI&random=4244912006&rmt_tld=0&ipr=y>
2026-03-27 00:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774572327675&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9xytJqbNom9LLHwdOEGe3W0og6cv_19dHPh3fEYOx4utjMlhF_jHTkReILEbJmy7P7J_1heNrdnPdTlc-d_Uw_KCGIYub9kLImpgG83cYjGJZbmVMcuowTtg&random=3948905612&rmt_tld=1&ipr=y>
2026-03-27 00:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774572327675&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252~117884344&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=674970786.1774572317&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774571721%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=CAQSXgAFq6B9xytJqbNom9LLHwdOEGe3W0og6cv_19dHPh3fEYOx4utjMlhF_jHTkReILEbJmy7P7J_1heNrdnPdTlc-d_Uw_KCGIYub9kLImpgG83cYjGJZbmVMcuowTtg&random=3948905612&rmt_tld=0&ipr=y>
2026-03-27 00:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://j.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 00:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://j.clarity.ms/collect>
2026-03-27 00:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-27 00:45:29 [ecarstrade.nl] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUlTPtpAFwSjfxzzodJihQZXhxibr_axe76AL-CahvBp4KPSMED4ej2Nj8B4', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808268320, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777164313, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': '4j283l4qovls02fmg8te8eolli', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774601113, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836089113, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777164313, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': 'b5f0e737-8d04-44cc-aa17-9574e94ee8e6', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809132315, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.1505105647.1774572315', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774658715, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774572375, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.853277396.1774572315', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837644315, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': '13ba118a-c23a-4496-b2cd-c4838f9f96b7', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806108317, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '_gcl_au', 'value': '1.1.674970786.1774572317', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782348317, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A17151575-c19d-497f-9fff-1081ce740068%22%2C%22%24device_id%22%3A%2217151575-c19d-497f-9fff-1081ce740068%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': 1806108318, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__hstc', 'value': '129379155.044acf6b19bd90a7c77aea1c36a869bf.1774572319080.1774572319080.1774572319080.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790124319, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': '044acf6b19bd90a7c77aea1c36a869bf', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790124319, '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.1774572319081', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774574119, '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-27T00%3A45%3A19.556Z%22%2C%22consentId%22%3A%2261b98f10-3aec-4989-90b5-085f29c4144f%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-27T00%3A45%3A19.556Z%22%2C%22expirationTime%22%3A1790297119556%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790297119, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"61b98f10-3aec-4989-90b5-085f29c4144f","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': 1774572621, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774572315$o1$g1$t1774572327$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837644327, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'h86XdUPCK30I_btcKMhEfJwOObCPCr4H54_uZnAuWCg-1774572320-1.0.1.1-h_fhqN_xYA7i6qOV.3qxhcT5ueO48Ss7w2kfwwBL_Fn_kFbE2sNlX2AZsmJhGzurBs5YoCwQEIEkI7IaBA1sEcbSwGFIqcOceP2QNSN6_t8', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774574120, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'U6.UxVhIYCjMZUERIwaxee1XPKGGevTIsNDYEhSQhDk-1774572320278-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-27 00:45:29 [ecarstrade.nl] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUlTPtpAFwSjfxzzodJihQZXhxibr_axe76AL-CahvBp4KPSMED4ej2Nj8B4', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': '4j283l4qovls02fmg8te8eolli', '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': 'b5f0e737-8d04-44cc-aa17-9574e94ee8e6', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.1505105647.1774572315', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.853277396.1774572315', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': '13ba118a-c23a-4496-b2cd-c4838f9f96b7', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.674970786.1774572317', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A17151575-c19d-497f-9fff-1081ce740068%22%2C%22%24device_id%22%3A%2217151575-c19d-497f-9fff-1081ce740068%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.044acf6b19bd90a7c77aea1c36a869bf.1774572319080.1774572319080.1774572319080.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': '044acf6b19bd90a7c77aea1c36a869bf', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774572319081', '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-27T00%3A45%3A19.556Z%22%2C%22consentId%22%3A%2261b98f10-3aec-4989-90b5-085f29c4144f%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-27T00%3A45%3A19.556Z%22%2C%22expirationTime%22%3A1790297119556%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"61b98f10-3aec-4989-90b5-085f29c4144f","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.s1774572315$o1$g1$t1774572327$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'h86XdUPCK30I_btcKMhEfJwOObCPCr4H54_uZnAuWCg-1774572320-1.0.1.1-h_fhqN_xYA7i6qOV.3qxhcT5ueO48Ss7w2kfwwBL_Fn_kFbE2sNlX2AZsmJhGzurBs5YoCwQEIEkI7IaBA1sEcbSwGFIqcOceP2QNSN6_t8', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'U6.UxVhIYCjMZUERIwaxee1XPKGGevTIsNDYEhSQhDk-1774572320278-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-27 00:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-27 00:45:30 [ecarstrade.nl] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-27 00:45:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:45:38 [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 00:45:38 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:45:38 [ecarstrade.nl] INFO: Found listing with ID: 7000895auction111028
2026-03-27 00:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:38 [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 00:45:38 [ecarstrade.nl] INFO: Scrape type for 7000895auction111028: 0
2026-03-27 00:45:38 [ecarstrade.nl] INFO: Found listing with ID: 7000896auction111028
2026-03-27 00:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:38 [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 00:45:38 [ecarstrade.nl] INFO: Scrape type for 7000896auction111028: 0
2026-03-27 00:45:38 [ecarstrade.nl] INFO: Found listing with ID: 7000898auction111028
2026-03-27 00:45:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:38 [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 00:45:38 [ecarstrade.nl] INFO: Scrape type for 7000898auction111028: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7000899auction111028
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7000899auction111028: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7000900auction111028
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7000900auction111028: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7000901auction111028
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7000901auction111028: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7000902auction111028
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7000902auction111028: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7000903auction111028
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7000903auction111028: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7000904auction111028
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7000904auction111028: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7004572auction111081
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7004572auction111081: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7004573auction111081
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7004573auction111081: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7004574auction111081
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7004574auction111081: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7004575auction111081
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7004575auction111081: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7004576auction111081
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7004576auction111081: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7004577auction111081
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7004577auction111081: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7004578auction111081
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7004578auction111081: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7004579auction111081
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7004579auction111081: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7004580auction111081
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7004580auction111081: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7004581auction111081
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7004581auction111081: 0
2026-03-27 00:45:39 [ecarstrade.nl] INFO: Found listing with ID: 7004582auction111081
2026-03-27 00:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:39 [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 00:45:39 [ecarstrade.nl] INFO: Scrape type for 7004582auction111081: 0
2026-03-27 00:45:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:45:45 [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 00:45:45 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:45:45 [ecarstrade.nl] INFO: Found listing with ID: 7004583auction111081
2026-03-27 00:45:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004583auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004583auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004584auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004584auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004584auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004585auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004585auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004585auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004586auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004586auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004586auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004587auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004587auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004587auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004588auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004588auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004588auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004589auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004589auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004589auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004590auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004590auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004590auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004591auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004591auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004591auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004592auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004592auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004592auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004593auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004593auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004593auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004594auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004594auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004594auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004595auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004595auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004595auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004596auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004596auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004596auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004597auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004597auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004597auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004598auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004598auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004598auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004599auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004599auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004599auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004600auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004600auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004600auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004601auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004601auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004601auction111081: 0
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Found listing with ID: 7004602auction111081
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004602auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:46 [ecarstrade.nl] INFO: Scrape type for 7004602auction111081: 0
2026-03-27 00:45: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 00:45:53 [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 00:45:53 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004603auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004603auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004603auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004604auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004604auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004604auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004605auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004605auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004605auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004606auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004606auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004606auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004607auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004607auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004607auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004608auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004608auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004608auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004609auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004609auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004609auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004610auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004610auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004610auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004611auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004611auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004611auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004612auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004612auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004612auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004613auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004613auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004613auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004614auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004614auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004614auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004615auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004615auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004615auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004616auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004616auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004616auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004617auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004617auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004617auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004618auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004618auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004618auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004619auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004619auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004619auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004620auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004620auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004620auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004621auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004621auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004621auction111081: 0
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Found listing with ID: 7004622auction111081
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:45:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004622auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:45:53 [ecarstrade.nl] INFO: Scrape type for 7004622auction111081: 0
2026-03-27 00:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:46:00 [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 00:46:00 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004623auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004623auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004623auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004624auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004624auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004624auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004625auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004625auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004625auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004626auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004626auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004626auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004627auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004627auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004627auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004628auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004628auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004628auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004629auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004629auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004629auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004630auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004630auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004630auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004631auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004631auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004631auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004632auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004632auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004632auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004633auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004633auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004633auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004634auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004634auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004634auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004635auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004635auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004635auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004636auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004636auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004636auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004637auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004637auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004637auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004638auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004638auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004638auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004639auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004639auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004639auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004640auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004640auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004640auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004641auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004641auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004641auction111081: 0
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Found listing with ID: 7004642auction111081
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004642auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:00 [ecarstrade.nl] INFO: Scrape type for 7004642auction111081: 0
2026-03-27 00:46:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:46:06 [scrapy.extensions.logstats] INFO: Crawled 5 pages (at 5 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 00:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 198MiB
2026-03-27 00:46:06 [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 00:46:07 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004643auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004643auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004643auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004644auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004644auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004644auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004645auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004645auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004645auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004646auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004646auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004646auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004647auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004647auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004647auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004648auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004648auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004648auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004649auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004649auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004649auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004650auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004650auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004650auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004651auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004651auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004651auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004652auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004652auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004652auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004653auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004653auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004653auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004654auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004654auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004654auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004655auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004655auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004655auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004656auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004656auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004656auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004657auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004657auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004657auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004658auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004658auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004658auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004659auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004659auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004659auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004660auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004660auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004660auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004661auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004661auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004661auction111081: 0
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Found listing with ID: 7004662auction111081
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004662auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:07 [ecarstrade.nl] INFO: Scrape type for 7004662auction111081: 0
2026-03-27 00:46:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:46:13 [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 00:46:13 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004663auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004663auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004663auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004664auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004664auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004664auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004665auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004665auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004665auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004666auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004666auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004666auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004667auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004667auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004667auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004668auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004668auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004668auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004669auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004669auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004669auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004670auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004670auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004670auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004671auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004671auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004671auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004672auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004672auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004672auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004673auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004673auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004673auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004674auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004674auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004674auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004675auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004675auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004675auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004676auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004676auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004676auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004677auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004677auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004677auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004678auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004678auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004678auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004679auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004679auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004679auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004680auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004680auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004680auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004681auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004681auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004681auction111081: 0
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7004682auction111081
2026-03-27 00:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004682auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:13 [ecarstrade.nl] INFO: Scrape type for 7004682auction111081: 0
2026-03-27 00: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 00:46:20 [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 00:46:20 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004683auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004683auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004683auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004684auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004684auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004684auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004685auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004685auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004685auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004686auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004686auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004686auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004687auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004687auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004687auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004688auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004688auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004688auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004689auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004689auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004689auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004690auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004690auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004690auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004691auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004691auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004691auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004692auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004692auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004692auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004693auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004693auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004693auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004694auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004694auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004694auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004695auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004695auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004695auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004696auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004696auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004696auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004697auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004697auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004697auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004698auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004698auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004698auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004699auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004699auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004699auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004700auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004700auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004700auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004701auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004701auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004701auction111081: 0
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7004702auction111081
2026-03-27 00:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004702auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:20 [ecarstrade.nl] INFO: Scrape type for 7004702auction111081: 0
2026-03-27 00: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 00:46:54 [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 00:46:55 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004703auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004703auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004704auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004704auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004705auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004705auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004706auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004706auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004707auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004707auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004708auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004708auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004709auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004709auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004709auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004710auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004710auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004710auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004711auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004711auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004711auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004712auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004712auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004712auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004713auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004713auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004713auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004714auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004714auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004714auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004715auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004715auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004715auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004716auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004716auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004716auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004717auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004717auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004717auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004718auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004718auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004718auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004719auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004719auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004719auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004720auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004720auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004720auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004721auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004721auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004721auction111081: 0
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Found listing with ID: 7004722auction111081
2026-03-27 00:46:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277004722auction111081%27 HTTP/1.1" 200 None
2026-03-27 00:46:55 [ecarstrade.nl] INFO: Scrape type for 7004722auction111081: 0
2026-03-27 00:46:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:47:06 [scrapy.extensions.logstats] INFO: Crawled 9 pages (at 4 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 00:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 222MiB
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7004723auction111081
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7004723auction111081: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7004724auction111081
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7004724auction111081: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7004725auction111081
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7004725auction111081: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7000120auction111023
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7000120auction111023: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7000165auction111023
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7000165auction111023: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7000175auction111023
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7000175auction111023: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7000176auction111023
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7000176auction111023: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7000121auction111023
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7000121auction111023: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7000187auction111023
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7000187auction111023: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7000166auction111023
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7000166auction111023: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7000161auction111023
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7000161auction111023: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7000157auction111023
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7000157auction111023: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7000189auction111023
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7000189auction111023: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7000145auction111023
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7000145auction111023: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7000164auction111023
2026-03-27 00:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:29 [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 00:47:29 [ecarstrade.nl] INFO: Scrape type for 7000164auction111023: 0
2026-03-27 00:47:29 [ecarstrade.nl] INFO: Found listing with ID: 7000159auction111023
2026-03-27 00:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000159auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:30 [ecarstrade.nl] INFO: Scrape type for 7000159auction111023: 0
2026-03-27 00:47:30 [ecarstrade.nl] INFO: Found listing with ID: 7000123auction111023
2026-03-27 00:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000123auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:30 [ecarstrade.nl] INFO: Scrape type for 7000123auction111023: 0
2026-03-27 00:47:30 [ecarstrade.nl] INFO: Found listing with ID: 7000191auction111023
2026-03-27 00:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000191auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:30 [ecarstrade.nl] INFO: Scrape type for 7000191auction111023: 0
2026-03-27 00:47:30 [ecarstrade.nl] INFO: Found listing with ID: 7000139auction111023
2026-03-27 00:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000139auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:30 [ecarstrade.nl] INFO: Scrape type for 7000139auction111023: 0
2026-03-27 00:47:30 [ecarstrade.nl] INFO: Found listing with ID: 7000153auction111023
2026-03-27 00:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000153auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:30 [ecarstrade.nl] INFO: Scrape type for 7000153auction111023: 0
2026-03-27 00:47:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:47:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000163auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000163auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000163auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000169auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000169auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000169auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000133auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000133auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000133auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000160auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000160auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000160auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000158auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000158auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000158auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000188auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000188auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000188auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000190auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000190auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000190auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000162auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000162auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000162auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000170auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000170auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000170auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000149auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000149auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000149auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000124auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000124auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000124auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000172auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000172auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000172auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000148auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000148auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000148auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000171auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000171auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000171auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000127auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000127auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000127auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000138auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000138auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000138auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000129auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000129auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000129auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000134auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000134auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000134auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000155auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000155auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000155auction111023: 0
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Found listing with ID: 7000122auction111023
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000122auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:37 [ecarstrade.nl] INFO: Scrape type for 7000122auction111023: 0
2026-03-27 00:47:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:47:44 [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 00:47:44 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000128auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000128auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000128auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000136auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000136auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000136auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000131auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000131auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000131auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000126auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000126auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000126auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000156auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000156auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000156auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000135auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000135auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000135auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000154auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000154auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000154auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000140auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000140auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000140auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000125auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000125auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000125auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000132auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000132auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000132auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000173auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000173auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000173auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000141auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000141auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000141auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000152auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000152auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000152auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000167auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000167auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000167auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000142auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000142auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000142auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000178auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000178auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000178auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000174auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000174auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000174auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000143auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000143auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000143auction111023: 0
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Found listing with ID: 7000144auction111023
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000144auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:44 [ecarstrade.nl] INFO: Scrape type for 7000144auction111023: 0
2026-03-27 00:47:45 [ecarstrade.nl] INFO: Found listing with ID: 7000130auction111023
2026-03-27 00:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000130auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:45 [ecarstrade.nl] INFO: Scrape type for 7000130auction111023: 0
2026-03-27 00:47:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:47:51 [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 00:47:52 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7000150auction111023
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000150auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7000150auction111023: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7000168auction111023
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000168auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7000168auction111023: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7000177auction111023
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000177auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7000177auction111023: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7000137auction111023
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000137auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7000137auction111023: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7000151auction111023
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000151auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7000151auction111023: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7000179auction111023
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000179auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7000179auction111023: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7000181auction111023
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000181auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7000181auction111023: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7000180auction111023
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000180auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7000180auction111023: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7000146auction111023
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000146auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7000146auction111023: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7000147auction111023
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000147auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7000147auction111023: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7000182auction111023
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000182auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7000182auction111023: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7000184auction111023
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000184auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7000184auction111023: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7000186auction111023
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000186auction111023%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7000186auction111023: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7005149auction111084
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005149auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7005149auction111084: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7005206auction111084
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005206auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7005206auction111084: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7005207auction111084
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005207auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7005207auction111084: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7005205auction111084
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005205auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7005205auction111084: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7005203auction111084
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005203auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7005203auction111084: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7005148auction111084
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005148auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7005148auction111084: 0
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Found listing with ID: 7005204auction111084
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005204auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:52 [ecarstrade.nl] INFO: Scrape type for 7005204auction111084: 0
2026-03-27 00:47:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:47:59 [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 00:47:59 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005166auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005166auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005166auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005208auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005208auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005208auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005192auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005192auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005192auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005169auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005169auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005169auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005147auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005147auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005147auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005181auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005181auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005181auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005146auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005146auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005146auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005151auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005151auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005151auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005165auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005165auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005165auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005202auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005202auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005202auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005193auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005193auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005193auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005163auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005163auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005163auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005194auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005194auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005194auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005167auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005167auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005167auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005196auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005196auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005196auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005184auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005184auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005184auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005170auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005170auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005170auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005168auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005168auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005168auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005154auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005154auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005154auction111084: 0
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Found listing with ID: 7005176auction111084
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005176auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:47:59 [ecarstrade.nl] INFO: Scrape type for 7005176auction111084: 0
2026-03-27 00:47: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 00:48:05 [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 00:48:05 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:48:05 [ecarstrade.nl] INFO: Found listing with ID: 7005157auction111084
2026-03-27 00:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005157auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:05 [ecarstrade.nl] INFO: Scrape type for 7005157auction111084: 0
2026-03-27 00:48:05 [ecarstrade.nl] INFO: Found listing with ID: 7005209auction111084
2026-03-27 00:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005209auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:05 [ecarstrade.nl] INFO: Scrape type for 7005209auction111084: 0
2026-03-27 00:48:05 [ecarstrade.nl] INFO: Found listing with ID: 7005158auction111084
2026-03-27 00:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005158auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:05 [ecarstrade.nl] INFO: Scrape type for 7005158auction111084: 0
2026-03-27 00:48:05 [ecarstrade.nl] INFO: Found listing with ID: 7005161auction111084
2026-03-27 00:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005161auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005161auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005191auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005191auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005191auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005177auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005177auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005177auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005190auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005190auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005190auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005162auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005162auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005162auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005159auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005159auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005159auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005164auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005164auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005164auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005178auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005178auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005178auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005179auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005179auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005179auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005188auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005188auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005188auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005153auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005153auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005153auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005155auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005155auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005155auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005156auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005156auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005156auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005175auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005175auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005175auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005152auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005152auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005152auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005187auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005187auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005187auction111084: 0
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Found listing with ID: 7005189auction111084
2026-03-27 00:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00: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%277005189auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:06 [ecarstrade.nl] INFO: Scrape type for 7005189auction111084: 0
2026-03-27 00:48:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:48:06 [scrapy.extensions.logstats] INFO: Crawled 15 pages (at 6 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 00:48:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 251MiB
2026-03-27 00:48:12 [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 00:48:13 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7005185auction111084
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005185auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7005185auction111084: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7005201auction111084
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005201auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7005201auction111084: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7005199auction111084
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005199auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7005199auction111084: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7005173auction111084
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005173auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7005173auction111084: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7005200auction111084
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005200auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7005200auction111084: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7005150auction111084
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005150auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7005150auction111084: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7005197auction111084
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005197auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7005197auction111084: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7005195auction111084
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005195auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7005195auction111084: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7005172auction111084
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005172auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7005172auction111084: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7005198auction111084
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005198auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7005198auction111084: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7005171auction111084
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005171auction111084%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7005171auction111084: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7004123auction111077
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004123auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7004123auction111077: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7004138auction111077
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004138auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7004138auction111077: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7004128auction111077
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004128auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7004128auction111077: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7004124auction111077
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004124auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7004124auction111077: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7004136auction111077
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004136auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7004136auction111077: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7004147auction111077
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004147auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7004147auction111077: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7004126auction111077
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004126auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7004126auction111077: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7004255auction111077
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004255auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7004255auction111077: 0
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Found listing with ID: 7004285auction111077
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004285auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:13 [ecarstrade.nl] INFO: Scrape type for 7004285auction111077: 0
2026-03-27 00:48:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:48:19 [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 00:48:20 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004283auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004283auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004283auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004190auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004190auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004190auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004289auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004289auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004289auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004155auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004155auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004155auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004260auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004260auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004260auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004253auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004253auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004253auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004135auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004135auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004135auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004139auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004139auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004139auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004133auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004133auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004133auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004254auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004254auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004254auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004279auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004279auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004279auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004192auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004192auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004192auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004193auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004193auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004193auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004196auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004196auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004196auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004278auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004278auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004278auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004131auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004131auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004131auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004275auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004275auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004275auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004127auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004127auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004127auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004290auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004290auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004290auction111077: 0
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Found listing with ID: 7004169auction111077
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004169auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:20 [ecarstrade.nl] INFO: Scrape type for 7004169auction111077: 0
2026-03-27 00:48: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 00:48:27 [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 00:48:27 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004263auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004263auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004263auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004261auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004261auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004261auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004282auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004282auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004282auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004315auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004315auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004315auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004251auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004251auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004251auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004252auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004252auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004252auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004250auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004250auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004250auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004163auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004163auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004163auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004114auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004114auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004114auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004141auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004141auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004141auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004262auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004262auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004262auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004314auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004314auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004314auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004265auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004265auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004265auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004313auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004313auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004313auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004117auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004117auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004117auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004161auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004161auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004161auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004154auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004154auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004154auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004264auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004264auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004264auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004177auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004177auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004177auction111077: 0
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Found listing with ID: 7004195auction111077
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004195auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:27 [ecarstrade.nl] INFO: Scrape type for 7004195auction111077: 0
2026-03-27 00:48:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:48:35 [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 00:48:36 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004266auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004266auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004266auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004189auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004189auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004189auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004130auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004130auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004130auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004119auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004119auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004119auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004157auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004157auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004157auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004182auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004182auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004182auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004323auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004323auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004323auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004110auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004110auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004110auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004115auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004115auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004115auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004149auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004149auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004149auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004258auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004258auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004258auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004122auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004122auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004122auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004318auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004318auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004318auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004287auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004287auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004287auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004288auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004288auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004288auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004297auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004297auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004297auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004257auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004257auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004257auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004259auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004259auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004259auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004299auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004299auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004299auction111077: 0
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7004324auction111077
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004324auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:36 [ecarstrade.nl] INFO: Scrape type for 7004324auction111077: 0
2026-03-27 00:48:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:48:42 [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 00:48:43 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004291auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004291auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004291auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004292auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004292auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004292auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004116auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004116auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004116auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004142auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004142auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004142auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004179auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004179auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004179auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004317auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004317auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004317auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004118auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004118auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004118auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004168auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004168auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004168auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004143auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004143auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004143auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004284auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004284auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004284auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004113auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004113auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004113auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004121auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004121auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004121auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004271auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004271auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004271auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004109auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004109auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004109auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004188auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004188auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004188auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004293auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004293auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004293auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004120auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004120auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004120auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004274auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004274auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004274auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004309auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004309auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004309auction111077: 0
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7004272auction111077
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004272auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:48:43 [ecarstrade.nl] INFO: Scrape type for 7004272auction111077: 0
2026-03-27 00:48:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:49:06 [scrapy.extensions.logstats] INFO: Crawled 20 pages (at 5 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 00:49:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 275MiB
2026-03-27 00:49: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 00:49:20 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Found listing with ID: 7004320auction111077
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004320auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Scrape type for 7004320auction111077: 0
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Found listing with ID: 7004148auction111077
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004148auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Scrape type for 7004148auction111077: 0
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Found listing with ID: 7004268auction111077
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004268auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Scrape type for 7004268auction111077: 0
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Found listing with ID: 7004294auction111077
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004294auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Scrape type for 7004294auction111077: 0
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Found listing with ID: 7004277auction111077
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004277auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Scrape type for 7004277auction111077: 0
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Found listing with ID: 7004107auction111077
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004107auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Scrape type for 7004107auction111077: 0
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Found listing with ID: 7004159auction111077
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004159auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Scrape type for 7004159auction111077: 0
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Found listing with ID: 7004172auction111077
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004172auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:20 [ecarstrade.nl] INFO: Scrape type for 7004172auction111077: 0
2026-03-27 00:49:21 [ecarstrade.nl] INFO: Found listing with ID: 7004269auction111077
2026-03-27 00:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:21 [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 00:49:21 [ecarstrade.nl] INFO: Scrape type for 7004269auction111077: 0
2026-03-27 00:49:21 [ecarstrade.nl] INFO: Found listing with ID: 7004296auction111077
2026-03-27 00:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:21 [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 00:49:21 [ecarstrade.nl] INFO: Scrape type for 7004296auction111077: 0
2026-03-27 00:49:21 [ecarstrade.nl] INFO: Found listing with ID: 7004160auction111077
2026-03-27 00:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:21 [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 00:49:21 [ecarstrade.nl] INFO: Scrape type for 7004160auction111077: 0
2026-03-27 00:49:21 [ecarstrade.nl] INFO: Found listing with ID: 7004273auction111077
2026-03-27 00:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:21 [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 00:49:21 [ecarstrade.nl] INFO: Scrape type for 7004273auction111077: 0
2026-03-27 00:49:21 [ecarstrade.nl] INFO: Found listing with ID: 7004280auction111077
2026-03-27 00:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:21 [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 00:49:21 [ecarstrade.nl] INFO: Scrape type for 7004280auction111077: 0
2026-03-27 00:49:21 [ecarstrade.nl] INFO: Found listing with ID: 7004298auction111077
2026-03-27 00:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:21 [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 00:49:21 [ecarstrade.nl] INFO: Scrape type for 7004298auction111077: 0
2026-03-27 00:49:21 [ecarstrade.nl] INFO: Found listing with ID: 7004267auction111077
2026-03-27 00:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:21 [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 00:49:21 [ecarstrade.nl] INFO: Scrape type for 7004267auction111077: 0
2026-03-27 00:49:21 [ecarstrade.nl] INFO: Found listing with ID: 7004286auction111077
2026-03-27 00:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:21 [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 00:49:21 [ecarstrade.nl] INFO: Scrape type for 7004286auction111077: 0
2026-03-27 00:49:21 [ecarstrade.nl] INFO: Found listing with ID: 7004295auction111077
2026-03-27 00:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:21 [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 00:49:21 [ecarstrade.nl] INFO: Scrape type for 7004295auction111077: 0
2026-03-27 00:49:21 [ecarstrade.nl] INFO: Found listing with ID: 7004322auction111077
2026-03-27 00:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:21 [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 00:49:21 [ecarstrade.nl] INFO: Scrape type for 7004322auction111077: 0
2026-03-27 00:49:21 [ecarstrade.nl] INFO: Found listing with ID: 7004164auction111077
2026-03-27 00:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49: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 00:49:21 [ecarstrade.nl] INFO: Scrape type for 7004164auction111077: 0
2026-03-27 00:49:21 [ecarstrade.nl] INFO: Found listing with ID: 7004145auction111077
2026-03-27 00:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49: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 00:49:21 [ecarstrade.nl] INFO: Scrape type for 7004145auction111077: 0
2026-03-27 00:49: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 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004316auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004316auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004321auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004321auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004108auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004108auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004270auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004270auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004101auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004101auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004102auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004102auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004104auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004104auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004106auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004106auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004103auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004103auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004105auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004105auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7005063auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7005063auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004176auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004176auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004276auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004276auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004312auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004312auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004311auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004311auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004152auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004152auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004325auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004325auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004170auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004170auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004174auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004174auction111077: 0
2026-03-27 00:49:28 [ecarstrade.nl] INFO: Found listing with ID: 7004301auction111077
2026-03-27 00:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:28 [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 00:49:28 [ecarstrade.nl] INFO: Scrape type for 7004301auction111077: 0
2026-03-27 00:49: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 00:49:35 [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 00:49:36 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004167auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004167auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004167auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004175auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004175auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004175auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004151auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004151auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004151auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004165auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004165auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004165auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004183auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004183auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004183auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004319auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004319auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004319auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004306auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004306auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004306auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004184auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004184auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004184auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004281auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004281auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004281auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004310auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004310auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004310auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004308auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004308auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004308auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004186auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004186auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004186auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004300auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004300auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004300auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004256auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004256auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004256auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004112auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004112auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004112auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004111auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004111auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004111auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004100auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004100auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004100auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004180auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004180auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004180auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7004307auction111077
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004307auction111077%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7004307auction111077: 0
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Found listing with ID: 7006194auction111095
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006194auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:36 [ecarstrade.nl] INFO: Scrape type for 7006194auction111095: 0
2026-03-27 00:49:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:49:42 [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 00:49:43 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006216auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006216auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006216auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006221auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006221auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006221auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006486auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006486auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006486auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006485auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006485auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006485auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006223auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006223auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006223auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006202auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006202auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006202auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006187auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006187auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006187auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006174auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006174auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006174auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006178auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006178auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006178auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006111auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006111auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006111auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006108auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006108auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006108auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006488auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006488auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006488auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006098auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006098auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006098auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006191auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006191auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006191auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006107auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006107auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006107auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006104auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006104auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006104auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006214auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006214auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006214auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006219auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006219auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006219auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006100auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006100auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006100auction111095: 0
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Found listing with ID: 7006123auction111095
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006123auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:43 [ecarstrade.nl] INFO: Scrape type for 7006123auction111095: 0
2026-03-27 00:49:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:49:50 [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 00:49:50 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Found listing with ID: 7006114auction111095
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006114auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Scrape type for 7006114auction111095: 0
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Found listing with ID: 7006186auction111095
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006186auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Scrape type for 7006186auction111095: 0
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Found listing with ID: 7006110auction111095
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006110auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Scrape type for 7006110auction111095: 0
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Found listing with ID: 7006135auction111095
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006135auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Scrape type for 7006135auction111095: 0
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Found listing with ID: 7006102auction111095
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006102auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Scrape type for 7006102auction111095: 0
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Found listing with ID: 7006129auction111095
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006129auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Scrape type for 7006129auction111095: 0
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Found listing with ID: 7006181auction111095
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006181auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Scrape type for 7006181auction111095: 0
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Found listing with ID: 7006119auction111095
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006119auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Scrape type for 7006119auction111095: 0
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Found listing with ID: 7006206auction111095
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006206auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Scrape type for 7006206auction111095: 0
2026-03-27 00:49:50 [ecarstrade.nl] INFO: Found listing with ID: 7006208auction111095
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006208auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Scrape type for 7006208auction111095: 0
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Found listing with ID: 7006198auction111095
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006198auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Scrape type for 7006198auction111095: 0
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Found listing with ID: 7006117auction111095
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006117auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Scrape type for 7006117auction111095: 0
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Found listing with ID: 7006176auction111095
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006176auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Scrape type for 7006176auction111095: 0
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Found listing with ID: 7006139auction111095
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006139auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Scrape type for 7006139auction111095: 0
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Found listing with ID: 7006164auction111095
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006164auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Scrape type for 7006164auction111095: 0
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Found listing with ID: 7006196auction111095
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006196auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Scrape type for 7006196auction111095: 0
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Found listing with ID: 7006166auction111095
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006166auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Scrape type for 7006166auction111095: 0
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Found listing with ID: 7006183auction111095
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006183auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Scrape type for 7006183auction111095: 0
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Found listing with ID: 7006200auction111095
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006200auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Scrape type for 7006200auction111095: 0
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Found listing with ID: 7006212auction111095
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006212auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:51 [ecarstrade.nl] INFO: Scrape type for 7006212auction111095: 0
2026-03-27 00:49:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:49:57 [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 00:49:57 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 7006116auction111095
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006116auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 7006116auction111095: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 7006151auction111095
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006151auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 7006151auction111095: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 7006097auction111095
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006097auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 7006097auction111095: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 7006125auction111095
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006125auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 7006125auction111095: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 7006155auction111095
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006155auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 7006155auction111095: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 7006146auction111095
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006146auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 7006146auction111095: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 7006161auction111095
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006161auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 7006161auction111095: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 7006169auction111095
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006169auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 7006169auction111095: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 7006142auction111095
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006142auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 7006142auction111095: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 7006172auction111095
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006172auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 7006172auction111095: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 7006203auction111095
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006203auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 7006203auction111095: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 7006127auction111095
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006127auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 7006127auction111095: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 7006210auction111095
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006210auction111095%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 7006210auction111095: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 6999952auction111021
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999952auction111021%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 6999952auction111021: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 6999954auction111021
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999954auction111021%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 6999954auction111021: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 6999947auction111021
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999947auction111021%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 6999947auction111021: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 6999957auction111021
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999957auction111021%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 6999957auction111021: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 6999956auction111021
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999956auction111021%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 6999956auction111021: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 6999949auction111021
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999949auction111021%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 6999949auction111021: 0
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Found listing with ID: 6999946auction111021
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999946auction111021%27 HTTP/1.1" 200 None
2026-03-27 00:49:57 [ecarstrade.nl] INFO: Scrape type for 6999946auction111021: 0
2026-03-27 00:49:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:50:04 [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 00:50:04 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 6999955auction111021
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999955auction111021%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 6999955auction111021: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 6999950auction111021
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999950auction111021%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 6999950auction111021: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 6999951auction111021
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999951auction111021%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 6999951auction111021: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 6999953auction111021
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999953auction111021%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 6999953auction111021: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 6999948auction111021
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999948auction111021%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 6999948auction111021: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 6999443auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999443auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 6999443auction111008: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 7001333auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277001333auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 7001333auction111008: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 7002866auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002866auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 7002866auction111008: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 6999445auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999445auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 6999445auction111008: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 6999441auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999441auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 6999441auction111008: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 6999440auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999440auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 6999440auction111008: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 7002869auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002869auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 7002869auction111008: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 7002870auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002870auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 7002870auction111008: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 7002874auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002874auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 7002874auction111008: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 7002861auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002861auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 7002861auction111008: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 7002863auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002863auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 7002863auction111008: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 7002862auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002862auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 7002862auction111008: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 7002867auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002867auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 7002867auction111008: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 7002912auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002912auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 7002912auction111008: 0
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Found listing with ID: 7002854auction111008
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002854auction111008%27 HTTP/1.1" 200 None
2026-03-27 00:50:04 [ecarstrade.nl] INFO: Scrape type for 7002854auction111008: 0
2026-03-27 00:50:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:50:06 [scrapy.extensions.logstats] INFO: Crawled 27 pages (at 7 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 00:50:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 311MiB
2026-03-27 00:50:10 [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 00:50:11 [ecarstrade.nl] INFO: Found 15 car items
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 7002875auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 7002875auction111008: 0
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 7002873auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 7002873auction111008: 0
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 7002859auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 7002859auction111008: 0
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 7002910auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 7002910auction111008: 0
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 7002911auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 7002911auction111008: 0
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 7002872auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 7002872auction111008: 0
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 7002871auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 7002871auction111008: 0
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 7002855auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 7002855auction111008: 0
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 7002858auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 7002858auction111008: 0
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 7002856auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 7002856auction111008: 0
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 7002868auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 7002868auction111008: 0
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 6999442auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 6999442auction111008: 0
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 7002857auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 7002857auction111008: 0
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 7002860auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 7002860auction111008: 0
2026-03-27 00:50:11 [ecarstrade.nl] INFO: Found listing with ID: 7002876auction111008
2026-03-27 00:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:11 [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 00:50:11 [ecarstrade.nl] INFO: Scrape type for 7002876auction111008: 0
2026-03-27 00:50:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:50:26 [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 00:50:26 [ecarstrade.nl] INFO: No car items found on page 28
2026-03-27 00:50:26 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-27 00:50:26 [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>: 535, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-27 00:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:50:27 [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%201774140627 HTTP/1.1" 200 None
2026-03-27 00:50:27 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (0 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.nl/task_35_2026-03-27T00_45_00.jl
2026-03-27 00:50:27 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 68221,
'downloader/request_count': 29,
'downloader/request_method_count/GET': 29,
'downloader/response_bytes': 24348388,
'downloader/response_count': 29,
'downloader/response_status_count/200': 29,
'elapsed_time_seconds': 320.401007,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 27, 0, 50, 27, 247243, tzinfo=datetime.timezone.utc),
'log_count/DEBUG': 1495,
'log_count/INFO': 1154,
'memusage/max': 326316032,
'memusage/startup': 149827584,
'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': 177,
'playwright/request_count/method/GET': 153,
'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': 85,
'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': 177,
'playwright/response_count/method/GET': 153,
'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': 85,
'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': 29,
'scheduler/dequeued': 29,
'scheduler/dequeued/memory': 29,
'scheduler/enqueued': 29,
'scheduler/enqueued/memory': 29,
'scrape_type/skipped': 535,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 28,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 9.857168021279252,
'scrapy-zyte-api/mean_response_seconds': 10.089796948828733,
'scrapy-zyte-api/processed': 28,
'scrapy-zyte-api/request_args/browserHtml': 28,
'scrapy-zyte-api/request_args/experimental.requestCookies': 28,
'scrapy-zyte-api/request_args/experimental.responseCookies': 28,
'scrapy-zyte-api/request_args/requestHeaders': 28,
'scrapy-zyte-api/request_args/sessionContext': 28,
'scrapy-zyte-api/request_args/url': 28,
'scrapy-zyte-api/status_codes/200': 28,
'scrapy-zyte-api/success': 28,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 27, 0, 45, 6, 846236, tzinfo=datetime.timezone.utc)}
2026-03-27 00:50:27 [scrapy.core.engine] INFO: Spider closed (finished)