2026-03-27 00:00:05 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-27 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-27 00:00:05 [ecarstrade.de] INFO: Starting spider ecarstrade.de
2026-03-27 00:00:05 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-27 00:00:05 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-27 00:00:05 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-27 00:00:05 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-27 00:00:05 [scrapy.extensions.telnet] INFO: Telnet Password: fc62fbc484e4e359
2026-03-27 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-27 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-27T00_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-27 00:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 00:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 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-27 00:00:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-27 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-27 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-27 00:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-27 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 2111
2026-03-27 00:00:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-27 00:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-27 00:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:00:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-27 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-27 00:00:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-27 00:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-27 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-27 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-27 00:00:06 [scrapy.core.engine] INFO: Spider opened
2026-03-27 00:00:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 00:00:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-27 00:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-27 00:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-27 00:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-27 00:00:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-27 00:00:11 [scrapy-playwright] INFO: Browser firefox launched
2026-03-27 00:00:11 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-27 00:00:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-27 00:00:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-27 00:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-27 00:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-27 00:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-27 00:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00: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-27 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-27 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-27 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-27 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-27 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-27 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-27 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-27 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-27 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-27 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-27 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-27 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-27 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-27 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-27 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-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 00: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-27 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-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser> (resource type: fetch, referrer: https://ecarstrade.com/search)
2026-03-27 00: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-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-27 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-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-27 00:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-27 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-27 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-27 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-27 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-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774569614415&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=70510946.1774569615&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938466~115938468~117266401~117484252&sid=1774569615&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2528> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=70510946.1774569615>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266401~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=70510946.1774569615>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266401~117484252&z=678644095> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774569614415&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=70510946.1774569615&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=0~115938466~115938468~117266401~117484252&sid=1774569615&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=1774566629&ep.url=%2Fsearch&ep.eventName=search&_et=3&tfd=2622> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 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-27 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=2e8faf21)
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1982605708&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IADAAEABAAAAACAAI~&jid=1152159296&gjid=1441295257&cid=70510946.1774569615&tid=UA-73443533-1&_gid=1407922701.1774569616&_r=1&_slc=1&z=844475558> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 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-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-27 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-27 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-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1982605708&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IADAAEABAAAAACAAI~&jid=1152159296&gjid=1441295257&cid=70510946.1774569615&tid=UA-73443533-1&_gid=1407922701.1774569616&_r=1&_slc=1&z=844475558>
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200>
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774569614415&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=70510946.1774569615&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=0~115938466~115938468~117266401~117484252&sid=1774569615&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=1774566629&ep.url=%2Fsearch&ep.eventName=search&_et=3&tfd=2622>
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-27 00:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=70510946.1774569615>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266401~117484252>
2026-03-27 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-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-27 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-27 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-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6994995/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00: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-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=70510946.1774569615>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266401~117484252&z=678644095>
2026-03-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774569614415&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=70510946.1774569615&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938466~115938468~117266401~117484252&sid=1774569615&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2528>
2026-03-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2> (resource type: font, referrer: https://ecarstrade.com/)
2026-03-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6994998/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6994999/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995000/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995005/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995006/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995007/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995014/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6994995/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995015/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995016/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995111/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995112/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995113/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995114/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995235/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995237/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995238/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995247/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995249/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995250/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-27 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-27 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-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6994998/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6994999/photo_000/260x0__r.jpg>
2026-03-27 00: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-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995000/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995005/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995006/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995007/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995014/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995016/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995015/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995112/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995111/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995113/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995235/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995114/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995237/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995247/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995249/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995238/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995250/photo_000/260x0__r.jpg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/573.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-27 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-27 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-27 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-27 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-27 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774569614415&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=70510946.1774569615&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=0~115938466~115938468~117266401~117484252&sid=1774569615&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=80&tfd=6407> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=AW-742220279> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 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-27 00:00:19 [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=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266400~117484252&apve=1&apvf=f&apvc=1&tft=1774569619182&tfd=6434> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774569614415&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=70510946.1774569615&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=0~115938466~115938468~117266401~117484252&sid=1774569615&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=80&tfd=6407>
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21>
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21>
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774569619507&cv=11&fst=1774569619507&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:19 [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=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774569619531&tfd=6783> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/chosen-sprite.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774569300000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-27 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-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774569619507&cv=11&fst=1774569619507&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-27 00:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774569614415&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=70510946.1774569615&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=0~115938466~115938468~117266401~117484252&sid=1774569615&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=3777&tfd=7204> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774569619957&cv=11&fst=1774569619957&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266400~117484252&apve=1&apvf=f&apvc=1&tft=1774569619970&tfd=7222> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:00:20 [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=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266400~117484252&apve=1&apvf=f&apvc=1&tft=1774569619182&tfd=6434>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774566629&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774569619971&tfd=7222> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774569619507&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9yIbHz4TAnl5-JE0obMnO3znDSU_TPhTIG_tebFj6tQay7EsqNB7DAXLWHvA4HazKDy9o1MjArKKpvFwWDZX8y0mSV1bWA95U2Zbz&random=3332188632&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774569619507&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9yIbHz4TAnl5-JE0obMnO3znDSU_TPhTIG_tebFj6tQay7EsqNB7DAXLWHvA4HazKDy9o1MjArKKpvFwWDZX8y0mSV1bWA95U2Zbz&random=3332188632&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774569614415&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=70510946.1774569615&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=0~115938466~115938468~117266401~117484252&sid=1774569615&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=3777&tfd=7204>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266400~117484252&apve=1&apvf=f&apvc=1&tft=1774569619970&tfd=7222>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774569300000/5441429.js>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774569619957&cv=11&fst=1774569619957&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774569614415&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=70510946.1774569615&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=5&tag_exp=0~115938466~115938468~117266401~117484252&uid=0&sid=1774569615&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774566629&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=788&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=7450> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774569620202&cv=11&fst=1774569620202&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774566629&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774569620212&tfd=7464> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774566629&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774569619971&tfd=7222>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774569619507&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9yIbHz4TAnl5-JE0obMnO3znDSU_TPhTIG_tebFj6tQay7EsqNB7DAXLWHvA4HazKDy9o1MjArKKpvFwWDZX8y0mSV1bWA95U2Zbz&random=3332188632&rmt_tld=0&ipr=y>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774569619957&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9tLalg_LB0WxpdqLa0xG6grOjpf-5TfUIWLtcXh6UmD3jwZAderfcDctDFseKKqJmoHYqW-DgePsgmasC26mmOWLrtNZr1SDj_GmtCCTV5T9xvnXTcEB0s9I&random=3267338886&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774569619957&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9tLalg_LB0WxpdqLa0xG6grOjpf-5TfUIWLtcXh6UmD3jwZAderfcDctDFseKKqJmoHYqW-DgePsgmasC26mmOWLrtNZr1SDj_GmtCCTV5T9xvnXTcEB0s9I&random=3267338886&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=1748eaf6aaa1434ea7feb2bedd33f8e5&traceId=1748eaf6aaa1434ea7feb2bedd33f8e5> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774569614415&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=70510946.1774569615&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=5&tag_exp=0~115938466~115938468~117266401~117484252&uid=0&sid=1774569615&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774566629&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=788&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=7450>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774569620202&cv=11&fst=1774569620202&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774569619507&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9yIbHz4TAnl5-JE0obMnO3znDSU_TPhTIG_tebFj6tQay7EsqNB7DAXLWHvA4HazKDy9o1MjArKKpvFwWDZX8y0mSV1bWA95U2Zbz&random=3332188632&rmt_tld=1&ipr=y>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774569620202&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9PUjMEcn1fuvvP6Ul5sPEVjcJDCfbv2WqxMHj6NIEqD94cVA0ypK6KAIkfFKm_B7DciVe7VW-aOBTwCmcx_cFQYpJOrz3QfCkVM--fOmoYfNqLtxk8-WMhMU&random=4233561985&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774569620202&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9PUjMEcn1fuvvP6Ul5sPEVjcJDCfbv2WqxMHj6NIEqD94cVA0ypK6KAIkfFKm_B7DciVe7VW-aOBTwCmcx_cFQYpJOrz3QfCkVM--fOmoYfNqLtxk8-WMhMU&random=4233561985&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774566629&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774569620212&tfd=7464>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774569619957&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9tLalg_LB0WxpdqLa0xG6grOjpf-5TfUIWLtcXh6UmD3jwZAderfcDctDFseKKqJmoHYqW-DgePsgmasC26mmOWLrtNZr1SDj_GmtCCTV5T9xvnXTcEB0s9I&random=3267338886&rmt_tld=0&ipr=y>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774569619957&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9tLalg_LB0WxpdqLa0xG6grOjpf-5TfUIWLtcXh6UmD3jwZAderfcDctDFseKKqJmoHYqW-DgePsgmasC26mmOWLrtNZr1SDj_GmtCCTV5T9xvnXTcEB0s9I&random=3267338886&rmt_tld=1&ipr=y>
2026-03-27 00:00:20 [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=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774569619531&tfd=6783>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774569620202&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9PUjMEcn1fuvvP6Ul5sPEVjcJDCfbv2WqxMHj6NIEqD94cVA0ypK6KAIkfFKm_B7DciVe7VW-aOBTwCmcx_cFQYpJOrz3QfCkVM--fOmoYfNqLtxk8-WMhMU&random=4233561985&rmt_tld=0&ipr=y>
2026-03-27 00:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774569620202&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9PUjMEcn1fuvvP6Ul5sPEVjcJDCfbv2WqxMHj6NIEqD94cVA0ypK6KAIkfFKm_B7DciVe7VW-aOBTwCmcx_cFQYpJOrz3QfCkVM--fOmoYfNqLtxk8-WMhMU&random=4233561985&rmt_tld=1&ipr=y>
2026-03-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=1748eaf6aaa1434ea7feb2bedd33f8e5&traceId=1748eaf6aaa1434ea7feb2bedd33f8e5>
2026-03-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774569621149&vi=1880300cced37bf7980001667a075726&nc=true&u=129379155.1880300cced37bf7980001667a075726.1774569621148.1774569621148.1774569621148.1&b=129379155.1.1774569621148&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00: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-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007005/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00: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-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007004/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007001/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006874/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/62/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006873/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006872/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006871/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006870/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006869/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006868/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006867/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006866/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006865/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006864/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006863/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006862/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006861/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006860/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006859/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006858/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007004/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774569621149&vi=1880300cced37bf7980001667a075726&nc=true&u=129379155.1880300cced37bf7980001667a075726.1774569621148.1774569621148.1774569621148.1&b=129379155.1.1774569621148&cc=15>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007001/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007005/photo_001/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006874/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/62/logo.png>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006873/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006872/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006871/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006870/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://s.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006869/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006868/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006867/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006865/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006866/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006864/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006863/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006862/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006861/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006860/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006859/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006858/photo_000/260x0__r.jpg>
2026-03-27 00:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://s.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 00:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://s.clarity.ms/collect>
2026-03-27 00:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://s.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 00:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://s.clarity.ms/collect>
2026-03-27 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774569614415&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=70510946.1774569615&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=6&tag_exp=0~115938466~115938468~117266401~117484252&uid=0&sid=1774569615&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774566629&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=241&tfd=12450> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774569614415&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=70510946.1774569615&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=6&tag_exp=0~115938466~115938468~117266401~117484252&uid=0&sid=1774569615&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774566629&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=241&tfd=12450>
2026-03-27 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774569625387&vi=1880300cced37bf7980001667a075726&nc=true&u=129379155.1880300cced37bf7980001667a075726.1774569621148.1774569621148.1774569621148.1&b=129379155.1.1774569621148&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774569625417&cv=11&fst=1774569625417&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774566629&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774569625429&tfd=12681> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 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=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774566629&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774569625429&tfd=12681>
2026-03-27 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774569625417&cv=11&fst=1774569625417&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-27 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774569625417&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9BomivS2ra5-g71yhgggff-mC2Mfphb69vj6_8EQFWlAESOGB0WbDemkdm7KexnAtCvsewPlGq2aRVN1mim-w6A_mofJmhZbrKAczsLzYqFQGEkKyv3jWwLo&random=1370250993&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774569625417&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9BomivS2ra5-g71yhgggff-mC2Mfphb69vj6_8EQFWlAESOGB0WbDemkdm7KexnAtCvsewPlGq2aRVN1mim-w6A_mofJmhZbrKAczsLzYqFQGEkKyv3jWwLo&random=1370250993&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774569625387&vi=1880300cced37bf7980001667a075726&nc=true&u=129379155.1880300cced37bf7980001667a075726.1774569621148.1774569621148.1774569621148.1&b=129379155.1.1774569621148&cc=15>
2026-03-27 00:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774569625417&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9BomivS2ra5-g71yhgggff-mC2Mfphb69vj6_8EQFWlAESOGB0WbDemkdm7KexnAtCvsewPlGq2aRVN1mim-w6A_mofJmhZbrKAczsLzYqFQGEkKyv3jWwLo&random=1370250993&rmt_tld=0&ipr=y>
2026-03-27 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774569625417&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9BomivS2ra5-g71yhgggff-mC2Mfphb69vj6_8EQFWlAESOGB0WbDemkdm7KexnAtCvsewPlGq2aRVN1mim-w6A_mofJmhZbrKAczsLzYqFQGEkKyv3jWwLo&random=1370250993&rmt_tld=1&ipr=y>
2026-03-27 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://s.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774569627702&cv=11&fst=1774569627702&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774569627725&cv=11&fst=1774569627725&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 00: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=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774566629&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774569627736&tfd=14988> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 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=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774566629&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774569627737&tfd=14989> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774569627702&cv=11&fst=1774569627702&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-27 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774569627702&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9ONGuq5vXL09-NjMymE7GpHnmCtWLD5QReCL5JFl4WDi7zjIjCcBGDAkpc06oDvpn5ZOzfRfkbV6bLo90TYEx89Zs3KkNT9tX-X1u6I9RxgUXkvVmNRhu714&random=1618294018&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774569627702&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9ONGuq5vXL09-NjMymE7GpHnmCtWLD5QReCL5JFl4WDi7zjIjCcBGDAkpc06oDvpn5ZOzfRfkbV6bLo90TYEx89Zs3KkNT9tX-X1u6I9RxgUXkvVmNRhu714&random=1618294018&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774569627725&cv=11&fst=1774569627725&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-27 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774569627725&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9tXYf-_R4TZlKqfCnfhwBpRuil8e74dSa2elOyf1JGLkkPBJJ60Hmdug-hOVhNn0ksOAV16lZA29tY8IwIrMeHk-XEctcC7dPn3H8t76ru5Uh6hFGkfU0Xeg&random=1575243291&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774569627725&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9tXYf-_R4TZlKqfCnfhwBpRuil8e74dSa2elOyf1JGLkkPBJJ60Hmdug-hOVhNn0ksOAV16lZA29tY8IwIrMeHk-XEctcC7dPn3H8t76ru5Uh6hFGkfU0Xeg&random=1575243291&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 00:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774566629&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774569627736&tfd=14988>
2026-03-27 00:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=746396745.1774569619&dt=Search%20%7C%20eCarsTrade&auid=1911893716.1774569619&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774566629&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774569627737&tfd=14989>
2026-03-27 00:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774569627702&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9ONGuq5vXL09-NjMymE7GpHnmCtWLD5QReCL5JFl4WDi7zjIjCcBGDAkpc06oDvpn5ZOzfRfkbV6bLo90TYEx89Zs3KkNT9tX-X1u6I9RxgUXkvVmNRhu714&random=1618294018&rmt_tld=0&ipr=y>
2026-03-27 00:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://s.clarity.ms/collect>
2026-03-27 00:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774569627725&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9tXYf-_R4TZlKqfCnfhwBpRuil8e74dSa2elOyf1JGLkkPBJJ60Hmdug-hOVhNn0ksOAV16lZA29tY8IwIrMeHk-XEctcC7dPn3H8t76ru5Uh6hFGkfU0Xeg&random=1575243291&rmt_tld=0&ipr=y>
2026-03-27 00:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774569627702&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9ONGuq5vXL09-NjMymE7GpHnmCtWLD5QReCL5JFl4WDi7zjIjCcBGDAkpc06oDvpn5ZOzfRfkbV6bLo90TYEx89Zs3KkNT9tX-X1u6I9RxgUXkvVmNRhu714&random=1618294018&rmt_tld=1&ipr=y>
2026-03-27 00:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774569627725&cv=11&fst=1774569600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1911893716.1774569619&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774566629%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=CAQSXgAFq6B9tXYf-_R4TZlKqfCnfhwBpRuil8e74dSa2elOyf1JGLkkPBJJ60Hmdug-hOVhNn0ksOAV16lZA29tY8IwIrMeHk-XEctcC7dPn3H8t76ru5Uh6hFGkfU0Xeg&random=1575243291&rmt_tld=1&ipr=y>
2026-03-27 00:00:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-27 00:00:30 [ecarstrade.de] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUnyaeGDEZ88dbo7KwJ5TeUqj6-OlcV5xA3XcppjD6ba9eC5-UEuaFklBiSE', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808265620, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777161613, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'vctdqj6vt3s3725r0hjcv9lc15', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774598413, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836086413, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777161613, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': '8dffa022-384c-44f7-8834-02a1fcc1d5c3', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809129615, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.2.70510946.1774569615', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837641615, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.1407922701.1774569616', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774656015, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774569675, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': 'bfec7691-c96c-44fd-9939-c017ada437ff', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806105618, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '_gcl_au', 'value': '1.1.1911893716.1774569619', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782345619, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'cc_cookie', 'value': '%7B%22categories%22%3A%5B%22necessary%22%2C%22analytics%22%5D%2C%22revision%22%3A0%2C%22data%22%3Anull%2C%22consentTimestamp%22%3A%222026-03-27T00%3A00%3A19.723Z%22%2C%22consentId%22%3A%223a9cb2a2-5a30-4138-9feb-60a64f768587%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-27T00%3A00%3A19.723Z%22%2C%22expirationTime%22%3A1790294419723%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790294419, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"3a9cb2a2-5a30-4138-9feb-60a64f768587","acceptType":"all","acceptedCategories":["necessary","analytics"],"rejectedCategories":[]}', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 2524651200, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Af57a3acd-f38c-440e-a6fb-c4ae512fade6%22%2C%22%24device_id%22%3A%22f57a3acd-f38c-440e-a6fb-c4ae512fade6%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': 1806105620, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__hstc', 'value': '129379155.1880300cced37bf7980001667a075726.1774569621148.1774569621148.1774569621148.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790121621, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': '1880300cced37bf7980001667a075726', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790121621, '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.1774569621148', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774571421, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'eCT/SESSION_INIT', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774569921, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774569615$o1$g1$t1774569627$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837641627, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'WaEeD1bgcYUuSK1nkvdPTHJ1EDBdQdkFMbHGaKOsvFE-1774569621-1.0.1.1-ZpL1_xt5qQC7Np9jvRQDrdUy8xb1m9kWVOew.Sums0zJZQDGbMyhLoy88v0M6nzQgrGSK04D2A3fSEDOQwUe22WDPlP0J5Z9PgVhJ5gNK7E', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774571421, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'dCL8jsWQ5NayKlHMkcSbCye10_0vnhXJ0iNC7tSF.10-1774569621737-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-27 00:00:30 [ecarstrade.de] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUnyaeGDEZ88dbo7KwJ5TeUqj6-OlcV5xA3XcppjD6ba9eC5-UEuaFklBiSE', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'vctdqj6vt3s3725r0hjcv9lc15', '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': '8dffa022-384c-44f7-8834-02a1fcc1d5c3', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.2.70510946.1774569615', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.1407922701.1774569616', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': 'bfec7691-c96c-44fd-9939-c017ada437ff', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.1911893716.1774569619', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'cc_cookie', 'value': '%7B%22categories%22%3A%5B%22necessary%22%2C%22analytics%22%5D%2C%22revision%22%3A0%2C%22data%22%3Anull%2C%22consentTimestamp%22%3A%222026-03-27T00%3A00%3A19.723Z%22%2C%22consentId%22%3A%223a9cb2a2-5a30-4138-9feb-60a64f768587%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-27T00%3A00%3A19.723Z%22%2C%22expirationTime%22%3A1790294419723%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"3a9cb2a2-5a30-4138-9feb-60a64f768587","acceptType":"all","acceptedCategories":["necessary","analytics"],"rejectedCategories":[]}', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Af57a3acd-f38c-440e-a6fb-c4ae512fade6%22%2C%22%24device_id%22%3A%22f57a3acd-f38c-440e-a6fb-c4ae512fade6%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.1880300cced37bf7980001667a075726.1774569621148.1774569621148.1774569621148.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': '1880300cced37bf7980001667a075726', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774569621148', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/SESSION_INIT', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774569615$o1$g1$t1774569627$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'WaEeD1bgcYUuSK1nkvdPTHJ1EDBdQdkFMbHGaKOsvFE-1774569621-1.0.1.1-ZpL1_xt5qQC7Np9jvRQDrdUy8xb1m9kWVOew.Sums0zJZQDGbMyhLoy88v0M6nzQgrGSK04D2A3fSEDOQwUe22WDPlP0J5Z9PgVhJ5gNK7E', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'dCL8jsWQ5NayKlHMkcSbCye10_0vnhXJ0iNC7tSF.10-1774569621737-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-27 00:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-27 00:00:30 [ecarstrade.de] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-27 00:00:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00: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-27 00:00:36 [ecarstrade.de] INFO: Found 20 car items
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003182auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003182auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003182auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003142auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003142auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003142auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003152auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003152auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003152auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003137auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003137auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003137auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003187auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003187auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003187auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003140auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003140auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003140auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003153auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003153auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003153auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003155auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003155auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003155auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003191auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003191auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003191auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003143auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003143auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003143auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003156auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003156auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003156auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003178auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003178auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003178auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003158auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003158auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003158auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003139auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003139auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003139auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003184auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003184auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003184auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003154auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003154auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003154auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003188auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003188auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003188auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003144auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003144auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003144auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003180auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003180auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003180auction111061: 0
2026-03-27 00:00:36 [ecarstrade.de] INFO: Found listing with ID: 7003136auction111061
2026-03-27 00:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003136auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:36 [ecarstrade.de] INFO: Scrape type for 7003136auction111061: 0
2026-03-27 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-27 00:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=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-27 00:00:43 [ecarstrade.de] INFO: Found 20 car items
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003189auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003189auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003189auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003186auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003186auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003186auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003138auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003138auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003138auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003185auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003185auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003185auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003150auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003150auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003150auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003145auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003145auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003145auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003157auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003157auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003157auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003151auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003151auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003151auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003160auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003160auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003160auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003181auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003181auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003181auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003148auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003148auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003148auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003190auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003190auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003190auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003149auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003149auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003149auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003163auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003163auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003163auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003183auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003183auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003183auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003179auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003179auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003179auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003147auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003147auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003147auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003159auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003159auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003159auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003146auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003146auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003146auction111061: 0
2026-03-27 00:00:43 [ecarstrade.de] INFO: Found listing with ID: 7003141auction111061
2026-03-27 00:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277003141auction111061%27 HTTP/1.1" 200 None
2026-03-27 00:00:43 [ecarstrade.de] INFO: Scrape type for 7003141auction111061: 0
2026-03-27 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-27 00:00:49 [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-27 00:00:49 [ecarstrade.de] INFO: Found 20 car items
2026-03-27 00:00:49 [ecarstrade.de] INFO: Found listing with ID: 7000007auction111022
2026-03-27 00:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:00:49 [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-27 00:00:49 [ecarstrade.de] INFO: Scrape type for 7000007auction111022: 0
2026-03-27 00:00:49 [ecarstrade.de] INFO: Found listing with ID: 7000002auction111022
2026-03-27 00:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:00:49 [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-27 00:00:49 [ecarstrade.de] INFO: Scrape type for 7000002auction111022: 0
2026-03-27 00:00:49 [ecarstrade.de] INFO: Found listing with ID: 7000003auction111022
2026-03-27 00:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000003auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000003auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000008auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000008auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000008auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000006auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000006auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000006auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000036auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000036auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000036auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000015auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000015auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000015auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000040auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000040auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000040auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000034auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000034auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000034auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000011auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000011auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000011auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000014auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000014auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000014auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000029auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000029auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000029auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000019auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000019auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000019auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000017auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000017auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000017auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000025auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000025auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000025auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000026auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000026auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000026auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000004auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000004auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000004auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000035auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000035auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000035auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000031auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000031auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000031auction111022: 0
2026-03-27 00:00:50 [ecarstrade.de] INFO: Found listing with ID: 7000039auction111022
2026-03-27 00:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000039auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:50 [ecarstrade.de] INFO: Scrape type for 7000039auction111022: 0
2026-03-27 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-27 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-27 00:00:56 [ecarstrade.de] INFO: Found 20 car items
2026-03-27 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000027auction111022
2026-03-27 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000027auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000027auction111022: 0
2026-03-27 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000009auction111022
2026-03-27 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000009auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000009auction111022: 0
2026-03-27 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000016auction111022
2026-03-27 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000016auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000016auction111022: 0
2026-03-27 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000010auction111022
2026-03-27 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000010auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000010auction111022: 0
2026-03-27 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000012auction111022
2026-03-27 00:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000012auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:56 [ecarstrade.de] INFO: Scrape type for 7000012auction111022: 0
2026-03-27 00:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000028auction111022
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000028auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7000028auction111022: 0
2026-03-27 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7000023auction111022
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277000023auction111022%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7000023auction111022: 0
2026-03-27 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7005319auction111085
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005319auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7005319auction111085: 0
2026-03-27 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7005314auction111085
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005314auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7005314auction111085: 0
2026-03-27 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7005297auction111085
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005297auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7005297auction111085: 0
2026-03-27 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7005327auction111085
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005327auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7005327auction111085: 0
2026-03-27 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7005317auction111085
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005317auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7005317auction111085: 0
2026-03-27 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7005286auction111085
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005286auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7005286auction111085: 0
2026-03-27 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7005288auction111085
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005288auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7005288auction111085: 0
2026-03-27 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7005294auction111085
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005294auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7005294auction111085: 0
2026-03-27 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7005320auction111085
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005320auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7005320auction111085: 0
2026-03-27 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7005289auction111085
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005289auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7005289auction111085: 0
2026-03-27 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7005316auction111085
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005316auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7005316auction111085: 0
2026-03-27 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7005322auction111085
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005322auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7005322auction111085: 0
2026-03-27 00:00:57 [ecarstrade.de] INFO: Found listing with ID: 7005318auction111085
2026-03-27 00:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005318auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:00:57 [ecarstrade.de] INFO: Scrape type for 7005318auction111085: 0
2026-03-27 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-27 00:01:03 [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-27 00:01:03 [ecarstrade.de] INFO: Found 20 car items
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005282auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005282auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005282auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005338auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005338auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005338auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005321auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005321auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005321auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005293auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005293auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005293auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005335auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005335auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005335auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005284auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005284auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005284auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005295auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005295auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005295auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005291auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005291auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005291auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005281auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005281auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005281auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005336auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005336auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005336auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005287auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005287auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005287auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005296auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005296auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005296auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005315auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005315auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005315auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005331auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005331auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005331auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005339auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005339auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005339auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005305auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005305auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005305auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005285auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005285auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005285auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005283auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005283auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005283auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005292auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005292auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005292auction111085: 0
2026-03-27 00:01:03 [ecarstrade.de] INFO: Found listing with ID: 7005302auction111085
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005302auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:03 [ecarstrade.de] INFO: Scrape type for 7005302auction111085: 0
2026-03-27 00:01:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:01:06 [scrapy.extensions.logstats] INFO: Crawled 6 pages (at 6 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 00:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 202MiB
2026-03-27 00:01:10 [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-27 00:01:10 [ecarstrade.de] INFO: Found 20 car items
2026-03-27 00:01:10 [ecarstrade.de] INFO: Found listing with ID: 7005313auction111085
2026-03-27 00:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005313auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:10 [ecarstrade.de] INFO: Scrape type for 7005313auction111085: 0
2026-03-27 00:01:10 [ecarstrade.de] INFO: Found listing with ID: 7005333auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005333auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005333auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005340auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005340auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005340auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005310auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005310auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005310auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005290auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005290auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005290auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005330auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005330auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005330auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005311auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005311auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005311auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005309auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005309auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005309auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005303auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005303auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005303auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005304auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005304auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005304auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005299auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005299auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005299auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005334auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005334auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005334auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005332auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005332auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005332auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005326auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005326auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005326auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005306auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005306auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005306auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005312auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005312auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005312auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005301auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005301auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005301auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005325auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005325auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005325auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005307auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005307auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005307auction111085: 0
2026-03-27 00:01:11 [ecarstrade.de] INFO: Found listing with ID: 7005329auction111085
2026-03-27 00:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%277005329auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:11 [ecarstrade.de] INFO: Scrape type for 7005329auction111085: 0
2026-03-27 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-27 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-27 00:01:17 [ecarstrade.de] INFO: Found 20 car items
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 7005328auction111085
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005328auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 7005328auction111085: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 7005298auction111085
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005298auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 7005298auction111085: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 7005300auction111085
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005300auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 7005300auction111085: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 7005324auction111085
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005324auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 7005324auction111085: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 7005337auction111085
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005337auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 7005337auction111085: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 7005323auction111085
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005323auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 7005323auction111085: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 7005308auction111085
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005308auction111085%27 HTTP/1.1" 200 None
2026-03-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 7005308auction111085: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 6996816auction110976
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [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-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 6996816auction110976: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 6996845auction110976
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [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-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 6996845auction110976: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 6996808auction110976
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [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-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 6996808auction110976: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 6996814auction110976
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [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-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 6996814auction110976: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 6996793auction110976
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [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-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 6996793auction110976: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 6996792auction110976
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [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-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 6996792auction110976: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 6996790auction110976
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [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-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 6996790auction110976: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 6996815auction110976
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [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-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 6996815auction110976: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 6996799auction110976
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [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-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 6996799auction110976: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 6996796auction110976
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [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-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 6996796auction110976: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 6996794auction110976
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [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-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 6996794auction110976: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 6996809auction110976
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [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-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 6996809auction110976: 0
2026-03-27 00:01:17 [ecarstrade.de] INFO: Found listing with ID: 6996842auction110976
2026-03-27 00:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:17 [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-27 00:01:17 [ecarstrade.de] INFO: Scrape type for 6996842auction110976: 0
2026-03-27 00:01:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 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-27 00:01:25 [ecarstrade.de] INFO: Found 20 car items
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996821auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%276996821auction110976%27 HTTP/1.1" 200 None
2026-03-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996821auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996823auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%276996823auction110976%27 HTTP/1.1" 200 None
2026-03-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996823auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996836auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%276996836auction110976%27 HTTP/1.1" 200 None
2026-03-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996836auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996795auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%276996795auction110976%27 HTTP/1.1" 200 None
2026-03-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996795auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996797auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%276996797auction110976%27 HTTP/1.1" 200 None
2026-03-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996797auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996806auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%276996806auction110976%27 HTTP/1.1" 200 None
2026-03-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996806auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996824auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%276996824auction110976%27 HTTP/1.1" 200 None
2026-03-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996824auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996811auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%276996811auction110976%27 HTTP/1.1" 200 None
2026-03-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996811auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996837auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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%276996837auction110976%27 HTTP/1.1" 200 None
2026-03-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996837auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996835auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996835auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996801auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996801auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996832auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996832auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996828auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996828auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996831auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996831auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996826auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996826auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996844auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996844auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996841auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996841auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996800auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996800auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996840auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996840auction110976: 0
2026-03-27 00:01:25 [ecarstrade.de] INFO: Found listing with ID: 6996788auction110976
2026-03-27 00:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 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-27 00:01:25 [ecarstrade.de] INFO: Scrape type for 6996788auction110976: 0
2026-03-27 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-27 00:01:37 [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-27 00:01:37 [ecarstrade.de] INFO: Found 13 car items
2026-03-27 00:01:37 [ecarstrade.de] INFO: Found listing with ID: 6996838auction110976
2026-03-27 00:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:37 [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-27 00:01:37 [ecarstrade.de] INFO: Scrape type for 6996838auction110976: 0
2026-03-27 00:01:37 [ecarstrade.de] INFO: Found listing with ID: 6996791auction110976
2026-03-27 00:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:37 [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-27 00:01:37 [ecarstrade.de] INFO: Scrape type for 6996791auction110976: 0
2026-03-27 00:01:37 [ecarstrade.de] INFO: Found listing with ID: 6996805auction110976
2026-03-27 00:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:37 [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-27 00:01:37 [ecarstrade.de] INFO: Scrape type for 6996805auction110976: 0
2026-03-27 00:01:37 [ecarstrade.de] INFO: Found listing with ID: 6996834auction110976
2026-03-27 00:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:37 [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-27 00:01:37 [ecarstrade.de] INFO: Scrape type for 6996834auction110976: 0
2026-03-27 00:01:37 [ecarstrade.de] INFO: Found listing with ID: 6996830auction110976
2026-03-27 00:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:37 [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-27 00:01:37 [ecarstrade.de] INFO: Scrape type for 6996830auction110976: 0
2026-03-27 00:01:37 [ecarstrade.de] INFO: Found listing with ID: 6996807auction110976
2026-03-27 00:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:37 [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-27 00:01:37 [ecarstrade.de] INFO: Scrape type for 6996807auction110976: 0
2026-03-27 00:01:37 [ecarstrade.de] INFO: Found listing with ID: 6996839auction110976
2026-03-27 00:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:37 [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-27 00:01:37 [ecarstrade.de] INFO: Scrape type for 6996839auction110976: 0
2026-03-27 00:01:37 [ecarstrade.de] INFO: Found listing with ID: 6996820auction110976
2026-03-27 00:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:37 [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-27 00:01:37 [ecarstrade.de] INFO: Scrape type for 6996820auction110976: 0
2026-03-27 00:01:37 [ecarstrade.de] INFO: Found listing with ID: 6996802auction110976
2026-03-27 00:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:37 [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-27 00:01:37 [ecarstrade.de] INFO: Scrape type for 6996802auction110976: 0
2026-03-27 00:01:37 [ecarstrade.de] INFO: Found listing with ID: 6996819auction110976
2026-03-27 00:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:37 [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-27 00:01:37 [ecarstrade.de] INFO: Scrape type for 6996819auction110976: 0
2026-03-27 00:01:37 [ecarstrade.de] INFO: Found listing with ID: 6996804auction110976
2026-03-27 00:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:37 [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-27 00:01:37 [ecarstrade.de] INFO: Scrape type for 6996804auction110976: 0
2026-03-27 00:01:37 [ecarstrade.de] INFO: Found listing with ID: 6996803auction110976
2026-03-27 00:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:37 [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-27 00:01:37 [ecarstrade.de] INFO: Scrape type for 6996803auction110976: 0
2026-03-27 00:01:37 [ecarstrade.de] INFO: Found listing with ID: 6996817auction110976
2026-03-27 00:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:37 [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-27 00:01:37 [ecarstrade.de] INFO: Scrape type for 6996817auction110976: 0
2026-03-27 00:01:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 00:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=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-27 00:01:51 [ecarstrade.de] INFO: No car items found on page 10
2026-03-27 00:01:51 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-27 00:01:51 [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>: 173, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-27 00:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 00:01:52 [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%201774137712 HTTP/1.1" 200 None
2026-03-27 00:01:52 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (0 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.de/task_42_2026-03-27T00_00_00.jl
2026-03-27 00:01:52 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 24186,
'downloader/request_count': 11,
'downloader/request_method_count/GET': 11,
'downloader/response_bytes': 8857326,
'downloader/response_count': 11,
'downloader/response_status_count/200': 11,
'elapsed_time_seconds': 105.615181,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 27, 0, 1, 52, 109076, tzinfo=datetime.timezone.utc),
'log_count/DEBUG': 726,
'log_count/INFO': 404,
'memusage/max': 212799488,
'memusage/startup': 147820544,
'playwright/context_count': 1,
'playwright/context_count/max_concurrent': 1,
'playwright/context_count/persistent/False': 1,
'playwright/context_count/remote/False': 1,
'playwright/page_count': 1,
'playwright/page_count/max_concurrent': 1,
'playwright/request_count': 173,
'playwright/request_count/method/GET': 150,
'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': 19,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 82,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 45,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 11,
'playwright/response_count': 172,
'playwright/response_count/method/GET': 150,
'playwright/response_count/method/POST': 22,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 19,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 82,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 45,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 10,
'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': 173,
'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': 7.468343178555369,
'scrapy-zyte-api/mean_response_seconds': 7.700598591007292,
'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, 27, 0, 0, 6, 493895, tzinfo=datetime.timezone.utc)}
2026-03-27 00:01:52 [scrapy.core.engine] INFO: Spider closed (finished)