2026-03-26 00:00:05 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-26 00:00:05 [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-26 00:00:05 [ecarstrade.de] INFO: Starting spider ecarstrade.de
2026-03-26 00:00:05 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-26 00:00:05 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-26 00:00:05 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-26 00:00:05 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-26 00:00:06 [scrapy.extensions.telnet] INFO: Telnet Password: f261faff087d2ee2
2026-03-26 00:00: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-26 00:00: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.de/task_42_2026-03-26T00_00_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-26 00:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 00:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 00:00: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-26 00:00:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-26 00:00: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-26 00:00:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-26 00:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 00:00:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-26 00:00:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-26 00:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-26 00:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-26 00:00: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-26 00:00:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-26 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-26 00:00: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-26 00:00: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-26 00:00:06 [scrapy.core.engine] INFO: Spider opened
2026-03-26 00:00:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-26 00:00:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-26 00:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-26 00:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-26 00:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-26 00:00:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-26 00:00:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-26 00:00:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-26 00:00:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-26 00:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-26 00:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-26 00:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-26 00:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00: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-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2aaf8176> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2aaf8176> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2aaf8176> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2aaf8176> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-26 00:00: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-26 00:00: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-26 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser> (resource type: fetch, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00: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-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2aaf8176>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2aaf8176>
2026-03-26 00:00: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-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-26 00:00: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-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-26 00:00: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-26 00:00: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-26 00:00: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-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-26 00:00: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=2aaf8176)
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-26 00:00: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-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-26 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63o1> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=AW-742220279> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63o1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=1&tft=1774483216074&tfd=3127> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1318929504&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=134255484&gjid=665653151&cid=2094756060.1774483216&tid=UA-73443533-1&_gid=1671532795.1774483216&_r=1&_slc=1&z=1031483584> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63o1>
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1318929504&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=134255484&gjid=665653151&cid=2094756060.1774483216&tid=UA-73443533-1&_gid=1671532795.1774483216&_r=1&_slc=1&z=1031483584>
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200>
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774483216404&cv=11&fst=1774483216404&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774483216435&tfd=3489> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256z8811692034za20gzb811692034zd811692034&_p=1774483214778&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2094756060.1774483216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&sid=1774483216&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&ep.fragment=&tfd=3554> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=2094756060.1774483216>m=45je63o1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [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=2094756060.1774483216>m=45je63o1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&z=1918006563> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za20gzb811692034zd811692034&_p=1774483214778&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2094756060.1774483216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&sid=1774483216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=3&tfd=3574> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774482900000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za20gzb811692034zd811692034&_p=1774483214778&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2094756060.1774483216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&sid=1774483216&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=1774480248&ep.url=%2Fsearch&ep.eventName=search&_et=2&tfd=3641> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00:16 [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=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63o1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=1&tft=1774483216588&tfd=3642> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00: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-26 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990755/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00: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-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00: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-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2> (resource type: font, referrer: https://ecarstrade.com/)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990757/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990808/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990821/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990822/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990847/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990848/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990913/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990966/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991130/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991131/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63o1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=1&tft=1774483216074&tfd=3127>
2026-03-26 00:00:17 [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=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63o1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252&apve=1&apvf=f&apvc=1&tft=1774483216588&tfd=3642>
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991132/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991133/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991134/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991145/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991181/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991213/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991214/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991215/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991216/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774483216435&tfd=3489>
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774482900000/5441429.js>
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990755/photo_000/260x0__r.jpg>
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za20gzb811692034zd811692034&_p=1774483214778&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2094756060.1774483216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&sid=1774483216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=3&tfd=3574>
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25923&mobile=false&messagesUtk=8330a183d6c54a6486d2945760fdcd05&traceId=8330a183d6c54a6486d2945760fdcd05> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za20gzb811692034zd811692034&_p=1774483214778&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2094756060.1774483216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&sid=1774483216&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=1774480248&ep.url=%2Fsearch&ep.eventName=search&_et=2&tfd=3641>
2026-03-26 00:00: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-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=2094756060.1774483216>m=45je63o1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252>
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774483216404&cv=11&fst=1774483216404&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-26 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774483216404&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9AC67V4ZVwGNBFfCRY03FoMyjXX0EyAy3X4IRbd5kmPvF_zmT4j0dtR0ggiY-r6BkGLTUsUM-wX21cuhX7o9acUhZLiWyavFzI7g&random=3675224624&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774483216404&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9AC67V4ZVwGNBFfCRY03FoMyjXX0EyAy3X4IRbd5kmPvF_zmT4j0dtR0ggiY-r6BkGLTUsUM-wX21cuhX7o9acUhZLiWyavFzI7g&random=3675224624&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-26 00:00:18 [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=2094756060.1774483216>m=45je63o1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&z=1918006563>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990757/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990808/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990821/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990822/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990847/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990848/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256z8811692034za20gzb811692034zd811692034&_p=1774483214778&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2094756060.1774483216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&sid=1774483216&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&ep.fragment=&tfd=3554>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990913/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991130/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6990966/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991131/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991132/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991133/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991134/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991145/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991181/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991213/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991214/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991215/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6991216/photo_000/260x0__r.jpg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://y.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774483216404&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9AC67V4ZVwGNBFfCRY03FoMyjXX0EyAy3X4IRbd5kmPvF_zmT4j0dtR0ggiY-r6BkGLTUsUM-wX21cuhX7o9acUhZLiWyavFzI7g&random=3675224624&rmt_tld=0&ipr=y>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774483216404&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9AC67V4ZVwGNBFfCRY03FoMyjXX0EyAy3X4IRbd5kmPvF_zmT4j0dtR0ggiY-r6BkGLTUsUM-wX21cuhX7o9acUhZLiWyavFzI7g&random=3675224624&rmt_tld=1&ipr=y>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/573.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&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=1774483218463&vi=56d1f9155be63f57609e8727b2ef2314&nc=true&u=129379155.56d1f9155be63f57609e8727b2ef2314.1774483218462.1774483218462.1774483218462.1&b=129379155.1.1774483218462&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2aaf8176> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=2aaf8176> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2aaf8176> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2aaf8176> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://y.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25923&mobile=false&messagesUtk=8330a183d6c54a6486d2945760fdcd05&traceId=8330a183d6c54a6486d2945760fdcd05>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2aaf8176>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2aaf8176>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2aaf8176>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2aaf8176>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2aaf8176)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/chosen-sprite.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2aaf8176)
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-26 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-26 00:00: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=1774483218995&vi=56d1f9155be63f57609e8727b2ef2314&nc=true&u=129379155.56d1f9155be63f57609e8727b2ef2314.1774483218462.1774483218462.1774483218462.1&b=129379155.1.1774483218462&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://y.clarity.ms/collect>
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&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=1774483218463&vi=56d1f9155be63f57609e8727b2ef2314&nc=true&u=129379155.56d1f9155be63f57609e8727b2ef2314.1774483218462.1774483218462.1774483218462.1&b=129379155.1.1774483218462&cc=15>
2026-03-26 00:00: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=1774483219191&vi=56d1f9155be63f57609e8727b2ef2314&nc=true&u=129379155.56d1f9155be63f57609e8727b2ef2314.1774483218462.1774483218462.1774483218462.1&b=129379155.1.1774483218462&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774483218995&vi=56d1f9155be63f57609e8727b2ef2314&nc=true&u=129379155.56d1f9155be63f57609e8727b2ef2314.1774483218462.1774483218462.1774483218462.1&b=129379155.1.1774483218462&cc=15>
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774483219228&cv=11&fst=1774483219228&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za20gzb811692034zd811692034&_p=1774483214778&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2094756060.1774483216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAACGQ&_s=4&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&uid=0&sid=1774483216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=57&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=6310> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00: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=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774480248&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774483219261&tfd=6315> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774483219191&vi=56d1f9155be63f57609e8727b2ef2314&nc=true&u=129379155.56d1f9155be63f57609e8727b2ef2314.1774483218462.1774483218462.1774483218462.1&b=129379155.1.1774483218462&cc=15>
2026-03-26 00:00: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=1774483219453&vi=56d1f9155be63f57609e8727b2ef2314&nc=true&u=129379155.56d1f9155be63f57609e8727b2ef2314.1774483218462.1774483218462.1774483218462.1&b=129379155.1.1774483218462&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za20gzb811692034zd811692034&_p=1774483214778&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2094756060.1774483216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAACGQ&_s=4&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&uid=0&sid=1774483216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=57&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=6310>
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774483219525&cv=11&fst=1774483219525&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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-26 00:00: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=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774480248&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774483219543&tfd=6597> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://y.clarity.ms/collect>
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774483219228&cv=11&fst=1774483219228&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774483219228&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B9o4AxI_6o5hz1_tlk_ZK5KGWK3TebmP0s-09x1ttf_agLZGzNpfLMU2DQpkuVyhXtzs54EUSZCJNIa7tPCGWcIGopoQ4ugHXjTlVgTlO-2OIqSQ3jruXFZQ&random=1153013354&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774483219228&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B9o4AxI_6o5hz1_tlk_ZK5KGWK3TebmP0s-09x1ttf_agLZGzNpfLMU2DQpkuVyhXtzs54EUSZCJNIa7tPCGWcIGopoQ4ugHXjTlVgTlO-2OIqSQ3jruXFZQ&random=1153013354&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774480248&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774483219261&tfd=6315>
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774483219453&vi=56d1f9155be63f57609e8727b2ef2314&nc=true&u=129379155.56d1f9155be63f57609e8727b2ef2314.1774483218462.1774483218462.1774483218462.1&b=129379155.1.1774483218462&cc=15>
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774483219525&cv=11&fst=1774483219525&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774480248&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774483219543&tfd=6597>
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774483219525&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B9libwzTdsqIgtP-hnGEujTBtuKYT0ao408E8cuImb0K9cIHJWWj-9O8Uf4p_2Eb_ACe33_7zRpyIzKlkxTOZRD0lUtPI8Hqr6h9kahsjEQqhl2q1hlSLJ0Q&random=4072682885&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774483219525&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B9libwzTdsqIgtP-hnGEujTBtuKYT0ao408E8cuImb0K9cIHJWWj-9O8Uf4p_2Eb_ACe33_7zRpyIzKlkxTOZRD0lUtPI8Hqr6h9kahsjEQqhl2q1hlSLJ0Q&random=4072682885&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774483219228&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B9o4AxI_6o5hz1_tlk_ZK5KGWK3TebmP0s-09x1ttf_agLZGzNpfLMU2DQpkuVyhXtzs54EUSZCJNIa7tPCGWcIGopoQ4ugHXjTlVgTlO-2OIqSQ3jruXFZQ&random=1153013354&rmt_tld=0&ipr=y>
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774483219525&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B9libwzTdsqIgtP-hnGEujTBtuKYT0ao408E8cuImb0K9cIHJWWj-9O8Uf4p_2Eb_ACe33_7zRpyIzKlkxTOZRD0lUtPI8Hqr6h9kahsjEQqhl2q1hlSLJ0Q&random=4072682885&rmt_tld=0&ipr=y>
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774483219228&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B9o4AxI_6o5hz1_tlk_ZK5KGWK3TebmP0s-09x1ttf_agLZGzNpfLMU2DQpkuVyhXtzs54EUSZCJNIa7tPCGWcIGopoQ4ugHXjTlVgTlO-2OIqSQ3jruXFZQ&random=1153013354&rmt_tld=1&ipr=y>
2026-03-26 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774483219525&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B9libwzTdsqIgtP-hnGEujTBtuKYT0ao408E8cuImb0K9cIHJWWj-9O8Uf4p_2Eb_ACe33_7zRpyIzKlkxTOZRD0lUtPI8Hqr6h9kahsjEQqhl2q1hlSLJ0Q&random=4072682885&rmt_tld=1&ipr=y>
2026-03-26 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-26 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://y.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://y.clarity.ms/collect>
2026-03-26 00:00: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-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/221/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 00:00: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-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002764/photo_000/260x0__r.jpg>
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002746/photo_000/260x0__r.jpg>
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002763/photo_000/260x0__r.jpg>
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002744/photo_000/260x0__r.jpg>
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002742/photo_000/260x0__r.jpg>
2026-03-26 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002743/photo_000/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002733/photo_000/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002641/photo_000/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002640/photo_000/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002638/photo_001/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002637/photo_001/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002632/photo_001/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/221/logo.png>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002629/photo_001/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002630/photo_001/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002631/photo_001/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002627/photo_001/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002628/photo_001/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002626/photo_001/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002625/photo_001/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002622/photo_001/260x0__r.jpg>
2026-03-26 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-26 00:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za20gzb811692034zd811692034&_p=1774483214778&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2094756060.1774483216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&uid=0&sid=1774483216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=11311> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63o1v871189256za20gzb811692034zd811692034&_p=1774483214778&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2094756060.1774483216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252&uid=0&sid=1774483216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=11311>
2026-03-26 00:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://y.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 00:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774483224729&vi=56d1f9155be63f57609e8727b2ef2314&nc=true&u=129379155.56d1f9155be63f57609e8727b2ef2314.1774483218462.1774483218462.1774483218462.1&b=129379155.1.1774483218462&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774483224766&cv=11&fst=1774483224766&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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-26 00:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774480248&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774483224796&tfd=11850> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://y.clarity.ms/collect>
2026-03-26 00:00:24 [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=1774483224729&vi=56d1f9155be63f57609e8727b2ef2314&nc=true&u=129379155.56d1f9155be63f57609e8727b2ef2314.1774483218462.1774483218462.1774483218462.1&b=129379155.1.1774483218462&cc=15>
2026-03-26 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774483224766&cv=11&fst=1774483224766&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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-26 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774483224766&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B9VHgW9uCai9bbMcaWZ6ssMiwm8MCrk4eX9uOoY8c0T1Dy_95e4pyj0Iahppu-RAmDCDKvIumw3U5kgm-5Nd1EJLgXjg130ZYFotlYyw1LVtCPX3Sl1HwLAg&random=909647990&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774483224766&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B9VHgW9uCai9bbMcaWZ6ssMiwm8MCrk4eX9uOoY8c0T1Dy_95e4pyj0Iahppu-RAmDCDKvIumw3U5kgm-5Nd1EJLgXjg130ZYFotlYyw1LVtCPX3Sl1HwLAg&random=909647990&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00: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=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774480248&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774483224796&tfd=11850>
2026-03-26 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774483224766&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B9VHgW9uCai9bbMcaWZ6ssMiwm8MCrk4eX9uOoY8c0T1Dy_95e4pyj0Iahppu-RAmDCDKvIumw3U5kgm-5Nd1EJLgXjg130ZYFotlYyw1LVtCPX3Sl1HwLAg&random=909647990&rmt_tld=0&ipr=y>
2026-03-26 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774483224766&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B9VHgW9uCai9bbMcaWZ6ssMiwm8MCrk4eX9uOoY8c0T1Dy_95e4pyj0Iahppu-RAmDCDKvIumw3U5kgm-5Nd1EJLgXjg130ZYFotlYyw1LVtCPX3Sl1HwLAg&random=909647990&rmt_tld=1&ipr=y>
2026-03-26 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774483227084&cv=11&fst=1774483227084&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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-26 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774483227105&cv=11&fst=1774483227105&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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-26 00:00: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=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774480248&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774483227120&tfd=14174> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00: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=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774480248&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774483227120&tfd=14174> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774483227084&cv=11&fst=1774483227084&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-26 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774483227084&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9vTuHInbmWeXQudT4Gx_cI9A9tSl6t_-dd4FzPGRz_hdEQ8n9pcnxgFQg0fhYbbJTkbhCytgMbgsgve5qLL8y9f1hFhRpvywSZ97vPKm9TKQ432weng4Pbw&random=3718832973&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774483227084&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9vTuHInbmWeXQudT4Gx_cI9A9tSl6t_-dd4FzPGRz_hdEQ8n9pcnxgFQg0fhYbbJTkbhCytgMbgsgve5qLL8y9f1hFhRpvywSZ97vPKm9TKQ432weng4Pbw&random=3718832973&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774483227105&cv=11&fst=1774483227105&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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-26 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774483227105&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B97dNvwMccJaF6qJhoaN20nfR_BfgqDMNmHshfTfEYSzLWIX70IvHTeSuKCqNZOOTqrCQueV76EjJp238CsOYB2g4_vj4gXouHRuIJfFpl4W493k1pot-OkA&random=3839457119&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774483227105&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B97dNvwMccJaF6qJhoaN20nfR_BfgqDMNmHshfTfEYSzLWIX70IvHTeSuKCqNZOOTqrCQueV76EjJp238CsOYB2g4_vj4gXouHRuIJfFpl4W493k1pot-OkA&random=3839457119&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 00:00: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=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774480248&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774483227120&tfd=14174>
2026-03-26 00:00: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=1080280795.1774483216&dt=Search%20%7C%20eCarsTrade&auid=1186866035.1774483216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774480248&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=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774483227120&tfd=14174>
2026-03-26 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774483227084&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9vTuHInbmWeXQudT4Gx_cI9A9tSl6t_-dd4FzPGRz_hdEQ8n9pcnxgFQg0fhYbbJTkbhCytgMbgsgve5qLL8y9f1hFhRpvywSZ97vPKm9TKQ432weng4Pbw&random=3718832973&rmt_tld=0&ipr=y>
2026-03-26 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774483227105&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B97dNvwMccJaF6qJhoaN20nfR_BfgqDMNmHshfTfEYSzLWIX70IvHTeSuKCqNZOOTqrCQueV76EjJp238CsOYB2g4_vj4gXouHRuIJfFpl4W493k1pot-OkA&random=3839457119&rmt_tld=0&ipr=y>
2026-03-26 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774483227084&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9vTuHInbmWeXQudT4Gx_cI9A9tSl6t_-dd4FzPGRz_hdEQ8n9pcnxgFQg0fhYbbJTkbhCytgMbgsgve5qLL8y9f1hFhRpvywSZ97vPKm9TKQ432weng4Pbw&random=3718832973&rmt_tld=1&ipr=y>
2026-03-26 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774483227105&cv=11&fst=1774483200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63o1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117384405~117484252~118199987&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=1186866035.1774483216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774480248%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=CAQSXQAFq6B97dNvwMccJaF6qJhoaN20nfR_BfgqDMNmHshfTfEYSzLWIX70IvHTeSuKCqNZOOTqrCQueV76EjJp238CsOYB2g4_vj4gXouHRuIJfFpl4W493k1pot-OkA&random=3839457119&rmt_tld=1&ipr=y>
2026-03-26 00:00:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://y.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 00:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://y.clarity.ms/collect>
2026-03-26 00:00:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-26 00:00:29 [ecarstrade.de] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUkNnHM_91NWiEx9TjQZZL8g_-irguXt3p5VqOkkGqnLtgFMPdse2t6eL0rT', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808179219, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777075213, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'ugeg0g4hid44esqfnjd6thinov', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774512013, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836000013, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777075213, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': 'e6538781-9834-40ce-bc0f-2d984dc6c68b', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809043215, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.1186866035.1774483216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782259216, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.1671532795.1774483216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774569616, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774483276, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.2094756060.1774483216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837555216, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A6eea2207-d122-4242-9696-d371f17b2f96%22%2C%22%24device_id%22%3A%226eea2207-d122-4242-9696-d371f17b2f96%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': 1806019216, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': 'e10de006-3b36-42b6-9446-9f4913d1f690', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806019218, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hstc', 'value': '129379155.56d1f9155be63f57609e8727b2ef2314.1774483218462.1774483218462.1774483218462.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790035218, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': '56d1f9155be63f57609e8727b2ef2314', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790035218, '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.1774483218462', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774485018, '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-26T00%3A00%3A19.017Z%22%2C%22consentId%22%3A%220b3a63fb-4f8a-4595-80df-ac40a90dd5bb%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-26T00%3A00%3A19.017Z%22%2C%22expirationTime%22%3A1790208019018%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790208019, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"0b3a63fb-4f8a-4595-80df-ac40a90dd5bb","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': 1774483521, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774483216$o1$g1$t1774483227$j49$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837555227, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'BNHiRPAsE_Jq4_oLW_qb09FaLkrCzEvgG32uenOUQU8-1774483219-1.0.1.1-xRHCg8MGlBPGfa7invnYyrrqCHnKZ_BoaN_c0PYyN5bHrfsKV94xWO9ovsP3_eo5vJQh8gzhbSUcjez1UXkGeHCWWf.BxxfpOtmitE6KwVk', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774485019, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'HMXEFERqeYnQ2emR1MSRthpwymMz4nNdYKepYIBJ2UQ-1774483219198-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-26 00:00:29 [ecarstrade.de] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUkNnHM_91NWiEx9TjQZZL8g_-irguXt3p5VqOkkGqnLtgFMPdse2t6eL0rT', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'ugeg0g4hid44esqfnjd6thinov', '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': 'e6538781-9834-40ce-bc0f-2d984dc6c68b', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.1186866035.1774483216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.1671532795.1774483216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.2094756060.1774483216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A6eea2207-d122-4242-9696-d371f17b2f96%22%2C%22%24device_id%22%3A%226eea2207-d122-4242-9696-d371f17b2f96%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': 'e10de006-3b36-42b6-9446-9f4913d1f690', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.56d1f9155be63f57609e8727b2ef2314.1774483218462.1774483218462.1774483218462.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': '56d1f9155be63f57609e8727b2ef2314', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774483218462', '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-26T00%3A00%3A19.017Z%22%2C%22consentId%22%3A%220b3a63fb-4f8a-4595-80df-ac40a90dd5bb%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-26T00%3A00%3A19.017Z%22%2C%22expirationTime%22%3A1790208019018%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"0b3a63fb-4f8a-4595-80df-ac40a90dd5bb","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.s1774483216$o1$g1$t1774483227$j49$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'BNHiRPAsE_Jq4_oLW_qb09FaLkrCzEvgG32uenOUQU8-1774483219-1.0.1.1-xRHCg8MGlBPGfa7invnYyrrqCHnKZ_BoaN_c0PYyN5bHrfsKV94xWO9ovsP3_eo5vJQh8gzhbSUcjez1UXkGeHCWWf.BxxfpOtmitE6KwVk', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'HMXEFERqeYnQ2emR1MSRthpwymMz4nNdYKepYIBJ2UQ-1774483219198-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-26 00:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-26 00:00:29 [ecarstrade.de] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-26 00:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 00:00:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page1?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search) ['zyte-api']
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999394auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999394auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999394auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999381auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999381auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999381auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999403auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999403auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999403auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999398auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999398auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999398auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999396auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999396auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999396auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999376auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999376auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999376auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999393auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999393auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999393auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999392auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999392auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999392auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999423auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999423auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999423auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999419auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999419auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999419auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999377auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999377auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999377auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999385auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999385auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999385auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999374auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999374auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999374auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999397auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999397auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999397auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999422auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999422auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999422auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999411auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999411auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999411auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999415auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999415auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999415auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999378auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999378auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999378auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999379auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999379auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999379auction111011: 0
2026-03-26 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 6999399auction111011
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999399auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:36 [ecarstrade.de] INFO: Scrape type for 6999399auction111011: 0
2026-03-26 00:00:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 00:00:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999395auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999395auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999395auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999413auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999413auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999413auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999389auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999389auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999389auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999405auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999405auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999405auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999373auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999373auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999373auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999390auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999390auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999390auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999387auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999387auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999387auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999375auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999375auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999375auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999412auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999412auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999412auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999421auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999421auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999421auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999416auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999416auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999416auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999404auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999404auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999404auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999380auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999380auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999380auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999402auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999402auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999402auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999408auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999408auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999408auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999383auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999383auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999383auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999418auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999418auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999418auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999386auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999386auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999386auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999420auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999420auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999420auction111011: 0
2026-03-26 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 6999414auction111011
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999414auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:43 [ecarstrade.de] INFO: Scrape type for 6999414auction111011: 0
2026-03-26 00:00:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 00:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 6999391auction111011
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999391auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 6999391auction111011: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 6999406auction111011
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999406auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 6999406auction111011: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 6999388auction111011
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999388auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 6999388auction111011: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 6999410auction111011
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999410auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 6999410auction111011: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 6999382auction111011
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999382auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 6999382auction111011: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 6999417auction111011
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999417auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 6999417auction111011: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 6999400auction111011
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999400auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 6999400auction111011: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 6999401auction111011
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999401auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 6999401auction111011: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 6999384auction111011
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999384auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 6999384auction111011: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 6999407auction111011
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999407auction111011%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 6999407auction111011: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000864auction111027
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000864auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000864auction111027: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000877auction111027
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000877auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000877auction111027: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000862auction111027
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000862auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000862auction111027: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000861auction111027
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000861auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000861auction111027: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000876auction111027
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000876auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000876auction111027: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000873auction111027
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000873auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000873auction111027: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000858auction111027
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000858auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000858auction111027: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000875auction111027
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000875auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000875auction111027: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000897auction111027
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000897auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000897auction111027: 0
2026-03-26 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000874auction111027
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000874auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000874auction111027: 0
2026-03-26 00:00:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 00:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000884auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000884auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000884auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000863auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000863auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000863auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000878auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000878auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000878auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000860auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000860auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000860auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000890auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000890auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000890auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000856auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000856auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000856auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000855auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000855auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000855auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000894auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000894auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000894auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000892auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000892auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000892auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000859auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000859auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000859auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000872auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000872auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000872auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000889auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000889auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000889auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000885auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000885auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000885auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000866auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000866auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000866auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000881auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000881auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000881auction111027: 0
2026-03-26 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000888auction111027
2026-03-26 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000888auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:57 [ecarstrade.de] INFO: Scrape type for 7000888auction111027: 0
2026-03-26 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7000887auction111027
2026-03-26 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000887auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:57 [ecarstrade.de] INFO: Scrape type for 7000887auction111027: 0
2026-03-26 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7000879auction111027
2026-03-26 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000879auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:57 [ecarstrade.de] INFO: Scrape type for 7000879auction111027: 0
2026-03-26 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7000893auction111027
2026-03-26 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000893auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:57 [ecarstrade.de] INFO: Scrape type for 7000893auction111027: 0
2026-03-26 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7000870auction111027
2026-03-26 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000870auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:00:57 [ecarstrade.de] INFO: Scrape type for 7000870auction111027: 0
2026-03-26 00:00:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 00:01:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000880auction111027
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000880auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000880auction111027: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000869auction111027
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000869auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000869auction111027: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000883auction111027
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000883auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000883auction111027: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000891auction111027
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000891auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000891auction111027: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000886auction111027
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000886auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000886auction111027: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000871auction111027
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000871auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000871auction111027: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000868auction111027
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000868auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000868auction111027: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000865auction111027
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000865auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000865auction111027: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000867auction111027
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000867auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000867auction111027: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000882auction111027
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000882auction111027%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000882auction111027: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000007auction111022
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000007auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000007auction111022: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000002auction111022
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000002auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000002auction111022: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000003auction111022
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000003auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000003auction111022: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000008auction111022
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000008auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000008auction111022: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000006auction111022
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000006auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000006auction111022: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000036auction111022
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000036auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000036auction111022: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000015auction111022
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000015auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000015auction111022: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000040auction111022
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000040auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000040auction111022: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000034auction111022
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000034auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000034auction111022: 0
2026-03-26 00:01:04 [ecarstrade.de] INFO: Found listing with ID: 7000011auction111022
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000011auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:04 [ecarstrade.de] INFO: Scrape type for 7000011auction111022: 0
2026-03-26 00:01:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 00:01:06 [scrapy.extensions.logstats] INFO: Crawled 6 pages (at 6 pages/min), scraped 0 items (at 0 items/min)
2026-03-26 00:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-26 00:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000014auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000014auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000014auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000029auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000029auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000029auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000019auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000019auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000019auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000017auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000017auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000017auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000025auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000025auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000025auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000026auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000026auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000026auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000004auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000004auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000004auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000035auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000035auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000035auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000031auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000031auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000031auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000039auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000039auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000039auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000027auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000027auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000027auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000009auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000009auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000009auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000016auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000016auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000016auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000010auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000010auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000010auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000012auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000012auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000012auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000028auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000028auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000028auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7000023auction111022
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000023auction111022%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 7000023auction111022: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 6996816auction110976
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996816auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 6996816auction110976: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 6996813auction110976
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996813auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 6996813auction110976: 0
2026-03-26 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 6996845auction110976
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996845auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:11 [ecarstrade.de] INFO: Scrape type for 6996845auction110976: 0
2026-03-26 00:01:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 00:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996808auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996808auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996808auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996814auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996814auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996814auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996793auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996793auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996793auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996792auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996792auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996792auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996790auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996790auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996790auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996815auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996815auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996815auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996799auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996799auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996799auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996796auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996796auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996796auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996794auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996794auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996794auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996809auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996809auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996809auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996842auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996842auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996842auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996821auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996821auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996821auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996823auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996823auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996823auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996836auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996836auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996836auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996795auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996795auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996795auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996797auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996797auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996797auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996806auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996806auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996806auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996824auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996824auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996824auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996811auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996811auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996811auction110976: 0
2026-03-26 00:01:18 [ecarstrade.de] INFO: Found listing with ID: 6996837auction110976
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996837auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:18 [ecarstrade.de] INFO: Scrape type for 6996837auction110976: 0
2026-03-26 00:01:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 00:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996835auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996835auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996835auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996801auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996801auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996801auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996832auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996832auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996832auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996828auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996828auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996828auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996831auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996831auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996831auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996826auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996826auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996826auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996844auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996844auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996844auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996841auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996841auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996841auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996800auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996800auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996800auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996840auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996840auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996840auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996788auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996788auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996788auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996838auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996838auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996838auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996791auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996791auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996791auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996805auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996805auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996805auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996834auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996834auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996834auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996830auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996830auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996830auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996807auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996807auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996807auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996839auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996839auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996839auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996820auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996820auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996820auction110976: 0
2026-03-26 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996802auction110976
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996802auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996802auction110976: 0
2026-03-26 00:01:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 00:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 00:01:32 [ecarstrade.de] INFO: Found 4 car items
2026-03-26 00:01:32 [ecarstrade.de] INFO: Found listing with ID: 6996819auction110976
2026-03-26 00:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996819auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:32 [ecarstrade.de] INFO: Scrape type for 6996819auction110976: 0
2026-03-26 00:01:32 [ecarstrade.de] INFO: Found listing with ID: 6996804auction110976
2026-03-26 00:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996804auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:32 [ecarstrade.de] INFO: Scrape type for 6996804auction110976: 0
2026-03-26 00:01:32 [ecarstrade.de] INFO: Found listing with ID: 6996803auction110976
2026-03-26 00:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996803auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:32 [ecarstrade.de] INFO: Scrape type for 6996803auction110976: 0
2026-03-26 00:01:32 [ecarstrade.de] INFO: Found listing with ID: 6996817auction110976
2026-03-26 00:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996817auction110976%27 HTTP/1.1" 200 None
2026-03-26 00:01:32 [ecarstrade.de] INFO: Scrape type for 6996817auction110976: 0
2026-03-26 00:01:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 00:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 00:01:38 [ecarstrade.de] INFO: No car items found on page 10
2026-03-26 00:01:38 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-26 00:01:38 [ecarstrade.de] INFO: ecarstrade.de 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>: 164, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-26 00:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 00:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20last_price_update_time%20lt%201774051298 HTTP/1.1" 200 None
2026-03-26 00:01:39 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (0 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.de/task_42_2026-03-26T00_00_00.jl
2026-03-26 00:01:39 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 24197,
'downloader/request_count': 11,
'downloader/request_method_count/GET': 11,
'downloader/response_bytes': 8683281,
'downloader/response_count': 11,
'downloader/response_status_count/200': 11,
'elapsed_time_seconds': 92.116718,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 26, 0, 1, 38, 906929, tzinfo=datetime.timezone.utc),
'log_count/DEBUG': 717,
'log_count/INFO': 386,
'memusage/max': 222515200,
'memusage/startup': 150351872,
'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': 154,
'playwright/request_count/method/POST': 23,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/eventsource': 2,
'playwright/request_count/resource_type/fetch': 18,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 85,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 46,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 12,
'playwright/response_count': 177,
'playwright/response_count/method/GET': 154,
'playwright/response_count/method/POST': 23,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 18,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 85,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 46,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 12,
'request_depth_max': 10,
'response_received_count': 11,
'scheduler/dequeued': 11,
'scheduler/dequeued/memory': 11,
'scheduler/enqueued': 11,
'scheduler/enqueued/memory': 11,
'scrape_type/skipped': 164,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 10,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 6.220777259021998,
'scrapy-zyte-api/mean_response_seconds': 6.448636911436916,
'scrapy-zyte-api/processed': 10,
'scrapy-zyte-api/request_args/browserHtml': 10,
'scrapy-zyte-api/request_args/experimental.requestCookies': 10,
'scrapy-zyte-api/request_args/experimental.responseCookies': 10,
'scrapy-zyte-api/request_args/requestHeaders': 10,
'scrapy-zyte-api/request_args/sessionContext': 10,
'scrapy-zyte-api/request_args/url': 10,
'scrapy-zyte-api/status_codes/200': 10,
'scrapy-zyte-api/success': 10,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 26, 0, 0, 6, 790211, tzinfo=datetime.timezone.utc)}
2026-03-26 00:01:39 [scrapy.core.engine] INFO: Spider closed (finished)